@charset "utf-8";

/* header
-------------------*/
header {
	height: 141px;
	background:url(../images/base/header_bg.png) left top repeat-x;
}

#header-contents {
	width:960px;
	position:relative;
	height: 91px;
	margin:0 auto;
	background:url(../images/base/logo_bg.png) 229px 41px no-repeat;
}

a.header_img {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header-logo{
	padding-top:9px;
}

#header-logo a {
	background: url(../images/base/logo.png) no-repeat;
    width: 225px;
	height: 70px;
	background-size: 225px auto;
}

#hnav {
  position: absolute;
  right: 0;
  top: 0;
  width: 580px;
  z-index: 2;
}

#hnav-juken {
    width: 166px;
	height: 36px;
	position: absolute;
  	top: 0;
	left: 15px;
}

#hnav-juken a {
	background: url(../images/base/n4_p1.png) no-repeat;
    width: 166px;
	height: 36px;
}

#hnav-cj {
    width: 124px;
	position: absolute;
  	top: 0;
	left: 181px;
}

#hnav-cj a {
	background: url(../images/base/n4_p2.png) no-repeat;
	width: 124px;
	height: 36px;
}

#hnav-gaku {
    width: 133px;
	position: absolute;
  	top: 0;
	left: 305px;

}
#hnav-gaku a {
	background: url(../images/base/n4_p3.png) no-repeat;
	width: 133px;
	height: 36px;
}

#hnav-pas {
    width: 142px;
	position: absolute;
  	top: 0;
	left: 438px;

}
#hnav-pas a {
	background: url(../images/base/n4_p4.png) no-repeat;
	width: 142px;
	height: 36px;
}


#hnav-new {
    width: 72px;
	position: absolute;
  	top: 55px;
	left: 0;
}

#hnav-new a {
	background: url(../images/base/header_news.png) no-repeat;
    width: 72px;
	height: 20px;
}

#hnav-inq {
    width: 91px;
	position: absolute;
  	top: 55px;
	left: 82px;
}

#hnav-inq a {
	background: url(../images/base/header_inq.png) no-repeat;
    width: 91px;
	height: 20px;
}

#hnav-tel {
    width: 345px;
	position: absolute;
  	top: 49px;
	left: 202px;
}

#hnav-tel a {
	background: url(../images/base/header_tel_pc.png?2) no-repeat;
    width: 345px;
	height: 30px;
}
	
#hnav-fb {
    width: 20px;
	position: absolute;
  	top: 54px;
	right: 0;
}

#hnav-fb a {
	background: url(../images/base/facebook.png) no-repeat;
    width: 20px;
	height: 20px;
}

@media screen and (max-width: 640px) {
	
header {
	height:auto;
	background: none;
	width:100%;
	padding-top:5px;
}

#header-contents {
	width:100%;
	height: 44px;
	background: none;
	margin: 0 auto;
}

#sp-btn{
	width:31px;
	height: 44px;
	background-image: url(../images/sp/base/header_menu_btn.png);
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	float: left;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}

#header-logo{
	padding:0;
	float:left;
}

#header-logo a {
  height: 44px;
  width:144px;
  background-image: url(../images/base/logo.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}

#hnav {
	position:static;
	float: right;
	width:145px;
}

#hnav-tel {
	position:static;
	width:145px;
    margin:0;
    padding:0;
}

#hnav-tel a {
  height: 44px;
  width:145px;
  background-image: url(../images/sp/base/header_tel.png);
  background-size: 100% auto;
  -webkit-background-size: 100% auto;
}

/* spnavi
------------*/

#sp-nav {
	display:block;
	margin:5px 0 20px;
}

#sp-nav .spg {
	width:100%;
	display:table;
	border-top: solid 1px #D0D0D0;
	border-bottom: solid 1px #D0D0D0;
}

#sp-nav .spg li {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	padding:3px 3px;
	cursor:pointer;

}

#sp-nav .spg li:nth-child(1) {
	background:url(../images/sp/base/plaisir_arrow.png) right bottom no-repeat;
	background-size: 7px;
}

#sp-nav .spg li:nth-child(2) {
	background:url(../images/sp/base/seed_arrow.png) right bottom no-repeat;
	background-size: 7px;
	border-left: solid 1px #D0D0D0;
}

#sp-nav .spg li:nth-child(3) {
	background:url(../images/sp/base/kids_arrow.png) right bottom no-repeat;
	background-size: 7px;
	border-left: solid 1px #D0D0D0;
}

#sp-nav .spg li img {
	width:100%;
}

#sn_pla_h,
#sn_seed_h,
#sn_kids_h{
	display:none;
}

#sn_pla_h div,
#sn_seed_h div,
#sn_kids_h div{
	text-align:center;
	margin-top:-30px;
	margin-bottom:5px;
	background:#999;
	padding:10px 0;
}

