@charset "UTF-8";

/* --------------------------------------------------------------

	清光学園 第二早蕨幼稚園 [基本CSS：スマホ用]
	/common/css/base_sp.css

-------------------------------------------------------------- */

/* ==================================================
	base
================================================== */

html {
	-webkit-text-size-adjust: 100%;
}
body {
	background: none;
}
img { max-width: 100%; }
img.has_sp { min-width: 100%; }


/* ==================================================
	group header
================================================== */

#fixed_header {
	position: fixed;
	width: 100%;
	border-top: solid 4px #c09873;
	background: rgba(255,255,255,1);
	z-index: 8000;
}

#group_header {
	height: auto;
	overflow: hidden;
	margin: 0 4%;
}

/* group_nav
------------------------------------------ */
#group_nav {
	float: none;
	background: none;
}
#group_nav li {
	float: left;
}
#group_nav li a:hover img {
	opacity: 1;
}
@media screen and (min-width: 320px) and (max-width: 374px) {	/* iPhone4,5,5s */
#group_nav li a img { height: 17px; }
}
@media screen and (min-width: 375px) and (max-width: 413px) {	/* iPhone6 */
#group_nav li a img { height: 20px; }
}
@media screen and (min-width: 414px) and (max-width: 740px) {	/* iPhone6 Plus */
#group_nav li a img { height: 22px; }
}


/* ==================================================
	header
================================================== */

#header {
	width: 100%;
	margin: 0;
	padding-bottom: 1em;
}
@media screen and (min-width: 320px) and (max-width: 374px) {	/* iPhone4,5,5s */
#header { padding-top: 33px; }
}
@media screen and (min-width: 375px) and (max-width: 413px) {	/* iPhone6 */
#header { padding-top: 36px; }
}
@media screen and (min-width: 414px) and (max-width: 740px) {	/* iPhone6 Plus */
#header { padding-top: 38px; }
}

#header .box960 {
	margin: 0;
}

#header_logo {
	float: left;
	margin-left: 3.5%;
	width: 45%;
	max-width: 262px;
	z-index: 5;
}

/* global_nav
------------------------------------------ */
#global_nav_open_btn {
	float: right;
	width: 8%;
	margin: 8px 3.5% 0 0;
	z-index: 4;
}
#global_nav_open_btn a {
	display: block;
	background: url(../images/global_nav_open_btn.png) center no-repeat;
	background-size: contain;
}
#global_nav_open_btn.open a {
	background: url(../images/global_nav_close_btn.png) center no-repeat;
	background-size: contain;
}
.accordion {
	position: absolute;
	top: 100%;
	clear: both;
	display: none;
	width: 100%;
	height: 3000%;
	background: #fff;
	z-index: 7000;
	box-shadow: 0px 3px 3px 0px #999;
}

#global_nav {
	clear: both;
	width: 100%;
	border-bottom: solid 1px #cacaca;
}
#global_nav li {
	width: 100%;
	line-height: 3.5;
	border-top: solid 1px #cacaca;
}
#global_nav li ul li {
	text-indent: 1em;
}
#global_nav li.nav07 {
	border-bottom: solid 1px #cacaca;
}
#global_nav li a,
#global_nav li span {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	background: url(../images/nav_arw_gr.png) 97% center no-repeat;
	background-size: 5px 7px;
	cursor: pointer;
}
#global_nav li a.current {
	/*background-color: #f2eae3;*/
}


/* ==================================================
	pagetop
================================================== */

#pagetop_sp a {
	display: block;
	background: #c09873;
	padding: 1em 0;
	text-align: center;
}


/* ==================================================
	footer_add
================================================== */

