@charset "utf-8";
@import "reset.css";

/* Base Style
================================================== */
.sp{display: none;}
img { -ms-interpolation-mode: bicubic; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: 100%;
	color: #4d4d4d;
}

@font-face {
  font-family: 'GenShinGothic-Normal';
  src: url('/theme/sn-default/wf/GenShinGothic-Normal.ttf') format('truetype');
}

p {
  font-family: 'GenShinGothic-Normal';
}

a {
    transition: 0.6s;
}

a img {
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}


a:link {
	color: #252593;
}
a:visited {
	color: #252593;
}
a:hover, a:focus {
	color: #e30b00;
}
.group {margin-top: 20px;text-align: center;}
.group a{display: block;}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
input, select, textarea {
	color: #000;
	font-family: inherit;
	font-size: 87.5%;
}
.new {
	margin-left: 0;
	padding: 3px 0px 2px;
	border-radius: 2px;
	background-color: #fff;
	color: #ff0000;
	font-size: 80%;
	font-weight: bold;
	text-transform: uppercase;
}
.fs-cap{
	font-size: 180%;
	line-height:150%;
	color: #6E4825;
	font-weight:lighter;
	margin-top:20px;
	margin-bottom:20px;
	font-family: 'GenShinGothic-Normal';
	}
	

	
.fs-cap-02{
	font-weight:700;
	line-height:200%;
	}

img{
	}
.clr{
	clear:both;
	min-height:1em;
}
*html .clr{
	height:1px;
}

.clr:after {
    display:block;
    height:1px;
    content:"";
    clear:both;
}
.margin-b{
	text-align:center;
	margin-top:40px;
		margin-bottom:20px;
	}
.margin-b60{
			margin-bottom:60px;
	}
.margin-b30{
			margin-bottom:60px;
	}
.bl-check{
	background-color: #eee;
	padding: 20px;	
	}
	
.tbl-cnt{
	width: 600px;
	margin-right: auto;
	margin-left: auto;	
	}

.tbl-cnt th{
	font-size: 160%;
	color: #96682E;
	text-align: center;
	margin-bottom: 30px;
	font-weight: lighter;
	padding-bottom: 30px;
}

.tbl-cnt td{
	
	}

/*
===============================
ツールチップ
===============================
*/
.tooltip {
    position: relative;
    display: inline-block;
	cursor: pointer;
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 300px;
	background-color: #A7A7A7;
	color: #fff;
	text-align: left;
	border-radius: 10px;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	opacity: 0;
	transition: all 1s;
}
.tooltip .tooltiptext div img{
	width: 100px;
	float: left;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
	opacity: 1;
}



/* Clearfix
================================================== */
.inner:after,
header:after,
footer:after,
nav ul:after,
section:after,
article:after,
aside:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	content: " ";
	clear: both;
	height: 0;
}
.inner,
header,
footer,
nav ul,
section,
article,
aside,
.clearfix {
	*zoom: 1;
}

.course-color-wrap{}


/* ＰＣサイト始まり
==================================================
==================================================
==================================================
================================================== */






@media (min-width: 768px) {


a:hover img,
a:focus img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}

:-ms-input-placeholder  {color: #999999;}


body , html {
	height: 100%;
}

body {
	margin:0px;
	padding:0px;
	font-size: 96%;
	line-height: 160%;
	letter-spacing: 0.1em;
}


ol, ul {
	list-style: none;
	font-size: 87%;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.pc-disp {
}
.sp-disp {
	display: none;
}

#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	margin: 0;
}


#scrollTop {
	position: fixed;
	z-index: 20;
	padding:0;
    right: 15px;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	opacity: 1;
	filter: alpha(opacity=100);
}

.skip a {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}

#header {
}

#header-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
#header-inner:after {
	content: "";
	display: block;
	clear: both;
}

#header-inner-l {
	float: left;
	width: 65.70%;
	padding: 30px 0 20px 5px;
}
#header-inner-l img {
	width: 80%;
	max-width: 433px;
}