#sn_pla_h div a,
#sn_seed_h div a,
#sn_kids_h div a{
	color:#FFF;
}

#wrapper {
  background: #FFFFFF;	
  z-index: 1;
}

.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}
.slidemenu .slidemenu-header {
    height: 49px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    padding: 17px 0px 0px 19px;
    text-decoration: none;
    color: #fff;
}

/*plugin*/

.slidemenu {
  top: 0;
  width: 240px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}


}

/* gnavi
-------------------*/
#gnav {
}

#gnav-contents {
	width:960px;
	height: 50px;
	margin:0 auto;
}

#gnav-contents li{
	float: left;
	padding: 0px;
	margin: 0px;
	width:160px;
	text-indent: 100%;
	white-space: nowrap;
}

#gnav-contents li a{
    display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height /**/:50px;
	padding-top: 50px;
	background-image:url(../images/base/gnav.png);
	background-repeat:no-repeat;
}

/* position
-------------------*/

	/**/
	#gnav01 a { background-position:  0 0; }
	#gnav02 a { background-position:  -160px 0; }
	#gnav03 a { background-position:  -320px 0; }
	#gnav04 a { background-position:  -480px 0; }
	#gnav05 a { background-position:  -640px 0; }
	#gnav06 a { background-position:  -800px 0; }

	/**/
	#gnav01 a:hover { background-position:  0     -50px; }
	#gnav02 a:hover { background-position: -160px -50px; }
	#gnav03 a:hover { background-position: -320px -50px; }
	#gnav04 a:hover { background-position: -480px -50px; }
	#gnav05 a:hover { background-position: -640px -50px; }
	#gnav06 a:hover { background-position: -800px -50px; }

	/**/
	#gnav01 a.on { background-position:  0     -50px; }
	#gnav02 a.on { background-position: -160px -50px; }
	#gnav03 a.on { background-position: -320px -50px; }
	#gnav04 a.on { background-position: -480px -50px; }
	#gnav05 a.on { background-position: -640px -50px; }
	#gnav06 a.on { background-position: -800px -50px; }

/* layout
-------------------*/

#contents {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 940px;
	margin: 30px auto 0;
	position: relative;
}

.inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  width: 940px;
  margin: 0 auto;
  position: relative;
}

#main {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 700px;
	margin-bottom: 20px;
}

#sidenav {
	float: right;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	width: 220px;
	margin-bottom: 40px;
}

.side-title{
	width: 220px;
	height:66px;
	overflow:hidden;
	background:url(../images/side/side_title_bg.png);
	display: flex;
	justify-content: center;
	align-items: center;
}

.side-seed{
	background: url(../images/side/side_title_bg_seed.png);
}

.side-kids{
	background: url(../images/side/side_title_bg_kids.png);
}

.side-pascal{
	background: url(../images/side/side_title_bg_pascal.png);
}

.side-title a{
	color:#FFF;
	font-size:116%;
	font-weight:normal;
	text-decoration:none;
}

/* sidemenu
-------------------*/

.s_nav_list {
	margin-bottom:30px;
}

.s_nav_list li {
	line-height: 1.2 !important;
	border-bottom: 1px solid #f2f2f2;
}

.s_nav_list li span {
	display: block;
	padding: 16px 10px 14px 22px;
	background: url(../images/base/arrow.png) no-repeat 3px center;
}

.s_nav_list a {
	display: block;
	text-decoration: none;
	font-size:108%;
	color:#444;
}

.s_nav_list.s_nav_seed li span {
	display: block;
	padding: 16px 10px 14px 22px;
	background: url(../images/base/arrow_seed.png) no-repeat 3px center;
}

.s_nav_list.s_nav_kids li span {
	display: block;
	padding: 16px 10px 14px 22px;
	background: url(../images/base/arrow_kids.png) no-repeat 3px center;
}

.s_nav_list .on_page {
	display: block;
}

.s_nav_list .on_page span,
.s_nav_list a:hover span {
	background-color: #f6f9f2;
	color: #008141;
}

.s_nav_list.s_nav_seed .on_page span,
.s_nav_list.s_nav_seed a:hover span {
	background-color: #FBF0F3;
	color: #CC3366;
}

.s_nav_list.s_nav_kids .on_page span,
.s_nav_list.s_nav_kids a:hover span {
	background-color: #ECF2FF;
	color: #003399;
}

.s_bnr{
	width: 220px;
}

.s_bnr li{
	margin-bottom:15px;
}

@media screen and (max-width: 640px) {
	
#contents,.inner{
	width: 100%;
	padding:0 10px;
	margin-top:10px;
}

#main{
	width: 100%;
	margin:0;
	padding:0;
}

#sidenav {
	float: none;
	width: 100%;
	margin-bottom: 18px;
}

.side-title{
	width: 100%;
	padding: 13px 15px;
	height:auto;
	display:block;
	text-align:center;
	background: none #008141;
}

