@charset "utf-8";

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

ol,
ul {
	list-style: none;
}

table {
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

a img {
	border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.5;
	color: #333;
	background-image: url("../img/bg.png");
	background-repeat: repeat-y;
	background-position: center top;
	-webkit-text-size-adjust: none;
}

/* リンク設定
------------------------------------------------------------*/
a {
	margin: 0;
	padding: 0;
	text-decoration: none;
	vertical-align: baseline;
	background: transparent;
	font-size: 100%;
	color: #a20000;
}

a:hover,
a:active {
	color: #ff7554;
	text-decoration: underline;
}

/* レイアウト
------------------------------------------------------------*/
#wrapper,
.inner {
	margin: 0 auto;
	width: 960px;
}

#content {
	float: left;
	width: 735px;
	padding: 40px 0;
	margin-left: 10px;
}

#sidebar {
	float: right;
	width: 199px;
	padding: 40px 0;
}

.footer {
	clear: both;
	padding-top: 20px;
}

/* ヘッダー
*****************************************************/

/* サイト説明文
----------------------------------*/
#header h1 {
	display: none;
}

/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2 {
	clear: both;
	float: left;
	margin-left: 10px;
	margin-top: 20px;
}

/* コンタクトインフォメーション
----------------------------------*/
#header .contactInfo {
	clear: both;
	text-align: left;
	margin-left: 610px;
	padding-top: 0px;
	padding-bottom: 15px;
}

.contactInfo p {
	padding-top: 3px;
	padding-right: 0;
	padding-left: 0px;
	padding-bottom: 3px;
}

/* トップページ　メイン画像
----------------------------------*/
.mainImg {
	clear: both;
	width: 960px;
	height: 371px;
	margin: 0 auto;
	line-height: 0;
	text-align: center;
	z-index: 0;
}

/* メインナビ
*****************************************************/
nav div.panel {
	display: flow-root;
	background-color: #fff49f;
	width: 960px;
}

a#menu {
	display: none;
}

nav.mainNav {
	clear: both;
	position: relative;
	z-index: 200;
}

nav.mainNav ul {
	padding-left: 80px;
	padding-right: 80px;
}

nav.mainNav ul li {
	float: left;
	margin-top: 15px;
	margin-bottom: 15px;
}

nav.mainNav ul li:not(:first-of-type) {
	border-left: 3px solid #616262;
}

nav.mainNav ul li a {
	display: block;
	text-align: center;
	color: #333;
	height: 24px;
	line-height: 24px;
	padding: 12px 40px 5px;
	font-weight: bold;
	font-size: 120%;
}

nav.mainNav ul li a span,
nav.mainNav ul li a strong {
	display: block;
	font-size: 90%;
	line-height: 1.4;
}

nav.mainNav ul li a span {
	font-size: 70%;
	color: #42b27e;
}

nav.mainNav ul li.current-menu-item a,
nav.mainNav ul li a:hover,
nav.mainNav ul li a:active,
nav.mainNav ul li.current-menu-parent a {
	background-color: #fff9cf;
	text-decoration: none;
	color: #ff7554;
}