#header-inner-r {
	float: right;
	width: 34.30%;
	text-align: right;
	padding: 30px 5px 0 0;
}
#header-inner-r img {
	max-width: 226px;
}
.sp-header {
	display: none;
}
#globalNav {
	margin-bottom: 5px;
	background-image: url(../images/menu-bg.png);
	background-repeat: repeat-x;
	height: 66px;
}
#globalNavInner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
}
#globalNavInner div{
	line-height: 3.5em;
	font-size: 18px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	flex-grow: 1;
	box-sizing: border-box;
	text-align: center;
}

#globalNavInner div a{
	text-decoration: none;
	color: #ffffff;
	height: 66px;
	display: block;
	font-weight: bold;
}
/*
#globalNavInner:after {
	content: "";
	display: block;
	clear: both;
}
.globalMenu1,.globalMenu2,.globalMenu3,.globalMenu4,.globalMenu5,.globalMenu6,.globalMenu7,.globalMenu8 {
	float: left;
	text-align: center;
	padding: 0 0 0 0;
}
*/
#content {
	width:100%;
	padding-bottom:340px;
}

/* slider.js 関連設定始まり */
#slide {
	background-color: #F0ECE4;

}
.wideslider-wrp {
	padding-top: 30px;
	padding-bottom: 30px;
}

.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul{
	margin: 0px;
}

.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #F0ECE4 url(../images/2015/prev.png) no-repeat right center;}
.slider_next {background: #F0ECE4 url(../images/2015/next.png) no-repeat left center;}

.wideslider .pagination {
	display: none;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.wideslider .pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	border-radius: 7px;
}
.wideslider .pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
}

/* slider.js 関連設定終わり*/

.content-top1 {
	width:100%;
	padding: 20px 0px 0px 0px;

}

.content-top1-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.content-top1-inner:after {
	content: "";
	display: block;
	clear: both;
}


.content-top1-l {
	float: left;
	width: 260px;
	/*padding-left: 20px;*/
}

.content-top1-l a {
	text-decoration: none;
}
.top-oc img{width: 270px;}
.oc-next {
}
.oc-next img{
width: 260px;
	}
.next {
}
.next-day {
}

.oc {
    margin-bottom: 5px;
}

.oc iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}


.content-top1-l .btn-waku {
    margin-bottom: 0px;
}
.content-top1-l .btn-waku img{
	width: 100%;
	max-width: 300px;
}

.adm{
    text-align: center;
    margin-top: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 3px solid #4A7DD0;
    background-color: #F0ECE3;
    }

.content-top1-c {
	float: left;
	width: 45%;
	padding-left: 22px;
}

.info-title img {
	width: 100%;
	/*max-width: 384px;*/
}

.news-ul-pickup {
    padding: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.news-li-pickup {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	border-bottom: 1px dashed #aaa;
	width:99%;
	float: none;
	clear: both;
}

.news-pickup-tdiary {
    padding-bottom: 10px;
    margin: 0px;
    color: #0B4E83;
    font-weight: lighter;
    text-align: left;
    font-size: 80%;
	float: left;
	margin-right: 8px;
}

.news-pickup-txttitle {
    color: #424242;
    font-weight: bold;
}

.news-pickup-txttitle a {
	text-decoration: none;
	color: #000;
}
.news-pickup-txttitle a:hover {
	color: #e30b00;
	text-decoration: underline;
}
	
/*インスタグラム*/	
.insta{
width: 430px;
}	
#instafeed{display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    }
#instafeed li{
	margin-bottom: 0px;
	display: block;
	line-height: 14px;
	margin: 3px;
}
#instafeed img{
	width: 135px;
	border-radius: 8px;
	border: 1px solid #808080;
	}
#instafeed p{
	font-size: 12px;
 	color: #474747;
	width: 135px;

}
.ellipsis {
	position: relative;
	height: 80px;
	overflow: hidden;
	line-height: 16px;
}

.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}

.ellipsis:before {
	content: " ･･･";
	bottom: 0;
	right: 0;
}

.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
	
	
.content-top1-r {
	float: right;
	/*width: 25.82%;*/
	padding-top: 0;
	padding-bottom: 0;
}

