@charset "UTF-8";

*{
font-size:16px;
-webkit-text-size-adjust: 100%;          
}

/* 要素リセット */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0
}
h1, h2, h3, h4, h5, h6 {
font-size: 100%;
font-weight: normal
}
body{
color: #333333;
background-color: #fff;
font-family:'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Arial,'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* ヘッダー */
#headerContainer{
width: 100%;
height: 40px;
background-color: #00A3DF;
}
/*閉じるボタン*/
#headerContainer button {
font-size: 12px;
display: block;
text-align: left;
color: rgba(255,255,255,0.90);
width: 720px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
background: none;
border: none;
outline: none;
appearance: none;
padding-top: 13px;
padding-right: 0;
padding-bottom: 0;
cursor: pointer;
}
#imageMainFlame img {
width: 150px;
margin-top: 13px;
margin-bottom: 7px;
}

#imageMainFlame{
width: 100%;
max-width: 720px;
margin-right: auto;
margin-bottom: 0;
margin-left: auto;
}
#imageMain{
width: 100%;
background-image: url(../images/sky_background.jpg);
background-repeat: no-repeat;
height: 360px;
position: relative;
}

/* タイトル（背景雲） */
#imageMain h1{
font-size: 40px;
color: #FFFFFF;
text-align: center;
line-height: 120%;
font-weight: bold;
margin-bottom: 0.5em;
}
#imageMain h1 span.smallText{
line-height: 1em;
}
#imageMain h1 span.smallText2{
font-size: 0.6em;
line-height: 100%;
}
#imageMain h1 span.smallText2 br{
display: none;
}
.smallText-subttl {
color: rgba(255,255,255,1.00);
font-weight: bold;
margin-bottom: 20px;
}
#imageMain p.large{
font-size: 18px;
color: #FFFFFF;
text-align: center;
margin-bottom: 10px;
font-weight: bold;
}
#imageMain .h1-ttl-bottom {
margin-bottom: 0px;
}
#imageMain p.small{
font-size: 16px;
color: #ffcc00;
text-align: center;
font-weight: bold;
text-shadow: 1px 1px 3px #2871ab , -1px -1px 3px #2871ab;
}
.smallText{
font-size: 0.85em;
}
.position-center{
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}

/*オーディオバー*/
#audioBox {
width: 580px;
margin-right: auto;
margin-left: auto;
margin-top: 15px;
}
audio {
width: 100%;
}

/*本文*/
.container {
width: 100%;
margin: 0 auto;
}
#textBox {
width: 580px;
text-align: center;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
}
#textBox h1{
font-size: 20px;
text-align: center;
font-weight: bold;
margin-bottom: 15px;
color: #000000;
}
#textBox h2{
font-size: 0.9em;
text-align: center;
margin-bottom: 15px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #808080;
padding-bottom: 20px;
line-height: 1.5em;
}
#textBox p{
margin-top: 20px;
font-size: 0.85em;
text-align: left;
line-height: 2em;
}
#textBox a {
text-align: center;
font-size: 14px;
color: #0099FF;
text-decoration: none;
}

/*詩など狭い横幅用*/
#textBox .blockSage{
margin-left: 25%;
}
.blockSage-left {
margin-left: 25%;
}
#textBox .blockSage32{
margin-left: 5.5%;
}
#textBox .blockSage96{
margin-left: 96px;
}
#textBox .blockSage140 {
margin-left: 140px;
}
/*かげろうの日記（この設定）*/
.tablePosition{
margin-left: 258px;
width: 4em;
}

/*クリエイティブコモンズ*/
.cc-text-style {
width: 96%;
margin-top: 32px;
padding-top: 0px;
border-top: 1px solid #B1B1B1;
margin-left: auto;
margin-right: auto;
}
#textBox .cc-text-style p {
font-size: 0.75em;
margin-top: 12px;
line-height: 1.5em;
}
.cc-text-style p strong {
font-size: 1em;
font-weight: bold;
}
#textBox .cc-text-style .smallText {
font-size: x-small;
margin-top: 4px;
}
#textBox .cc-text-style a {
font-size: 1em;
}
.cc-text-style p {
text-align: left;
}
.cc-text-style a {
color: #0099FF;
text-decoration: none;
}
.cc-text-style p img {
margin-top: 4px;
}

/*フッター*/
#footerContainer{
height:50px;
width: auto;
background-color: #00a3df;
}
#footerCopyright{
padding-top: 12px;
text-align: center;
}
#footerCopyright p{
color: #FFFFFF;
font-size: 0.9em;
}