#footer_add {
	padding: 1em 0 11px;
	border-top: none;
	background: #fff;
}
#footer_add dl {
	float: none;
	padding: 0;
}
#footer_add dl dt {
	float: none;
	width: 50%;
	margin: 0 auto 1.5em;
	text-align: center;
}
#footer_add dl dd {
	float: none;
	margin: 0;
	line-height: 1.4;
	text-align: center;
}
#footer_add dl dd.contact_btn {
	float: right;
	width: 30%;
}
#footer_add dl dd.contact_btn a {
	display: block;
	width: 100%;
	height: auto;
	background: none;
	text-indent: 0px;
}
#footer_add ul {
	float: none;
	margin-top: 12px;
	border-top: solid 1px #9e9e9e;
	padding-top: 12px;
	text-align: center;
}
#footer_add ul li {
	display: inline;
	margin: 0 0.5em;
}


/* ==================================================
	footer_nav
================================================== */

#footer_nav {
	display: none;
}


/* ==================================================
	copyright
================================================== */

#copyright {
	background: #808080;
}
#copyright p {
	width: 100%;
	margin: 0;
	text-align: center;
}


/* ==================================================
	content
================================================== */

#content_wrap {
	position: relative;
	background: none;
	margin-top: -1px;
}
#content_wrap #content {
	width: 100%;
}
#content_wrap #content #content_body {
	background: none;
	padding: 0;
	margin: 0;
}
#content_wrap #main_col {
	float: none;
	width: 100%;
	min-height: 100%;
	padding: 0;
	background: #fff;
}
#content_wrap #side_col {
	position: absolute;
	top: -1px;
	display: none;
	float: none;
	width: 100%;
	height: 2000px;
	margin: 0;
	border-bottom: solid 1px #cbcbcb;
	z-index: 20;
	background: #fff;
}

/* 学科top専用 サイドメニュー無しパターン
------------------------------------------ */
#content_wrap #main_col02 {
	float: none;
	width: 100%;
	min-height: 100%;
	padding: 0;
	background: #fff;
}


/* ==================================================
	topic path
================================================== */

#topic_path {
	background: #fff;
	padding-top: 0;
	border-top: solid 1px #cacaca;
}
#topic_path ul {
	width: 100%;
}
#topic_path ul li {
	float: left;
	margin-left: -1em;
	background: url(../images/topic_path_arw.png) right center no-repeat;
	background-size: contain;
	padding: 0 1em 0 0;
	line-height: 3em;
}
#topic_path ul li#path_top {
	margin-left: 0;
	background: url(../images/topic_path_arw_top.png) right center no-repeat #f2eae3;
	background-size: contain;
}
#topic_path ul li.current {
	background: none;
}
#topic_path ul li a,
#topic_path ul li em {
	display: block;
	border-bottom: solid 1px #cacaca;
	padding: 0 0.5em 0 1.5em;
}
#topic_path ul li#path_top a {
	padding-left: 1em;
	color: #c09873;
}
#topic_path ul li span {
	display: none;
}


/* ==================================================
	side nav
================================================== */

#side_nav_open_btn {
	position: absolute;
	top: -36px;
	right: 0px;
}
#side_nav_open_btn a {
	display: block;
	width: 60px;
	height: 36px;
	background: url(../images/side_nav_open_btn.png) center center no-repeat;
	background-size: 10px 7px;
}

.side_nav {
	border-top: solid 1px #ccc;
}
.side_nav li {
	line-height: 3.5;
}
.side_nav li a {
	display: block;
	background: url(../images/nav_arw_gr.png) 97% center no-repeat;
	background-size: 5px 7px;
	background-repeat: no-repeat;
	padding-left: 15px;
	border-bottom: solid 1px #ccc;
}
.side_nav li.nigyou {
	line-height: 1.75;
}
.side_nav li.nigyou a {
	display: block;
	background: url(../images/nav_arw_gr.png) 97% 25px no-repeat;
	background-size: 5px 7px;
	background-repeat: no-repeat;
	padding: 10px 0 10px 15px;
}
.side_nav li a:hover {
	background-color: #fff;
	text-decoration: none;
}

.side_bnr {
	display: none;
}
.side_bnr_sp {
	margin: 0.5em 2% 2em;
}
.side_bnr_sp li {
	float: left;
	width: 47%;
	margin: 0.5em 1.5%;
}
.side_nav li a.parentsLink,
.side_nav li a.current {
	background-color: #f8f4f1;
}
