@charset "UTF-8";

/*
Theme Name: Waku Waku Base
Author: Waku Waku Base
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/*****************************
 *                           *
 *       nursery page        *
 *                           *
 *****************************/

/*       Admission
---------------------------- */
#admission .table-cell-green {
	margin-top: 14px;
	margin-bottom: 18px;
	text-align: left;
}
#admission tbody th {
	text-indent: 10px;
	background: #adce5d;
	width: 124px;
	font-weight: bold;
	color: #fff;
}
#admission .note {
	text-align: right;
}

@media screen and (max-width: 767px) {
	#admission .table-cell-green {
		margin-top: 12px;
		margin-bottom: 12px;
		overflow: hidden;
	}
	#admission table {
		width: 100%;
	}
	#admission tbody th {
		width: 80px;
	}
	#admission .note {
		text-align: left;
	}
}

/*        Temporary
---------------------------- */
#temporary　p {
	font-size: 1.125em;
}
#temporary .note {
	text-indent: 15px;
}
@media screen and (max-width: 767px) {
	#temporary .indent {
		text-indent: 15px;
	}
}



/*       Contact Button
---------------------------- */
.cb-box{

}
.cb {
	width: 122px;
	text-align: center;
	margin:50px auto 0px;
	height: 88px;
	background: url(/wp-content/themes/wakuwaku/img/icon/icon-menu06.png) no-repeat center;
	background-size: auto;
	-webkit-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.cb span {
	font-size: 14px;
	width: 122px;
	height: 88px;
	background: url(/wp-content/themes/wakuwaku/img/common/menu-text-contact.png) no-repeat center;
	background-size: 100%;
	line-height: 88px;
}
.cb:hover {
	opacity: 0.6;
}