.side-seed{
	background: #CC3366;
}

.side-kids{
	background: #003399;
}

.side-title a{
	color:#FFF;
	font-size:116%;
	font-weight:normal;
	text-decoration:none;
	width: 100%;
}

.s_bnr{
	width: 100%;
}

.s_bnr li{
	width:50%;
	display:block;
	float:left;
	text-align:center;
	margin-bottom:7px;
}

.s_bnr li img{
	width: 95%;
}

}

.inquiry_btn{
	margin-bottom:30px;
}

footer {
	width:100%;
	background:#F8F8F8;
}

#fc1bg {
	background:#F8F8F8;
	width:960px;
	margin:0 auto;
}

#footer-contents1 {
	height:145px;
	width:100%;
	background:#F8F8F8;
}

.footer_left{
	float:none;
}

#fc2bg {
	background:#4F8E00;
	width:960px;
	margin:0 auto;
}

#footer-contents2 {
	background:#4F8E00;
	width:100%;
	color:#FFF;
}

#footer-logo{
	padding-top:25px;
}

#footer-logo a {
	background: url(../images/base/logo.png) no-repeat;
    width: 225px;
	height: 70px;
	background-size: 225px auto;
}

#footer-view{
	position:absolute;
	top:14px;
	left:245px;
}

#fnav1{
	font-weight:bold;
	color:#666;
}

.f_name{
	position:absolute;
	top:30px;
	left:346px;
	font-size:108%;
}
.f_ad{
	position:absolute;
	top:52px;
	left:346px;
	font-weight:normal;
	font-size:93%;
}
.f_tel{
	position:absolute;
	top:70px;
	left:346px;
	font-size:108%;
}
.f_fax{
	position:absolute;
	top:70px;
	left:498px;
	font-size:108%;
}

#fnav2{
	width: 179px;
	position:absolute;
	right:0;
	top:8px;
}

#fnav2 li{
	margin-bottom:3px;
}

#fnav2 li a{
	width: 179px;
	height: 30px;
	background-size: 179px 30px;
}

#fnav-juken a {
	background: url(../images/base/footer_j_al.png) no-repeat;
}

#fnav-cj a {
	background: url(../images/base/footer_c_al.png) no-repeat;
}

#fnav-gaku a {
	background: url(../images/base/footer_g_al.png) no-repeat;
}

#fnav-pas a {
	background: url(../images/base/footer_pas.png) no-repeat;
}

#sitemap{
	width:100%;
	padding:25px 0;
}

#sitemap li{
	display: inline-block;
	margin-right:10px;
	line-height:1.5;
	font-size:93%;
}

#sitemap li a{
	color:#FFF;
	text-decoration:none;
}

#copyright{
	display:block;
	color:#FFF;
	padding-bottom:10px;
	font-size:77%;
}

a.footer_img {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
}

#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
}

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

.inquiry_btn{
	width:100%;
	margin-bottom:20px;
}

.inquiry_btn img{
	width:100%;
}

.inquiry_box{
	margin-bottom:30px;
	background:url(../images/sp/base/stripe.png);
}

.inquiry_box div{
	background: url(../images/sp/base/rain.png) left top no-repeat;
	padding:15px 10px;
}

.inquiry_box div img{
	width:100%;
}

#fc1bg {
	width:100%;
}

#footer-contents1 {
	width:100%;
}

#fc2bg {
	width:100%;
}	
	
#footer-contents1 {
	background:#F8F8F8;
	height:auto;
	padding:10px 0;
}

.footer_left{
    width: 50%;
	float:left;
}

#footer-logo{
	padding:0;
	margin:0;
	width:100%;
	height:auto;
}

#footer-logo a {
	background: url(../images/base/logo.png) no-repeat;
    width: 100%;
	background-size: 100% auto;
}

#fnav1{
	font-weight:bold;
	color:#666;
	position:static;
	padding-left:10px;
}

.f_name,.f_ad,.f_tel,.f_fax{
	position:static;
}

#fnav1 li{
	margin-bottom:5px;
}

#fnav2{
	width: 50%;
	position:static;
	float:right;
}

#fnav2 li{
	margin-bottom:3px;
	padding-left:10px;
}

#fnav2 li a{
	width: 100%;
	min-height:35px;
	background-size: 100% 35px;
}

#sitemap{
	width:100%;
	padding:25px 0;
}

#sitemap li{
	display: inline-block;
	margin-right:10px;
	font-size:93%;
}

#sitemap li a{
	color:#FFF;
}

#copyright{
	display:block;
	color:#FFF;
	padding-bottom:10px;
	font-size:77%;
}

a.footer_img {
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	zoom: 1;
}

#pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

#pagetop img {
	width:25px;
}

}


.pcn{
  width:220px;
  margin-bottom:30px;
}


.pcn .s_nav_list{
  display: none;
  overflow: hidden;
}