/*紙芝居、カリンのあたらしいおうち用閉じるボタン*/
#ido {
width: 160px;
text-align: center;
margin-top: 50px;
margin-right: auto;
margin-left: auto;
margin-bottom: 50px;
font-size: 0.8em;
color: #668edc;
}

/*ルビ用設定*/
.small-caption {
font-size: 0.5em;
}
ruby {
line-height: 100%;
}
rb {
font-size: 0.85em;
}
rt { 
line-height: 50%; 
}
.honbun-he {
color: #515151;
}

.page-closed button {
width: 580px;
display: block;
font-size: 13px;
color: #000000;
margin: 0 auto 50px auto;
padding-top: 10px;
padding-bottom: 10px;
border: none;
}



/* =======================================================
  レスポンシブル設定
======================================================= */

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

/*ヘッダー*/
#headerContainer{
height:40px;
}
#headerContainer button {
width: 100%;
padding-left: 20px;}


/* タイトル（背景雲） */
#imageMainFlame{
position: relative;
width: 96%;
}
#imageMain{
background-size: cover;
}

#imageMainFlame{
	position:relative;
	height: 0px;
	padding-top: 50%;
	margin:0 auto;
	width: 95%;
}
#imageMainFlame img {
display: none;
}

#imageMain{
	height: 100%;
	position: absolute;
	left: 0px;
	top: 3%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:contain;
}



/* 動画-紙芝居 */
#ifBox {
margin-top: 20px;
}
iframe {
top:10px;
}

#imageMain h1{
font-size: 2.1em;
line-height: 120%;
margin-bottom: 0.4em;
}
#imageMain h1 span.smallText2{
font-size: 0.65em;
}
#imageMain h1 span.smallText2 br{
display: block;
}
#imageMain p.large{
margin-bottom: 8px;
font-size: 16px;
}
#imageMain p.small{
font-size: 15px;
}
#imageMain .smallText-subttl {
padding-left: 15px;
padding-right: 15px;
}

/*オーディオバー*/
#audioBox {
position: relative;
top: 8px;
left: 0px;
width: 94%;
right: 0px;
margin-right: 0%;
margin-left: 3%;
}

/*本文*/
#textBox {
width: 70%;
margin-top: 50px;
margin-bottom: 50px;
}
#textBox h1{
font-size: 1em;
margin-bottom: 15px;
}
#textBox h2{
font-size: 0.85em;
margin-bottom: 15px;
padding-bottom: 20px;
}

.tablePosition{
margin-left: 0px;
float: right;
margin-right: 16px;
}

#textBox p{
margin-top: 18px;
}

/*詩など狭い横幅用*/
#textBox .blockSage{
margin-left: 20%;
}
#textBox .blockSage32{
margin-left: 32px;
}
#textBox .blockSage96{
margin-left: auto;
}
#textBox .blockSage140 {
margin-left: auto;
}
.blockSage-left {
margin-left: auto;
}

/*ルビ用設定*/
.cc-text-style {
width: 100%;
}
.small-caption {
font-size: 0.6em;
}

.page-closed button {
width: 70%;
}

/*フッター*/
#footerCopyright p{
font-size: 0.8em;
}


}


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

/* タイトル（背景雲） */
#imageMain h1{
font-size: 1.5625em;
}
#imageMain h1 span.smallText2{
font-size: 0.65em;
}
#imageMain p.large{
font-size: 15px;
}
#imageMain p.small{
font-size: 14px;
}

/*オーディオバー*/
#audioBox {
top: 5px;
}

/*本文*/
#textBox {
width: 80%;
margin-top: 40px;
margin-bottom: 50px;
}
#textBox h1{
font-size: 1em;
margin-bottom: 13px;
}
#textBox h2{
font-size: 0.85em;
margin-bottom: 15px;
padding-bottom: 20px;
}
#textBox p{
margin-top: 16px;
}

}


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

/* タイトル（背景雲） */
#imageMain h1{
font-size: 1.4em;
}
#imageMain h1 span.smallText2{
font-size: 0.6em;
}
#imageMain p.large{
font-size: 13px;
}
#imageMain p.small{
font-size: 12px;
}

/*オーディオバー*/
#audioBox {
top: 3px;
}

/*本文*/
#textBox {
width: 90%;
margin-top: 30px;
margin-bottom: 30px;
}
#textBox h1{
font-size: 1em;
margin-bottom: 13px;
}
#textBox h2{
font-size: 0.85em;
margin-bottom: 15px;
}
#textBox p{
margin-top: 12px;
}


}
