/* =======================================================================
   さがっこ学童クラブ - メインスタイルシート
   ======================================================================= */

/* =======================================================================
   ベーススタイル（リセット・基本設定）
   ======================================================================= */

* {
	margin: 0;
	color: #6f6052;
	font-family: Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, sans-serif;
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
	scroll-behavior: smooth;
}

body {
	width: 100%;
	min-width: 320px;
	background-image: url('../images/_bg_road2.png');
	background-repeat: no-repeat;
	background-position: center 237px;
	background-size: auto 225px;
	background-color: #efeeea;
	line-height: 1.25em;
}

/* =======================================================================
   基本要素
   ======================================================================= */

img, iframe {
	height: auto;
}

h1 {
	text-align: center;
}

h2 {
	text-align: center;
}

em {
	font-style: normal;
	color: #f2822c;
	font-weight: 700;
}

ul {
	padding: 0;
	padding-left: 1.5em;
}

ul li {
	font-size: 14px;
	list-style-type: disclosure-closed;
	margin-bottom: 5px;
}

br.sp {
	display: none;
}

/* =======================================================================
   レイアウト関連
   ======================================================================= */

div#container {
	max-width: 100%;
}

div#headline {
	text-align: center;
	margin: 1.5em auto 1.75em;
	line-height: 1.75em;
}

/* ヘッダーライン */
div#hline,
div#hline2 {
	position: absolute;
	padding: 5px 1px;
	font-size: 100%;
	font-weight: bold;
	width: 100%;
	color: #896f5c;
	background-color: #fff;
	text-align: center;
	letter-spacing: 1px;
	top: 0;
	white-space: nowrap;
}

div#hline2 {
	display: none;
}

div#hline em {
	font-weight: 700;
}

div#hline em.blue,
div#hline2 em.blue {
	color: #46a5f3;
}

div#hline em.pink,
div#hline2 em.pink {
	color: #d584c4;
}

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

header {
	width: 100%;
	min-width: 320px;
	height: 209px;
	background-image: url('../images/_bg_head.png');
	background-repeat: no-repeat;
	background-position: center 7px;
	background-size: auto 208px;
	background-color: #fbc18f;
	margin: 30px 0 0;
	border-bottom: 6px solid #f2822c;
}

head {
	background-image: url('../images/_bg_head.png');
}

/* ロゴ関連 */
#top-logo {
	margin-top: 10px;
	margin-right: 0px;
	width: 100%;
	max-width: 550px;
}

#top-logo-sp {
	display: none;
	width: 100%;
}

#top-title-logo,
#top-title-logo-sp {
	max-width: 730px;
	width: 100%;
	margin: 20px auto 20px;
}

#top-title-logo-sp {
	display: none;
}

#main-image {
	max-width: 790px;
	width: 100%;
}

#sagakko-message {
	max-width: 400px;
}

/* =======================================================================
   ナビゲーション
   ======================================================================= */

nav ul {
	text-align: center;
	width: 880px;
	margin: 90px auto 20px;
	border: 0px solid #ddd;
	border: 0px solid red;
	padding: 0;
}

nav ul li {
	text-align: center;
	display: inline-block;
	list-style-type: none;
	background-color: #dbd4bb;
	border: 1px solid rgba(0, 0, 0, 5%);
	border-radius: 7px;
	width: 18%;
	margin: 0 5px;
	padding: 0;
}

nav ul li a {
	font-size: 16px;
	display: block;
	font-weight: 700;
	color: #726c5b;
	text-decoration: none;
	margin: 7px 0;
}

nav ul li.on {
	background-color: #f39c2b;
	background-color: #f2822c;
}

nav ul li.on a {
	font-weight: 600;
	color: #fff;
}

nav ul li:hover {
	background-color: #f2822c;
	background: #f29929;
}

nav ul li:hover a {
	color: #fff;
}

/* =======================================================================
   メインコンテンツ
   ======================================================================= */