.content-top1-r .btn-waku {
	margin-bottom: 5px;
}
.content-top1-r .btn-waku img{
	width: 100%;
	max-width: 260px;
}
.content-top1-r .btn-waku a{
	margin-bottom: 5px;
}
.kouka {
	margin-top: 30px;
	width: 100%;
	max-width: 260px;
	line-height: 0px;
}
.kouka img{
	width: 100%;
	max-width: 260px;
	margin: 0px;
	line-height: 0px;
}
.kouka a{
	margin: 0px;
	line-height: 0px;
}
#footer {
	width:100%;
	bottom: 0;
	position: absolute;
	background-color: #f0ece3;
	line-height: 130%;
	letter-spacing: 0;
}

.footer-menu {
	text-align: center;
	background-color: #4A7DD0;
	padding: 10px 0 5px 0;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	padding: 15px 0 5px 0;
}

.footer-inner:after {
	content: "";
	display: block;
	clear: both;
}


.f-l-left {
	float: left;
	width: 20.31%;
}
.f-l-left img {
	width: 100%;
	max-width: 199px;
}

.f-l-right {
	text-align: center;
	}
.f-l-right img {
	width: 100%;
	max-width: 350px;
}

.add {
    font-size: 90%;
    text-align: center;
}
.copy {
    font-size: 85%;
    text-align:center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.footer-c {
margin: 20px;
	}
.footer-c ul li {
	margin-bottom: 10px;
	}

.footer-c ul li {
	-moz-box-shadow:inset 0px 1px 0px 0px #7BA0DD;
	-webkit-box-shadow:inset 0px 1px 0px 0px #7BA0DD;
	box-shadow:inset 0px 1px 0px 0px #7BA0DD;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #4A7DD0), color-stop(1, #2D5EAE));
	background:-moz-linear-gradient(top, #4A7DD0 5%, #2D5EAE 100%);
	background:-webkit-linear-gradient(top, #4A7DD0 5%, #2D5EAE 100%);
	background:-o-linear-gradient(top, #4A7DD0 5%, #2D5EAE 100%);
	background:-ms-linear-gradient(top, #4A7DD0 5%, #2D5EAE 100%);
	background:linear-gradient(to bottom, #4A7DD0 5%, #2D5EAE 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#4A7DD0', endColorstr='#2D5EAE',GradientType=0);
	background-color:#4A7DD0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #2D5EAE;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #528009;
	width: 220px;
	font-size: 16px;
}
.footer-c ul li:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2D5EAE), color-stop(1, #4A7DD0));
	background:-moz-linear-gradient(top, #2D5EAE 5%, #4A7DD0 100%);
	background:-webkit-linear-gradient(top, #2D5EAE 5%, #4A7DD0 100%);
	background:-o-linear-gradient(top, #2D5EAE 5%, #4A7DD0 100%);
	background:-ms-linear-gradient(top, #2D5EAE 5%, #4A7DD0 100%);
	background:linear-gradient(to bottom, #2D5EAE 5%, #4A7DD0 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2D5EAE', endColorstr='#4A7DD0',GradientType=0);
	background-color:#2D5EAE;
}
.footer-c ul li:active {
	position:relative;
	top:1px;
	text-decoration: none;
}

	
	
.footer-c a {
	text-decoration: none;
	text-align: center;
	color: #ffffff;
	display: block;

}

.footer-r {
	float: right;
}
.footer-r img {
	width: 100%;
	max-width: 220px;
}
.footer-l img {
	width: 100%;
	max-width: 261px;
}





#sp-footer {
	display: none;
}
/* コンテンツページ関係始まり
================================================== */


.contentBody th {
	/*background-color : #e6e6e6;*/
	font-weight: bold;
}



#sitemap_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#search_main {
	width:100%;
	height: 200px;
	margin: 0 auto;
	background-color : #ffffff;
	background-image: url("../images/sitemap_main.jpg");
	background-repeat: no-repeat;
	background-position: center top

}

#breadCrumb {
	padding: 5px 0 5px 5px;

}
#breadCrumb a {

}
#breadCrumb a:hover {

}


#breadCrumb p {
	margin-left: 0px;

}

.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}



.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}




#content-inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;

}

#content-inner:after {
	content: "";
	display: block;
	clear: both;
}