/* タイポグラフィ
*****************************************************/
.content {
	background-color: #ffffff;
	padding-top: 35px;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	border: 1px solid #d4d4d7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

h1.title {
	clear: both;
	margin: 0px 0 20px;
	padding: 2px 11px;
}

h2.title {
	clear: both;
	margin: 30px 0 20px;
	padding: 2px 11px;
	font-size: 110%;
	color: #d4321f;
	background: url("images/headingBg.png");
}

h2.first {
	margin-top: 0;
}

h2.title span {
	padding: 2px 10px;
	background: #fff;
}

html > body h2.title span {
	padding: 7px 10px;
} /* IE7, IE8 */

.dateLabel {
	margin: -10px 0 10px;
	text-align: right;
	font: italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.post {
	padding-bottom: 2em;
}

.post p {
	padding-bottom: 15px;
	margin-left: 40px;
}

.post ul {
	margin-top: 0;
	margin-right: 0;
	margin-left: 58px;
	margin-bottom: 20px;
}

.post ul li {
	list-style-type: disc;
}

.post ul li.a {
	margin-bottom: 5px;
	padding-left: 15px;
	background: url("images/bullet.png") no-repeat 0 8px;
}

.post ol {
	margin-top: 0;
	margin-right: 0;
	margin-left: 58px;
	margin-bottom: 20px;
}

.post ol li {
	list-style: decimal;
}

.post h1 {
	margin: 20px 0;
	padding: 5px 0;
	font-size: 150%;
	color: #333;
	border-bottom: 3px solid #a20000;
}

.post h2 {
	margin: 10px 0;
	padding-bottom: 2px;
	font-size: 130%;
	font-weight: normal;
	color: #333;
}

.post h3 {
	margin-top: 10px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 10px;
	font-size: 120%;
	font-weight: normal;
	color: #333;
	border-bottom: 1px solid #d4d4d7;
}

.post blockquote {
	clear: both;
	padding: 10px 0 10px 15px;
	margin: 10px 0 25px 30px;
	border-left: 5px solid #ccc;
}

.post blockquote p {
	padding: 5px 0;
}

/*-----  .post table  -----*/
.post table {
	border: 1px #d4d4d7 solid;
	border-collapse: collapse;
	border-spacing: 0;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 40px;
	margin-bottom: 20px;
}

.post table th {
	padding: 7px 10px 7px 5px;
	border: #d4d4d7 solid;
	border-width: 0 0 1px 1px;
	font-weight: bold;
	color: #4f4e4e;
}

.post table td {
	padding: 7px 5px;
	border: 1px #d4d4d7 solid;
	border-width: 0 0 1px 1px;
	background: #fff;
}

/*----- table.none-border -----*/
.post table.none-border,
.post table.none-border th,
.post table.none-border td {
	border: none;
	padding-top: 4px;
	padding-bottom: 4px;
}

/*-----  .post dt  -----*/
.post dl {
	margin-left: 40px;
}

.post dt {
	font-weight: bold;
}

.post dd {
	padding-bottom: 10px;
}

/*
-------------*/
.post img {
	max-width: 100%;
	height: auto;
}

img.aligncenter {
	display: block;
	margin: 5px auto;
}

img.alignright,
img.alignleft {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	margin: 0 7px 2px 0;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.arrange-center {
	text-align: center;
}

arrange-left {
	text-align: left;
}

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

/* フッター
*****************************************************/
.footer .inner {
	background-color: #fff49f;
}

.footerLogo {
	float: left;
	width: 364px;
	margin-top: 25px;
	margin-left: 15px;
}

.footerLogo img {
	max-width: 364px;
	height: auto;
}

.footer .footerNav {
	float: right;
	width: 505px;
	margin-top: 25px;
}

.footer ul {
	font-size: 100%;
	padding-bottom: 20px;
}

.footer ul li {
	display: inline-block;
	vertical-align: text-top;
	text-align: left;
	padding: 5px 0;
	margin-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url("./arrow_01.png");
}

.footer ul li a {
	display: block;
	padding-top: 0;
	padding-right: 0;
	padding-left: 18px;
	padding-bottom: 0;
	overflow: hidden;
	color: #00a2e5;
	font-weight: bold;
}

.footer ul li a:hover {
	color: #3bb4e5;
}

*:first-child + html .footer ul li {
	display: inline;
}

#copyright {
	clear: both;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 20px;
	text-align: center;
	font-style: normal;
	font-size: 85%;
	color: #00a2e5;
	zoom: 1;
}

/* 上に戻る
-------------*/
#page-top {
	display: block;
	position: fixed;
	z-index: 9999;
	bottom: 10px;
	right: 10px;
	width: 80px;
	padding: 20px 10px;
	background: #333;
	background: rgba(0, 0, 0, 0.7);
	color: #fff;
	text-align: center;
	text-decoration: none;
}

#page-top:hover {
	background: rgba(0, 0, 0, 0.8);
}

/* --------------------------
    レイアウト
-------------------------- */

body.profile .mainImg,
body.guide .mainImg,
body.introduce .mainImg,
body.recruit .mainImg {
	display: none;
}

body.profile .mainNav,
body.guide .mainNav,
body.introduce .mainNav,
body.recruit .mainNav {
	margin-top: 30px;
}

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

body.profile #sidebar,
body.guide #sidebar,
body.introduce #sidebar,
body.recruit #sidebar {
	margin-top: 180px;
}

/*--------------------------------------------------
  body.guide （施設案内）
---------------------------------------------------- */

/*-----  .post table  -----*/
body.profile .post table.summary {
	margin-left: 65px;
	width: 552px;
}

/*--------------------------------------------------
  body.guide （ご利用案内）
---------------------------------------------------- */

/*-----  .post table  -----*/
body.guide .post table.arrange-center {
	margin-left: 90px;
	width: 500px;
}

body.guide #fee h3 {
	border-bottom: none;
}

/*--------------------------------------------------
  body.introduce （活動紹介）
---------------------------------------------------- */