main#main {
	position: relative;
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	max-width: 835px;
	min-width: 320px;
	min-height: 1000px;
	margin: 0 auto 125px;
	padding: 50px 10px 70px;
	background: #fff;
	margin-top: 30px;
	box-shadow: 0 3px 3px 0px rgba(0, 0, 0, .1);
	opacity: .95;
}

main#main h3 {
	color: #836f5c;
	font-size: 17px;
	text-align: center;
	margin: 2em auto 1em;
}

main#main p {
	font-size: 14px;
	text-align: center;
	margin-bottom: 2.5em;
}

/* リング装飾 */
main#main div#ring {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

main#main div#ring img {
	width: 650px;
}

/* キャラクター配置 */
main#main div.kids {
	position: absolute;
}

main#main div.kids img {
	width: 90px;
	border: 0px dashed red;
}

main#main div.kids#b1 {
	position: absolute;
	left: -89px;
	top: 100px;
}

main#main div.kids#g1 {
	position: absolute;
	left: -76px;
	top: 550px;
}

main#main div.kids#g2 {
	position: absolute;
	right: -73px;
	top: 170px;
}

main#main div.kids#b2 {
	position: absolute;
	right: -76px;
	top: 450px;
}

main#main div.kids#b1 img {
	width: 90px;
}

main#main div.kids#g1 img {
	width: 80px;
}

main#main div.kids#g2 img {
	width: 90px;
}

main#main div.kids#b2 img {
	width: 76px;
}

/* 先頭に戻るボタン */
#gotop {
	position: absolute;
	bottom: -1.1em;
	left: 50%;
	transform: translateX(-50%);
	background: #f29929;
	padding: 7px 12px;
	border-radius: 16px;
}

#gotop:hover {
	background: #f2822c;
}

#gotop a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

/* =======================================================================
   装飾要素
   ======================================================================= */

#green1,
#green2 {
	margin: 70px 0 60px -25px;
	position: relative;
	width: 108%;
}

#green2 {
	margin: 30px auto 40px -25px;
}

div.green-bar {
	background-image: url("../images/_green-bar.png");
	background-size: 860px 17px;
	height: 17px;
	max-width: 860px;
}

/* =======================================================================
   ニュース・お知らせ
   ======================================================================= */

div#top-news {
	border: 0px solid red;
	margin: 20px auto 45px;
	min-height: 50px;
}

div#top-news ul {
	padding: 0;
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
}

div#top-news ul li {
	list-style-type: none;
	border-top: 1px dashed #999;
	padding: 5px 0;
	margin: 0;
}

div#top-news ul li:last-child {
	border-bottom: 1px dashed #999;
}

div#top-news ul li span.date {
	display: block;
	width: 15%;
	margin-right: 1.5em;
	border: 0px solid red;
	text-align: right;
	float: left;
	white-space: nowrap;
}

div#top-news ul li span.msg {
	border: 0px solid red;
	display: block;
	float: left;
	max-width: 70%;
}

div#top-news ul li a {
	color: #fc5c76;
	text-decoration: none;
	border-bottom: 1px solid red;
	font-weight: 700;
}

div#top-news ul li * {
	font-size: 14px;
}

/* =======================================================================
   問い合わせ
   ======================================================================= */

div#toiawase {

}

div#toiawase img {
	width: 250px;
	margin: 20px 7px 10px;
}

/* =======================================================================
   フッター
   ======================================================================= */

footer {
	position: relative;
	padding: 20px;
	text-align: center;
	background-color: #c5bfac;
	background-image: url('../images/_bg_foot.png');
	background-repeat: repeat-x;
	background-size: auto 150px;
	height: 150px;
	border-top: 12px solid #6f6052;
	border-top: 12px solid #555;
}

footer div#car {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -86px;
}

footer div#car img {
	width: 130px;
}

/* フッターナビゲーション（従来のpタグ用） */
footer ul {
	margin: 1em auto;
	text-align: center;
}