.page-image {
	margin-top: 15px;
	text-align: center;
}

#main {
	width: 77%;
	float: left;

}

#main2 {
	width: 100%;
	clear:both;
	padding: 20px;
	margin-bottom: 50px;
}



.contentBody {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
		clear:both;
	min-height:1em;
	padding-left: 0px;
	/*padding-right: 20px;*/

}



.thumb {
	float: right;
	padding-left: 20px;

}
.thumb img {
	width: 100px;

}



.pageList {
	padding-top: 20px;
	margin:0px;
}


.contentBody .pageList {
  margin-left: 15px;
  padding-left:0px;
}




.pageList li {
	padding: 15px;
	list-style-type: none;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-bottom: 10px;
}



.pageList .title {

	background-image: url(../images/2015/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-right: 8px;
	padding-left: 35px;
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 138%;
}

.pageList .title a{
	text-decoration: none;
}


.pageList .date {
	display: none;
	font-size:80%;
	color: #6E4825;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}


.pageList .description {
	display: none;
 	display: block;
	font-weight: normal;
	margin-top:0px;
	color:#595959;

}
.pageList .thumb {
	display: none;
}


.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}

#sidemenu {
	width: 21.43%;
	float: right;
	margin-top:0px;

}

.sideHeader {
	width: 100%;

}
.sideHeader h2 {
	background-image: url(../images/2015/icon.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	margin-top: 0;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	font-weight: bold;
	padding: 5px;
	padding-right: 0;
	padding-left: 30px;
	font-size: 95%;
	color: #000;


}

.sideBody {
	width: 100%;
	padding: 5px 0 5px 0;
	margin-bottom: 20px;
}

.sideBody li {
	margin: 0 5px 0 5px;
	padding: 9px 0 7px 15px;
	background-image: url("../images/2015/icon2.jpg");
	background-repeat: no-repeat;
	background-position: 0 center;
}
.sideBody li a {
	text-decoration: none;
}
.sideBody .active {
	font-weight: bold;
}


#sidemenu .btn-waku ul li img {
	width: 100%;
	max-width: 260px;
}

.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	

	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	}

.contentBody .pul-li02 strong{
	}



/*コンテンツページ関係終わり
================================================== */



/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

}