body.introduce .post ol.list ul {
	margin-left: 30px;
	margin-bottom: 10px;
}

body.introduce .post ol.list ul li {
	list-style-type: disc;
}

.introduce .two-column {
	display: flow-root;
}

/* １日の流れ
----------------------------------*/
body.introduce #day-flow .two-column {
	margin: 0 0 20px 0;
	padding: 10px;
}

body.introduce #day-flow .column {
	float: left;
}

body.introduce #day-flow .two-column .column-left,
body.introduce #day-flow .two-column .column-right {
	width: 48%;
}

body.introduce #day-flow .two-column .column-left {
	background-image: url("./introduce_bg_01.png");
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 20px;
}

body.introduce #day-flow .two-column .column-right {
	position: relative;
}

body.introduce #day-flow .two-column .column-right .proviso {
	position: absolute;
	top: 180px;
	left: 150px;
}

body.introduce #day-flow .two-column .column h3 {
	border-bottom: none;
}

body.introduce #day-flow .two-column li {
	line-height: 2.1;
}

/* プログラム
----------------------------------*/
body.introduce #program .two-column {
	clear: both;
	margin: 0 0 20px 0;
	padding: 10px;
}

body.introduce #program .column {
	float: left;
}

body.introduce #program .two-column .column-left {
	width: 502px;
}

body.introduce #program .two-column .column-right {
	width: 160px;
}

body.introduce #program .two-column .column-right img {
	padding-left: 10px;
	padding-bottom: 1px;
}

/**** Clearfix ****/
.column:after {
	content: "";
	display: table;
	clear: both;
}

.column {
	zoom: 1;
}

/*-----  #voice img  -----*/
body.introduce #voice img {
	margin-bottom: 25px;
}

/*--------------------------------------------------
  body.recruit （児童募集）
---------------------------------------------------- */

/* 児童の声
----------------------------------*/

body.recruit .child-recruit dl.list dt {
	background-image: url("../img/ico_Q.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
}

body.recruit .child-recruit dl.list dd {
	background-image: url("../img/ico_A.png");
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
}

body.recruit .child-recruit dl.list dd ul {
	margin-left: 18px;
	margin-bottom: 10px;
}

/* ご利用案内
----------------------------------*/
body.recruit .item p {
	margin-left: 65px;
}

body.recruit .item ul {
	margin-left: 78px;
}

/* 随時見学申し込み
----------------------------------*/
body.recruit p.item {
	margin-left: 65px;
}

/* トップページ
------------------------------------------------------------*/
body#toppage #content {
	width: 580px;
}

body#toppage #sidebar {
	width: 352px;
}

body#toppage #content,
body#toppage #sidebar {
	padding-top: 20px;
}

/* ヘッダー
*****************************************************/
body#toppage .mainImg {
	position: relative;
	background-image: url("./main_image.png");
	background-repeat: no-repeat;
	background-position: center 0%;
}

body#toppage .mainImg p.mainImg-phrase {
	position: absolute;
	top: 0px;
	right: 18px;
}

/* タイポグラフィ
*****************************************************/

/* トップページ　ようこそ、わくわくへ
----------------------------------*/
body#toppage .top-content {
	width: 400px;
	margin-left: 70px;
	margin-bottom: 10px;
	margin-top: 10px;
}

body#toppage .catchphrase {
	background-color: #ffffff;
	padding-top: 20px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	border: 1px solid #d4d4d7;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

body#toppage .catchphrase2 {
	margin-left: 95px;
	margin-bottom: 80px;
}

/* トップページ　新着情報
----------------------------------*/
body#toppage .content {
	padding-top: 25px;
	padding-right: 8px;
	padding-bottom: 20px;
	padding-left: 8px;
	margin-left: 50px;
}
.daycare_wakuwaku_news_list {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 1rem;
	row-gap: 2rem;
	margin-inline-start: 1rem;
	margin-inline-end: 1rem;

	> :where(div) {
		display: contents;

		> :where(dt) {
			grid-column: 1;
			font-weight: bold;
			color: #276eb5;
		}
		> :where(dd) {
			grid-column: 2;
		}
	}
}

/* トップページ　新着情報
----------------------------------*/
body#toppage #self-assessment {
	margin-top: 20px;
}

body#toppage #self-assessment h2 {
	font-weight: bold;
	color: #00a0e9;
	border-left: 10px solid #44b9ee;
	border-bottom: 2px solid #44b9ee;
	margin-bottom: 20px;
	padding-left: 10px;
}