footer ul li {
	display: inline-block;
	margin: 1em 0;
	padding: 0 1em;
	border-right: 1px solid #333;
}

footer ul li:last-child {
	border-right: 0;
}

footer ul li a {
	text-decoration: none;
}

/* フッターナビゲーション（nav要素対応） */
footer nav ul {
	margin: 1em auto;
	text-align: center;
	width: auto;
	border: none;
	padding: 0;
}

footer nav ul li {
	display: inline-block;
	margin: 1em 0;
	padding: 0 1em;
	border: none;
	border-right: 1px solid #333;
	background-color: transparent;
	border-radius: 0;
	width: auto;
}

footer nav ul li:last-child {
	border-right: 0;
}

footer nav ul li a {
	text-decoration: none;
	font-size: inherit;
	font-weight: normal;
	color: inherit;
	margin: 0;
	display: inline;
}

footer nav ul li.on,
footer nav ul li:hover {
	background-color: transparent;
}

footer nav ul li.on a,
footer nav ul li:hover a {
	color: inherit;
}

/* =======================================================================
   モーダル・ポップアップ（Featherlight）
   ======================================================================= */

.featherlight iframe {
	width: 80vw;
	height: 80vh;
	max-width: 1200px;
	max-height: 800px;
	border: none;
}

.featherlight-content {
	padding: 0;
}

.featherlight .featherlight-content {
	font-family: inherit !important;
	padding: 30px 30px 0;
}

div.featherlight-content div.topn * {
	font-size: 14px;
}

div.featherlight-content div.topn h5 {
	font-size: 15px;
	margin-bottom: 1em;
}

/* =======================================================================
   流れ・スケジュール（#nagare）
   ======================================================================= */

#nagare {
	font-family: Arial, sans-serif;
	line-height: 1.6;
}

#nagare table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 10px;
}

#nagare th, #nagare td {
	border: 1px solid #e3d8c9;
	padding: 8px;
	text-align: center;
	background: #fff0da;
}

#nagare th {
	background-color: #f0e4d1;
}

#nagare td:nth-child(2) {
	background: rgba(255,242,223, 0.5);
}

#nagare div.pin {
	font-weight: 700;
	background-color: #f8e0d6;
	display: inline-block;
	padding: 4px 8px;
}

#nagare ul.note {
	font-size: 0.9em;
	margin-top: 10px;
	padding-left: 2px;
}

#nagare ul.note li {
	list-style: none;
	position: relative;
	padding-left: 1.2em;
	padding-right: 1em;
	text-align: justify;
	line-height: 1.25em;
}

#nagare ul.note li::before {
	position: absolute;
	content: "※";
	top: 0;
	left: 0;
}

#nagare div.box {
	width: 45%;
	float: left;
	margin-right: 1em;
}

#nagare td.eh {
	background: #f6efcc;
}

/* スケジュールテーブル */
.schedule-table {
	border: 1px solid #ddd;
	border-collapse: collapse;
	width: 100%;
}

.schedule-table th,
.schedule-table td {
	border: 1px solid #ddd;
	padding: 5px;
	text-align: left;
}

.schedule-table .center {
	text-align: center;
}

/* =======================================================================
   ニュース詳細・ポップアップ
   ======================================================================= */

div.topn {
	display: none;
	width: 500px;
}

div.topn h5 {
	color: #f2822c;
	font-size: 1.2em;
}

div.topn p {
	line-height: 1.75em;
	text-align: justify;
}

/* =======================================================================
   コメントアウト（将来使用する可能性のあるスタイル）
   ======================================================================= */

/*
ul#top-news {
	max-width: 90%;
	margin: 0 auto 2em;
}

ul#top-news li {
	color: #444;
	font-size: 100%;
	list-style-type: none;
	border-top: 1px dashed #ccc;
	padding: 0.5em 0;
}

ul#top-news li:last-child {
	border-bottom: 1px dashed #ccc;
}

ul#top-news li span {
	display: inline-block;
	margin-right: 1em;
}
*/