/*無料送迎バス*/
.bus-wrap{font-size: 14px;
	padding-bottom: 50px;
    line-height:normal ;
    letter-spacing:normal;
}
.bus-wrap h3{
	color: #ffffff;
	padding-left: 20px;
	border-radius: 20px;
}
.bus-wrap table{margin: 5px;width: 98%;}
.bus-wrap table td{padding: 1px;}
.bus-wrap table td:nth-child(1){text-align: right;border-right: 1px dotted #808080;}
.bus-wrap table td:nth-child(2){padding-left: 5px;}
.bus-wrap tr:nth-child(odd) td {background-color: #EAF6FD;}
.bus-wrap tr:nth-child(even) td {background-color: #EFEFEF;}
.root-am-wrap{display: flex;flex-wrap: wrap; justify-content: space-between;}
.root-am-wrap div{width: 49%;}
.root-am-wrap .forward{}
.root-am-wrap .forward h3{
	background-color: #8EC31F;
	background-image: none;
	height: auto;
	padding: 5px;
	border: none;
}
.root-am-wrap .forward strong{margin-right: 10px;margin-left: 10px; padding: 2px;background-color: #0A7601;color: #FFFFFF;}
.root-am-wrap .return{}
.root-am-wrap .return h3{
	background-color: #F39800;
	background-image: none;
	height: auto;
	padding: 5px;
	border: none;
}
.root-am-wrap .return strong{margin-right: 10px;margin-left: 10px; padding: 2px;background-color: #CF3300;color: #FFFFFF;}

.root-pm-wrap{display: flex;flex-wrap: wrap; justify-content: space-between;}
.root-pm-wrap div{width: 49%;}
.root-pm-wrap .forward{}
.root-pm-wrap .forward h3{
	background-color: #8EC31F;
	background-image: none;
	height: auto;
	padding: 5px;
	border: none;
}
.root-pm-wrap .forward strong{margin-right: 10px;margin-left: 10px; padding: 2px;background-color: #0A7601;color: #FFFFFF;}
.root-pm-wrap .return{}
.root-pm-wrap .return h3{
	background-color: #F39800;
	background-image: none;
	height: auto;
	padding: 5px;
	border: none;
}
.root-pm-wrap .return strong{margin-right: 10px;margin-left: 10px; padding: 2px;background-color: #CF3300;color: #FFFFFF;}


@media (max-width: 913px) {
#header-inner-l {
	font-size: 70%;
}
.footer-c {
	font-size: 84%;
}

	

}
/* ＰＣサイト終わり
==================================================
==================================================
==================================================
================================================== */





/* スマホサイト始まり
==================================================
==================================================
==================================================
================================================== */

@media (max-width: 767px) {
.sp{display: block;}
.pc{display: none;}
.btn-waku-top{text-align: center}
	.btn-waku li{margin-top: 5px;margin-bottom: 5px;}
body , html {
	height: 100%;
  -webkit-text-size-adjust: 100%;

}

body {
	margin:0px;
	padding:0px;
	font-size: 87.5%;
	line-height: 130%;

}



img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
	
.opencampus-Schedule img{}
.subject-auto img{width:auto;}
.subject-child img{width:auto;}
.subject-care img{width:auto;}
.attached_icon{width:40px;}
ol, ul {
	list-style: none;
}

form {
	margin: 0px;
	padding: 0px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.pc-disp {
	display: none;
}
.sp-disp {
}


#container {
	position: relative;
	width: 100%;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


#scrollTop {
	position: fixed;
	right: 0;
	z-index: 20;
	padding:0;
}
#scrollTop a {
	text-decoration : none;

}

#scrollTop img {
	width: 60px;
}


.skip p {
  display: block;
  background-color: #007b44;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: absolute;
  height: 0;
  overflow: hidden;
}





#header {

	display: none;
}

.sp-header {
	margin-top: 60px;
}


/* メニュー関係
================================================== */

#title {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.header-top{
	width: 100%;
	position: fixed;
	left: 0px;
	top: 0px;
	background-color: #fff;
	width:100%;
	height:60px;
	filter:alpha(opacity=95);
	-moz-opacity: 0.95;
	opacity: 0.95;
	z-index: 3;
}

.header-top .logo{
	float: left;
	width: 80%;
	padding: 10px 0 0 5px;
}

.header-top .logo img{
	width: 240px;
}


.header-top a{
	text-decoration: none;
}



.menu_open_button{
	float: left;
	width: 20%;
	text-align: right;
	padding: 0px 5px 0 0;
}

.menu_open_button a {
	background-repeat: no-repeat;
	background-position: center 8px;
	background-image: url(/theme/sn-default/images/menu_icon.png);
	background-color: #000;
	padding-top: 28px;
	text-align: center;
	width:  55px;
	height: 45px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;
}


.menu_close_button {
	float: right;
	padding: 0px 10px 0 0;
	margin-bottom: 10px;
}
.menu_close_button a {
	display: block;
	background-repeat: no-repeat;
	background-position: center 8px;
	background-image: url(/theme/sn-default/images/menu_icon.png);
	background-color: #000;

	padding-top: 28px;
	text-align: center;
	width:  55px;
	height: 45px;
	color: #fff;
	font-size: 10px;
	text-decoration: none;

}


/* Header Nav
================================================== */

.header-navi{
}
.header-navi .nav-header{
  background: #999999;
}
.header-navi .nav-header h2{
  float: left;
  padding: 15px 5px 5px 5px;
}
.header-navi .nav-header button{
  float: right;
  padding: 5px;
}
.header-navi .nav-header button img{
  width: 45px;
}

/*サイドバー
---------------------------------------------------------------*/

#modal {
	display: none;

}

#modal h2 {
	background-color: #143073;
	color: #fff;
	padding: 5px 0 5px 5px;
	font-weight: normal;
}


#modal ul{
	padding: 0px;
	width: 100%;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;

  }

