/* CSS Document */

/*
RP化するにあたり、必要な部分のみを上書きするイメージで記載しています。
*/


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

body{
	font-size: 14px;
}
body,
#mainvisual .inner,
header,
footer{
	min-width: 100%;
}



/*============================================================================

	header

============================================================================*/
header {
	display:none;
}



/*============================================================================

	navi

============================================================================*/
nav{
	display:none ;
}
.sp_navi {
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:65px;
	z-index: 9998;
}
.sp_navi h1{
	position: absolute;
	display: table !important;
	text-align: left;
	padding-left:4%;
	height: 100%;
}
.sp_navi h1 span,.sp_navi h1 img{
	display:block;
	width: 180px;
	height: auto;
}
.sp_navi h1 a{
	display: table-cell;
	vertical-align:middle;
}
.sp_navi h1 img{
	z-index: 9999;
	position:relative;
}
.sp_navi dl{
	background: url(images/header_bg_sp.png) repeat-x , #fff;
}
.sp_navi dl dt {
	height: 62px;
	font-weight:bold;
	cursor:pointer;
	padding: 0 4%;
	font-size:18px;
	display:block;
	color:#fff;
	line-height: 2;
}
.sp_navi dl dd {
	display:none;
}
.sp_navi ul{
}
.sp_navi ul li {
	width: 100% ;
	border-bottom: 1px dashed #8ad6f3;
}
.sp_navi ul li:first-of-type {
	border-top: 1px dashed #8ad6f3;
}
.sp_navi ul li:last-of-type {
	border-bottom: 1px solid #8ad6f3;
}
.sp_navi ul li a {
	display:table-cell;
	vertical-align:middle;
	width:100%;
	height: 45px;
	text-decoration:none;
}
.sp_navi ul li a img {
	padding-left: 10px;
}

/*ボタンの動き*/
.sp_navi dt a {
    display: block;
    width: 42px;
    height:42px;
    position: absolute;
    top:9px;
    right: 10px;
    z-index: 9999999;
}
.sp_navi dt a span {
    display: block;
    background: #666;
    width: 24px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
.sp_navi dt a span:first-child {
    top: 12px;
}
.sp_navi dt a span:nth-child(2) {
    margin-top: -1px;
    top: 50%;
}
.sp_navi dt a span:last-child {
    bottom: 12px;
}
.sp_navi dt a.active span:first-child {
    -webkit-transform: translateY(8px) rotate(45deg);
    -moz-transform: translateY(8px) rotate(45deg);
    -ms-transform: translateY(8px) rotate(45deg);
    transform: translateY(8px) rotate(45deg);
}
.sp_navi dt a.active span:nth-child(2) {
    opacity: 0;
}
.sp_navi dt a.active span:last-child {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -moz-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}



/*============================================================================

	#mainvisual

============================================================================*/

/*
下層ページのメインビジュアルの高さ、背景画像の設定です。
トップページの高さはtop.cssに記載してあります。
*/

#mainvisual{
	height: 200px;
}
#mainvisual .inner{
	width:100%;
}
#mainvisual h2{
	top: 110px;
	padding-left: 20px;
	font-size: 19px;
}



/*==================================================================

	下層のみ　ぱんくず

==================================================================*/
.breadcrumb ul {
	width: 95%;
}



/*==================================================================

	.contents

==================================================================*/
#contents{
/*  padding-top:30px; */
	padding-bottom: 120px;
}

/* 下層のみ */
#contents .inner {
	width: 95%;
}


/*============================================================================

	footer

============================================================================*/
footer .footer_inner {
	width: 90%;
	height: auto;
	padding: 40px 0 30px;
}

/* ロゴと住所 */
.footer_info{
	float: none;
	width: 100%;
	padding: 0;
	text-align: center;
}
.footer_info p{
	margin-left: 0;
}

/* フッターのナビ */
.footer_navi{
	float: none;
	width: 100%;
	margin-top: 30px;
	border-left: none;
}
.footer_navi:last-of-type{
	width: 100%;
	margin: 0;
}
.footer_navi ul li {
	line-height: 45px;
	padding-left: 30px;
	background: #337dc0;
	border-bottom: 1px dotted #fff;
}
.footer_navi ul li::before {
	content: "-";
	position:absolute;
	left: 15px;
	color: #fff;
}
.footer_navi ul li::after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 5px;
	height: 5px;
	margin-top: -3px;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.footer_navi ul li div{
	padding-bottom: 20px;
}
.footer_navi ul li div a{
	line-height: 25px;
}
.footer_navi ul li a {
	color: #FFF;
}

/* ページトップ */
.pagetop{
	margin-left: -20px;
}



/*==================================================================

	タイトル

==================================================================*/
h2.tit01 {
	font-size: 17px;
	font-weight: normal;
}

h3.tit01 {
	font-size: 16px;
	font-weight: bold;
}

h4.tit01 {
	font-size: 16px;
	font-weight: bold;
}



/*==================================================================

	リスト

==================================================================*/
.list01 li::after {
	left: 3px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #337dc0;
	border-bottom: 2px solid #337dc0;
}



/*==================================================================

	テーブル

==================================================================*/




/*==================================================================

	ボタン

==================================================================*/
/*水色のボタン*/
.btn01 a{
	padding:14px 70px;
	font-size: 17px;
}
.arrow-1::after{
	width: 6px;
	height: 6px;
	border-top: 2px solid #40bff0;
	border-right: 2px solid #40bff0;
}
.arrow-1:hover::after{
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

/*オレンジ色のボタン*/
.btn02 a{
	padding:14px 50px;
	font-size: 17px;
}
.arrow-2::after{
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.arrow-2:hover::after{
	border-top: 2px solid #f5a747;
	border-right: 2px solid #f5a747;
}



/*==================================================================

	text

==================================================================*/




/*==================================================================

	$ index.html

==================================================================*/
/* ご挨拶とボタン */
.top_info h2 {
	padding-top: 0;
}

/* バナー５つ */
.top_banner_1 {
	width: 80%;
	text-align: center;
}
.top_banner_2 {
	width: 95%;
	text-align: center;
}
.top_banner_1 li {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}
/* 東内追加分 2021.3.2 */
.top_banner_1 li {
	float: none;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
}
.top_banner_1 li:nth-child(3) {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}
ul.top_banner_1 li:last-child {
	margin-top: 0px;
}
/* ココマデ東内 */

.top_banner_2 li {
	float: none;
	margin-bottom: 10px;
	margin-right: 0;
}

/* お知らせ */
.top_news h3 img {
	width: auto;
	height: 40px;
}
.top_news ul {
	width: 90%;
}
.top_news li {
	padding: 15px 0 0;
}
.top_news dd {
	display: block;
	margin-left: 0;
	padding-top: 15px;
}

/* お問い合わせ */
.top_contact h3 img {
	width: auto;
	height: 40px;
}
.top_contact {
	width: 90%;
	margin: auto;
}


/* WordPress用 */
.alignright{
	 /* スマホは中央寄せする */
	float: none;
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.aligncenter{
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}
.alignleft{
	 /* スマホは中央寄せする */
	float: none;
	clear: both;
	display: block;
	margin: 0 auto 20px auto;
}

/* 東内追加分 */
.print-btn {
/*	display:none; */
}
/*****  リンクずれ修正（東内）  *****/
#parents:before, #kindergarten:before, #sales:before {
	content: "";
	height: 62px;
	margin-top: -62px;
	display: block;
	visibility: hidden;
}


}