#modal ul li{
	background: -moz-linear-gradient(top, #dee7fa, #111111);
	background: -webkit-linear-gradient(top, #dee7fa, #111111);
	background: linear-gradient(to bottom, #fff, #f1f1f1);
	border-bottom: 1px solid #e8e8e8;
  }


#modal ul li a{
	display: block;
	width: 100%;
	padding: 10px 10px 10px 10px;
	text-decoration: none;
	color: #143073;
	font-size: 100%;
	background-image: url("../images/bg-link3.png");
	background-repeat: no-repeat;
	background-position: 95% 45%;
}

#modal-menu1 {

}
#modal-menu2 {

}
#modal-menu3 {

}
#modal-menu4 {

}
#modal-menu5 {

}
#modal-menu6 {

}
#modal-menu7 {

}
#modal-menu8 {

}
#modal-menu9 {

}


.close{
  text-align: right;
  margin-top: 10px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}

.close a{
}

.open{
  display:block;
  margin-top: 7px;
  margin-right: 7px;
  float: right;
}

.open img{
  vertical-align:middle;
}


/*メニュー関係終わり
---------------------------------------------------------------*/


#content {
	width:100%;
	padding-bottom: 20px;
}


/* slider.js 関連設定始まり */
#slide {
	background-color: #F0ECE4;

}
.wideslider-wrp {
	padding-top: 10px;
	padding-bottom: 10px;
}


.wideslider {
	width: 100%;
	text-align: left;
	position: relative;
	overflow: hidden;
}

.wideslider ul{
	margin: 0px;
}

.wideslider ul li {
	float: left;
	display: inline;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
}

.wideslider ul li img {
	width: 100%;
	display: none;
}

.wideslider_base {
	top: 0;
	position: absolute;
}
.wideslider_wrap {
	top: 0;
	position: absolute;
	overflow: hidden;

}
.slider_prev,
.slider_next {
	top: 0;
	overflow: hidden;
	position: absolute;
	z-index: 100;
	cursor: pointer;
}
.slider_prev {background: #F0ECE4 url(../images/prev.png) no-repeat right center;}
.slider_next {background: #F0ECE4 url(../images/next.png) no-repeat left center;}

.wideslider .pagination {
	display: none;
	bottom: 30px;
	left: 0;
	width: 100%;
	height: 15px;
	text-align: center;
	position: absolute;
	z-index: 200;
}

.wideslider .pagination a {
	margin: 0 5px;
	width: 15px;
	height: 15px;
	display: inline-block;
	overflow: hidden;
	background: #333;
	border-radius: 7px;
}
.wideslider .pagination a.active {
	filter:alpha(opacity=100)!important;
	-moz-opacity: 1!important;
	opacity: 1!important;
}


.wideslider ul:after {
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}

.wideslider ul {
	display: inline-block;
	overflow: hidden;
	margin-bottom: 0px;
	padding: 0px;
}

/* slider.js 関連設定終わり*/




.content-top1 {
	width:100%;
	padding: 20px 0px 0px 0px;

}

.content-top1-inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
}

.content-top1-inner:after {
	content: "";
	display: block;
	clear: both;
}


.content-top1-l {
	width: 100%;
	text-align: center;
	padding: 0 5px 0 5px;
}

.content-top1-l a {
	text-decoration: none;
}

.oc-next {
    margin-bottom: 8px;
}
.oc-next2 {
}
.next {
    padding-top: 10px;
    padding-bottom: 5px;
}


.oc {
	background-color: #ccc;
}

.oc iframe {
    border-width: 2px;
    border-style: inset;
    border-color: initial;
    border-image: initial;
}




.content-top1-l .btn-waku {
    margin-bottom: 5px;
	/*float: left;*/
	width: 100%;
}
.content-top1-l .btn-waku img{
	width: 100%;
	/*max-width: 300px;*/
}

.content-top1-l .btn-waku div{
margin-bottom: 5px;
}

.content-top1-c {
	width: 100%;
	padding: 0 5px 0 5px;
}
.info {
	margin-top: 15px;
}

.info-title {
	background-color: #EEEEEE;
}

.info-title-l {
	float: left;
}
.info-title-r {
	float: right;
	text-align: right;
}



.news-ul-pickup {
    padding: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.news-li-pickup {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 10px;
	list-style-type: none;
	border-bottom: 1px dashed #aaa;
	width:99%;
	float: none;
	clear: both;
}

.news-pickup-tdiary {
    padding-bottom: 10px;
    margin: 0px;
    color: #0B4E83;
    font-weight: lighter;
    text-align: left;
    font-size: 80%;
	float: left;
	margin-right: 8px;
}

.news-pickup-txttitle {
    color: #424242;
    font-weight: bold;
}

.news-pickup-txttitle a {
	text-decoration: none;
	color: #000;
}
.news-pickup-txttitle a:hover {
	color: #e30b00;
	text-decoration: underline;
}

	

/*SP インスタグラム*/
.insta{
	margin-bottom: 20px;
}
#instafeed{display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    }
#instafeed li{
	margin-bottom: 0px;
	display: block;
	line-height: 14px;
	margin: 3px;
}
#instafeed img{
	width: 120px;
	border-radius: 8px;
	border: 1px solid #808080;
	}
#instafeed p{
	font-size: 12px;
 	color: #474747;
	width: 118px;

}
.ellipsis {
	position: relative;
	height: 60px;
	overflow: hidden;
	line-height: 16px;
}

.ellipsis:before, .ellipsis:after {
	position: absolute;
	background: #fff;
}

.ellipsis:before {
	content: " ･･･";
	bottom: 0;
	right: 0;
}

.ellipsis:after {
	content: "";
	width: 100%;
	height: 100%;
}
	
	
	
.content-top1-r {
	width: 100%;
	padding: 0 0 0 0;
	margin-top: 20px;
	text-align: center;
}


.content-top1-r .btn-waku-top {
	margin-bottom: 5px;
	padding 0 5px 0 5px;
}

.content-top1-r .btn-waku-top .btn-waku ul li{
	display: inline-block;
	width: 33.33%;
}

.content-top1-r .btn-waku-top .btn-waku ul li img {
	width: 100%;
	max-width: 260px;
}

.content-top1-r .btn-waku-bottom {
margin-top: 20px;
}
.btn-waku {margin-bottom: 5px;}

.kouka {
	margin-top: 30px;

}
.kouka img{

}

#footer {
	width:100%;
	position: absolute;
	background-color: #f0ece3;
}

.footer-menu {
	text-align: center;
	background: -moz-linear-gradient(top, #dee7fa, #111111);
	background: -webkit-linear-gradient(top, #dee7fa, #111111);
	background: linear-gradient(to bottom, #abd11a, #6fa600);
	padding: 10px 0 5px 0;
}

.footer-menu ul li {
	display: inline-block;
}

.footer-inner {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding: 5px 5px 5px 5px;
	border-top: 5px solid #4A7DD0;
	text-align: center;
}

.footer-inner:after {
	content: "";
	display: block;
	clear: both;
}


.f-logo {
	margin-bottom: 10px;
}
.f-logo img {
	width: 300px;
}

.add {
	font-size: 80%;
}
.f-0120 {

}
.f-0120 img {
	width: 160px;
}


.f-menu {
    margin-top: 5px;
}
.f-menu ul li {

}

.copy {
    font-size: 70%;
    margin-top: 5px;
}

#pc-footer {
	display: none;
}


/* スマホコンテンツページ関係始まり
================================================== */
#sitemap_main {
	display: none;
}
#search_main {
	display: none;
}
#breadCrumb {
	padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 8px;
}

#breadCrumb a {
}
#breadCrumb a:hover {

}
.scrText {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.print_wrp {
	display: none;
	text-align: right;
	padding-top: 8px;
	margin-bottom: -32px;
}


#content-inner {
	width: 100%;
	padding: 0px;


}

#content-inner:after {
}


#main {
	width: 100%;
	background-color: #fff;
	padding: 10px 0 20px 0;

}
#main2 {
	width: 100%;
	background-color: #fff;
	padding: 10px 0 20px 0;
}


.contentBody {

}

.thumb {
	float: right;
	padding-left: 20px;
}
.thumb img {
	width: 60px;
	margin-right: 0px;

}


.pageList {
	padding-top: 20px;
	margin:0px;
}

.contentBody .pageList {
  margin-left: 0px;
  padding-left:0px;
  padding-top:0px;
}


.pageList li {
	padding: 15px;
    list-style-type: none;
}

.pageList li:nth-child(odd) {
    background-color: #f2f2f2;
}

.pageList .title {
	display: block;
	padding-bottom: 0px;
	margin-bottom: 5px;
}


.pageList .title a{
	text-decoration: none;
    background-image: url(../images/bg-list.png);
    background-size: 5px;
    background-repeat: no-repeat;
    background-position: 4px center;
    padding-left: 17px;
    font-size: 110%;
    font-weight: bold;
	}


.pageList .date {
	font-size:80%;
	color: #6E4825;
	display: block;
	margin-bottom: 30px;
	margin-top: 30px;
}


.pageList .description {
 	display: block;
    font-weight: normal;
    margin-top: 0px;
    color: #737373;
    font-size: 80%;

}




.contentBody .pagination {
	text-align:center;
	}
.contentBody .pagination a{
		background-color : #000000;
		color:#fff;
		text-decoration:none;
	text-align: center;
	border-radius: 100px;		/* CSS3草案 */
	-webkit-border-radius: 100px;	/* Safari,Google Chrome用 */
	-moz-border-radius: 100px;	/* Firefox用 */
	padding:5px;
}




#sidemenu {
	display: none;

}


.contentBody .pul-li{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
.contentBody .pul-li li{
	background-image: url("../images/pul-li.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;

	}

.contentBody .pul-li strong{
	}


.contentBody .pul-li02{
	margin: 0px;
	padding: 0px;
	list-style-type: none;	
	}
	
.contentBody .pul-li02 li{
	background-image: url("../images/pul-li-02.png");
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 40px;
	margin-bottom:10px;
	}

.contentBody .pul-li02 strong{
	}


.footer-c {
	width: auto;
	margin-top: 10px;
}
.footer-c ul li {
	margin-bottom: 10px;
	background-color: #FFFFFF;
	border-radius: 7px;
	box-shadow:0px 1px 6px 0px #dedede;
-moz-box-shadow:0px 1px 6px 0px #dedede;
-webkit-box-shadow:0px 1px 6px 0px #dedede;
	}
.footer-c a {
	text-decoration: none;
	text-align: center;
	color: #000;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.footer-c a:hover {
	text-decoration: underline;
}


/*コンテンツページ関係終わり
================================================== */

/*サイトマップ初め
================================================== */

.sitemap {
	margin-left: 0px;

}

.depth1 li {
	padding-top: 0px;

}
.depth2 li {
	padding-top: 0px;
}

.tooltip .tooltiptext {
	position: relative;
}

.course-color-wrap{display: block;}

/*無料送迎バス*/
.root-am-wrap{display: block;}
.root-am-wrap div{width: 100%;}
.root-pm-wrap{display: block;}
.root-pm-wrap div{width: 100%;}	

}
/* スマホサイト終わり
==================================================
==================================================
==================================================
================================================== */
@media (max-width: 768px) {
.info {
	margin-top: 30px;
	margin-bottom: 30px;

}
.news-ul-pickup {
    padding: 2px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
	background-color: #ffffff;
}
.news-li-pickup {
	list-style-type: none;
	border-bottom: 1px dashed #aaa;
	width:99%;
	float: none;
	clear: both;
	padding: 10px;
}

.news-pickup-tdiary {
	padding-top: 4px;
	padding-bottom: 4px;
	margin: 0px;
	color: #0B4E83;
	font-weight: lighter;
	text-align: right;
	font-size: 130%;
	float: none;
	margin-right: 8px;
}

.news-pickup-txttitle {
    color: #424242;
    font-weight: bold;
	font-size: 140%;
	line-height: 1.3em;

}

.news-pickup-txttitle a {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
	color: #000;
}
.news-pickup-txttitle a:hover {
	color: #1887E1;
	text-decoration: underline;
}
}

/*SNS*/
.sns{
	margin-top: 20px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;}
.sns div{
margin: 5px;
}
.sns img{
	width: 200px;
}


