@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/


/*全体の設定
---------------------------------------------------------------------------*/

body {
    margin: 0px;
    padding: 0px;
    color: #666;
    /*全体の文字色*/
    font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    /*フォント種類*/
    font-size: 15px;
    /*文字サイズ*/
    line-height: 2;
    /*行間*/
    background: #fff url(../images/bg.jpg);
    /*背景色と背景壁紙*/
    -webkit-text-size-adjust: none;
    overflow-x: hidden;
    padding-top: 60px;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li,
dl,
dt,
dd,
form,
figure,
form {
    margin: 0px;
    padding: 0px;
    font-size: 100%;
}

h1,
h2 {
    font-size: 130%;
}

h3 {
    font-size: 110%;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}


/*table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}*/

iframe {
    width: 100%;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/

a {
    color: #666;
    /*リンクテキストの色*/
}

a:hover {
    color: #f9a107;
    /*マウスオン時の文字色*/
    text-decoration: none;
    /*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}


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

header {
    position: fixed;
    height: 60px;
    /* #menubarのtopに値を合わせる */
    background: #FFFFFF;
    /*背景色*/
    width: 100%;
    z-index: 20;
    top: 0px;
    left: 0px;
}

#headerlogo-s {
    display: flex;
    background: #f3bfe7;
}

#headerlogo-sr {
    position: fixed;
    top: 0px;
    right: 20px;
    height: 60px;
}


/*コンテナー
---------------------------------------------------------------------------*/

#container {
    max-width: 1400px;
    /*最大幅*/
    margin: 0 auto;
}


/*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/

#contents {
    padding: 1em 4em 0;
    position: relative;
    z-index: 10;
    top: 340px;
    overflow: hidden;
}


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

#main {
    float: right;
    /*右側に回り込み*/
    width: 73%;
    /*幅*/
    overflow: hidden;
}


/*トップページのmain*/

/*mainコンテンツのh2タグの設定*/

#main h2 {
    clear: both;
    margin-bottom: 15px;
    padding: 8px 30px;
    /*上下、左右への余白*/
    color: #FFF;
    /*文字色*/
    background: #eb9e2a;
    border-radius: 50px;
    /*角丸のサイズ。大きめにしておけばOK。*/
    text-align: center;
}


/*mainコンテンツのh3タグの設定*/

#main h3 {
    clear: both;
    margin-bottom: 13px;
    padding: 1px 29px;
    /*上下、左右への余白*/
    background-color: #f3bfe7;
    border-radius: 50px;
    /*角丸のサイズ。大きめにしておけばOK。*/
}


/*メインコンテンツのp(段落)タグ設定*/

#main h2+p,
#main h3+p {
    margin-top: -5px;
}


/* add by k.sato */

#main .block {
    margin: 10px 0px 30px 0px;
}

.about {
    position: relative;
    background: #ffffff;
}

.about img {
    width: 100%;
}

.about p {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-weight: bold;
    line-height: 1em;
    padding-left: 3em;
    text-indent: -1em;
    text-shadow: 2px 2px 10px #f67690, 2px 2px 10px #f67690, -2px 2px 10px #f67690, 2px -2px 10px #f67690, -2px -2px 10px #f67690;
}

#aboutmojiset {
    position: absolute;
    top: 50px;
    left: 0px;
}

#aboutmojiset p {
    padding: 0px 35px 24px;
    line-height: 35px;
    font-size: 180%;
}

.bigfig {
    text-align: center;
}

.advfig {
        padding-bottom: 30px;
    text-align: center;
}


/******************/


/* スナップボックス */

.snapbox {
    padding: 0.5em 1em;
    margin: 0em 0em 2em;
    font-weight: bold;
    background: #FFF;
    max-width: 99%;
    text-align: center;
}

.snapbox p {
    text-align: center;
}


/* テキスト表示ボックス */

.divbox {
    padding: 0.5em 1em;
    margin: 1em 1em 2em;
    font-weight: bold;
    background: #FFF;
    border: solid 1px #e7de33;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.divbox ul {
    padding: 0em 0em 0em 1em;
    /*ボックス内の余白*/
}

.divbox ul li {
    margin-left: 20px;
}

.divbox h5 {
    color: #eb9e2a;
    font-size: 110%;
}

#main .divbox img {
    margin: 20px;
    border: none;
    max-width: 99%;
    height: auto;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0px rgb(255 255 255);
}

#main .address img {
    border: none;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border-radius: 0px;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0);
}

#main .address table {
    width: 100%;
    border-collapse: collapse;
}

#main .address table th {
    position: relative;
    text-align: left;
    width: 70px;
    vertical-align: top;
    border: none;
    padding: 3px 0;
}

#main .address table td {
    text-align: left;
    vertical-align: top;
    border: 0px solid #bab7b7;
    line-height: 1.3em;
    padding: 5px;
}

.name {
    font-size: 140%;
    font-weight: bold;
}

.tel {
    font-size: 140%;
    font-weight: bold;
}


/***************************************************
園児たちの1日
***************************************************/

#main .post .schedule .clocktext p {
    padding: 45px 0px;
}

#main .post p {
    padding: 20px 0px;
    line-height: 20px;
}

.post .schedule {
    margin: 0;
    text-align: right;
}

.post .schedule li {
    background: #fff;
    margin: 0 0 45px auto;
    width: 85%;
    position: relative;
    text-align: left;
    padding: 7px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: nowrap;
    border: 3px solid #f9eae1;
    box-shadow: 1px 1px 15px #f1dbcd;
    border-radius: 8px;
}

.post .schedule li::before,
.post .schedule li::after {
    right: 100%;
    top: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 1;
}

.post .schedule li:after {
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 12px;
    margin-top: -12px;
}

.post .schedule li:before {
    border-color: rgba(241, 219, 205, 0);
    border-right-color: #f9eae1;
    border-width: 16px;
    margin-top: -16px;
}

.post .schedule .clock {
    position: absolute;
    top: 0;
    left: -17.5%;
    background: url(../images/clock.png) no-repeat center top;
    width: 110px;
    font-size: 125%;
    color: #84774b;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
    height: 100%;
}

.post .schedule .clock::before {
    content: "";
    display: block;
    width: 6px;
    height: calc(100% + 60px);
    background: #fee084;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
}

.post .schedule .clockEnd {
    position: absolute;
    top: 120px;
    left: -17.5%;
    background: url(../images/clock.png) no-repeat center top;
    width: 110px;
    font-size: 125%;
    color: #84774b;
    font-weight: bold;
    text-align: center;
    line-height: 110px;
    height: 100%;
}

.post .schedule .clockEnd::before {
    content: "";
    display: block;
    width: 6px;
    height: calc(0% + 150px);
    background: #fee084;
    position: absolute;
    top: -150px;
    left: 50%;
    margin-left: -3px;
    z-index: -1;
}

.post .schedule li:last-child .clock::before {
    display: none;
}

.post .schedule h4 {
    border: none;
    color: #8ec151;
    text-align: left;
    display: block;
    margin: 0 auto 15px;
    margin-top: 0 !important;
    padding: 10px 0 12px 25px;
    background: linear-gradient(transparent 90%, #8ec151 0%);
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.05em;
}

.post .schedule .text {
    padding: 0 20px;
    width: 100%;
    box-sizing: border-box;
}

.post .schedule .photo {
    margin: -5% -5% -5% 0;
    width: 60%;
    text-align: center;
}

#main .post .schedule .photo img {
    width: 85%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0);
}

.post .schedule .photo.wide {
    width: 100%;
}

.post .schedule .left {
    order: -1;
}

.post .schedule .photo.left {
    margin: -5% 0 -5% -5%;
}

.post .schedule .illust {
    order: -1;
    width: 30%;
    text-align: center;
}

#main .post .schedule .illust img {
    width: 85%;
    box-shadow: 0px 0px 0px 0px rgb(0 0 0);
}

.post .schedule li b,
.post .schedule li strong {
    color: #af7822;
}

.linkBtn.food,
.post .linkBtn.food {
    background-color: #fdc36d;
    border-color: #fdc36d;
    background-image: url(../../uploads/icon_food.png);
    background-position: 10px center;
    background-size: 30px;
    padding-left: 60px;
}

@media print,
screen and (max-width: 959px) {
    #contents {
        /* padding: 5% 8% 0; */
        padding: 1em 4em 0;
        position: relative;
        z-index: 10;
        top: 340px;
        overflow: hidden;
    }
    #main .post .schedule .clocktext p {
        padding: 32px 0px;
    }
    .post .schedule .clock {
        background-size: 80px;
        line-height: 80px;
        font-size: 115%;
    }
    .post .schedule .clockEnd {
        top: 150px;
        background-size: 80px;
        line-height: 80px;
        font-size: 115%;
    }
    #contents {
        top: 340px;
    }
}

@media print,
screen and (max-width: 640px) {
    #main .post .schedule .clocktext p {
        padding: 20px 0px;
    }
    .post .schedule li {
        width: calc(100% - 38px);
        display: block;
        margin-bottom: 20px;
        /*      padding: 15px;*/
    }
    .post .schedule li::before,
    .post .schedule li::after {
        display: none;
    }
    .post .schedule .clock {
        left: -40px;
        width: 60px;
        background-size: 60px;
        line-height: 60px;
        font-size: 105%;
    }
    .post .schedule .clockEnd {
        left: -40px;
        width: 60px;
        background-size: 60px;
        line-height: 60px;
        font-size: 105%;
    }
    .post .schedule .photo,
    .post .schedule .photo.left,
    .post .schedule .image,
    .post .schedule .illust {
        margin: 0 auto;
        text-align: center;
    }
    .post .schedule .text {
        padding: 0 0 0 12px;
    }
    .post .schedule .illust {
        width: 50%;
    }
    .linkBtn.food,
    .post .linkBtn.food {
        background-image: none;
        padding: 10px;
    }
}


/*一覧ページ用ボックス
---------------------------------------------------------------------------*/


/*各ボックスの設定*/

#main .list {
    width: auto;
    margin: 0 3% 15px;
    border: 1px solid #ccc;
    /*枠線の幅、線種、色*/
    padding: 3%;
    /*ボックス内の余白*/
    background: #FFF;
    /*背景色（古いブラウザ用）*/
    background: -webkit-linear-gradient(#FFF, #f1f1f1);
    /*グラデーション*/
    background: linear-gradient(#FFF, #f1f1f1);
    /*同上*/
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    /*角丸のサイズ*/
}


/*ボックス内の写真設定*/

#main .list figure img {
    float: left;
    /*画像を左へ回り込み*/
    background: #FFF;
    /*画像の背景色。ここでは枠線と画像の間の色になります。*/
    padding: 0.8%;
    /*余白。ここに上の行で設定した背景色が出ます。*/
    border: 1px solid #CCC;
    /*枠線の幅、線種、色*/
    width: 30%;
    /*写真の幅*/
    -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    /*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.15が透明度15%の事。*/
    box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.15);
    /*同上*/
}


/*ボックス内のh4タグ設定*/

#main .list h4 {
    font-size: 16px;
    /*文字サイズ*/
    border-bottom: 2px dotted #f9a107;
    /*下側の線の幅、線種、色*/
    margin-bottom: 10px;
    margin-left: 34%;
    /*左の画像とバランスをとって設定する*/
    color: #f9a107;
    /*文字色*/
}

#main .list h4::first-letter {
    border-left: 3px solid #f9a107;
    /*左側のアクセント用ラインの幅、線種、色*/
    padding-left: 10px;
    /*アクセントラインと文字の間にとる余白*/
}


/*ボックス内の段落タグ設定*/

#main .list p {
    padding: 0px;
    margin-left: 34%;
    /*左の画像とバランスをとって設定する*/
}


/* 写真 */

#main img {
    border: none;
    max-width: 99%;
    height: auto;
    vertical-align: middle;
    border-radius: 10px;
    box-shadow: 2px 2px 2px 0px rgb(245 188 20);
}


/*よく頂く質問ページ
---------------------------------------------------------------------------*/

.faq {
    padding: 0 30px;
}

.faq dt {
    font-weight: bold;
    color: #f9a107;
}

.faq dd {
    padding-bottom: 15px;
}


/*サブコンテンツ
---------------------------------------------------------------------------*/

#sub {
    float: left;
    /*左に回り込み*/
    width: 22%;
    /*幅*/
}


/*subコンテンツ内のh2タグ設定*/

#sub h2 {
    font-size: 100%;
    padding-bottom: 10px;
}


/*subコンテンツのh2タグの１文字目への設定*/

#sub h2::first-letter {
    border-left: 3px solid #f9a107;
    /*左側のアクセント用ラインの幅、線種、色*/
    padding-left: 10px;
}


/*ロゴ画像
---------------------------------------------------------------------------*/

#logo,
#logo-s {
    width: 200%;
    height: 80px;
    text-align: center;
    padding: 10px 10px;
    /*ボックス内の余白。この余白に合わせてロゴ画像がリサイズされます。*/
    border-radius: 8px;
    /*角丸のサイズ*/
    margin-bottom: 30px;
    /*ロゴボックスの下にあけるスペース*/
}


/*メインメニュー
---------------------------------------------------------------------------*/


/*メニューブロック全体の設定*/

#menubar,
#menubar-s {
    overflow: hidden;
    font-size: 16px;
}


/*メニュー１個あたりの設定*/

#menubar a,
#menubar-s a {
    display: block;
    text-decoration: none;
    background: #fff;
    /*背景色（古いブラウザ用）*/
    background: linear-gradient(#fff 50%, #eee);
    /*背景色グラデーション*/
    text-align: center;
    /*文字をセンタリング*/
    padding: 10px 0px;
    /*上下、左右へのメニュー内の余白*/
    margin: 0px 2px 10px;
    /*上、左右、下へあけるメニューの外側への余白*/
    border: 2px solid #f9a107;
    /*枠線の幅、線種、色*/
    border-radius: 15px;
    /*角丸のサイズ*/
    line-height: 1.6;
    /*行間。少し狭くする。*/
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    /*ボックスの影。右へ、下へ、広げる範囲、rgb指定での色。0,0,0は黒のことで、0.2が透明度20%の事。*/
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    /*同上*/
}


/*マウスオン時*/

#menubar a:hover {
    background: #fff;
    /*背景色*/
    position: relative;
    left: 1px;
    /*マウスオン時い左から1pxずらす*/
    top: 1px;
    /*マウスオン時い上から1pxずらす*/
}


/*英語表記*/

#menubar a span,
#menubar-s a span {
    display: block;
    color: #f9a107;
    /*文字色*/
    font-size: 9px;
    /*文字サイズ。小さく。*/
    letter-spacing: 0.2em;
    /*文字間隔を広く*/
}


/*小さな端末（800px以下）用メニューとロゴを表g示させない*/

#menubar-s,
#logo-s {
    display: none;
}


/*３本バーアイコンを表示させない*/

#menubar_hdr {
    display: none;
}

#menubar-s ul {
    list-style: none;
}

/*サブコンテンツ内のサブメニュー
---------------------------------------------------------------------------*/

/*メニュー全体の設定*/
#sub ul.submenu {
    margin-bottom: 15px;
    /*メニューブロックの下に空けるスペース*/

    border-top: solid 1px #e4e4e4;
    /*上の線の線種、幅、色*/
}

/*メニュー１個ごとの設定*/
#sub ul.submenu li {
    background: #fff;
    /*背景色*/

    border-bottom: solid 1px #e4e4e4;
    /*下の線の線種、幅、色*/
}
#sub ul.submenu li a {
    text-decoration: none;
    display: block;
    padding: 2px 10px;
    /*メニュー内の余白。上下、左右への設定。*/
}

/*サブコンテンツ内のbox1
---------------------------------------------------------------------------*/
#sub .box1 {
    padding: 15px;
    /*ボックス内の余白*/

    margin-bottom: 15px;
    /*ボックスの下に空けるスペース*/

    background: #f3f3f3;
    /*背景色（古いブラウザ用）*/

    background: rgba(0, 0, 0, 0.05);
    /*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/

    border: solid 1px #ccc;
    /*線の線種、幅、色*/

    -webkit-box-shadow: 0px 0px 1px 1px #fff inset;
    /*ボックスの影。内側に白のラインを入れる。*/

    box-shadow: 0px 0px 1px 1px #fff inset;
    /*同上*/

    border-radius: 10px;
    /*角丸のサイズ*/
}

/*box1内のメニューの設定*/
#sub .box1 ul.submenu {
    margin-bottom: 0px;
}
.subicon img {
    max-width: 200px;
/*    padding-bottom: 150px;*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
    clear: both;
    text-align: center;
    padding: 10px 0px;
    padding-top: 350px;
}
footer a {
    text-decoration: none;
}
footer .pr {
    display: block;
    font-size: 80%;
}

/*トップページのアニメーション設定（画面左から右に移動するアニメーション）
---------------------------------------------------------------------------*/

/*キーフレーム。
0%はアニメーション開始地点。左から-200px、上から30%の場所からスタート。
100%で左から100%、上から0pxの場所へゴール。*/
@keyframes animation1 {
    0% {
        left: -200px;
        top: 30%;
    }

    100% {
        left: 100%;
        top: 0px;
    }
}

/*画像ブロック*/
#animation1 {
    width: 200px;
    /*画像幅*/

    position: absolute;
    z-index: 5;
    -webkit-animation: animation1 3s ease-in both;
    /*「3s」はアニメーションの実行時間（３秒）。変更してもらってOKです。*/

    animation: animation1 3s ease-in both;
    /*同上*/

    -webkit-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
}

/*トップページ「以外」の、上部にある装飾画像
---------------------------------------------------------------------------*/
#subimg {
    position: fixed;
    top: -50px;
    left: 0px;
    width: 100%;
}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

/*ブロック全体の設定*/
#new dl {
    padding-left: 30px;
    margin-bottom: 15px;
    height: 170px;
    /*高さ*/

    overflow: auto;
    /*高さを超えた場合にiframe風にする設定。全部表示させていたいならこの行と上のheightの行を削除。*/
}

/*日付設定*/
#new dt {
    font-weight: bold;
    /*太字にする設定。標準がいいならこの行削除。*/

    float: left;
    width: 8em;
}

/*記事設定*/
#new dd {
    padding-left: 8em;
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
.ta1 {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 15px;
    background: #fff;
    /*背景色（古いブラウザ用）*/

    background: rgba(255, 255, 255, 0.8);
    /*背景色。255,255,255は白の事で0.8は透明度80%の事。*/

    border: 5px solid #ccc;
    /*テーブルの枠線の幅、線種、色*/
}
.ta1 td,
.ta1 th {
    border: 1px dashed #999;
    /*テーブルの枠線の幅、線種、色*/

    padding: 10px;
    /*ボックス内の余白*/

    word-break: break-all;
}

/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
    width: auto;
    text-align: left;
    /*左よせ*/

    background: #cce6f6;
    /*背景色*/
}

/*ta1の左側ボックス*/
.ta1 th {
    width: 140px;
    /*幅*/

    text-align: center;
    /*センタリング*/

    background: #f7f7f7;
    /*背景色（古いブラウザ用）*/

    background: rgba(0, 0, 0, 0.05);
    /*背景色。0,0,0は黒の事で0.05は透明度5%の事。*/
}

/*olタグのpadding変更*/
.ta1 ol {
    padding-left: 35px;
}

/*ulタグのpadding変更*/
.ta1 ul.disc {
    padding-left: 30px;
}

/*段落タグのpadding変更*/
.ta1 p {
    padding: 0px !important;
}

/*PAGE TOP（↑）設定
---------------------------------------------------------------------------*/

/*トップページでは非表示に。*/
.pagetop a {
    display: none;
}

/*設定*/
.pagetop img {
    width: 250px;
    /*画像の幅*/
}

/*マウスオン時*/
.pagetop img:hover {
    position: relative;
    left: 1px;
    /*マウスオン時い左から1pxずらす*/

    top: 1px;
    /*マウスオン時い上から1pxずらす*/
}
.pagetop a {
    display: block;
    text-decoration: none;
    text-align: center;
    z-index: 100;
    position: fixed;
    bottom: 20px;
    /*ウィンドウの下から20pxの場所に配置*/

    right: 3%;
    /*ウィンドウの右から3%の場所に配置*/

    color: #fff;
    /*文字色*/

    text-indent: 0;
}

/*マウスオン時の背景色*/
.pagetop a:hover {
    /*	background: #fff;	/*背景色*/

    color: #737f02;
    /*文字色*/
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
    background: #F00;
    color: #FFF;
    font-size: 10px;
    padding: 0px 5px;
    border-radius: 2px;
    margin: 0px 5px;
}

/*その他
---------------------------------------------------------------------------*/
.look {
    background: #dcdcdc;
    padding: 4px;
    border-radius: 4px;
}
.mb15,
.mb1em {
    margin-bottom: 15px;
}
.mb30 {
    margin-bottom: 30px;
}
.clear {
    clear: both;
}
ul.disc {
    padding-left: 60px;
    list-style: disc;
}
.color1 {
    color: #f9a107;
}
.pr {
    font-size: 10px;
}
.wl {
    width: 96%;
}
.ws {
    width: 50%;
}
.c {
    text-align: center;
}
.r {
    text-align: right;
}
.l {
    text-align: left;
}
img.fr {
    float: right;
    margin-left: 10px;
    margin-bottom: 10px;
}
img.fl {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}
.big1 {
    font-size: 30px;
    letter-spacing: 0.2em;
}
.big2 {
    font-size: 120%;
}
.mini1 {
    font-size: 11px;
}
.attent {
    color: #db4805;
    font-weight: bold;
}
.margin1 {
    margin-left: 20px;
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px) {
    /*コンテンツ（左右ブロックを囲むボックス）
---------------------------------------------------------------------------*/

    #contents {
        padding: 3% 3% 0;
        top: 100px;
    }
    /*main,subコンテンツ
---------------------------------------------------------------------------*/

    #main,
    #sub {
        float: none;
        width: auto;
    }

    .subicon img {
        max-width: 50%;
/*        padding-bottom: 150px;*/
    }
    /*main
---------------------------------------------------------------------------*/

    #main {
        padding: 0 !important;
    }
    /* add by k.sato */

    #aboutmojiset {
        position: absolute;
        top: 20px;
        left: 0px;
    }

    #aboutmojiset p {
        padding: 0px 30px 4px;
        line-height: 40px;
        font-size: 140%;
    }
    /*ロゴ画像
---------------------------------------------------------------------------*/

    #logo-s {
        width: 200%;
        margin-bottom: 5%;
        z-index: 11;
        position: relative;
        top: -15px;
        /*上に移動する距離*/
        left: 3%;
        /*左からの距離*/
        width: 20%;
        /*ロゴの幅*/
        padding: 15px;
        /*ボックス内の余白*/
        padding-bottom: 100px;
    }
    /*小さな端末用（800px以下）のロゴとメニューを非表示から表示に切り替える*/

    #logo-s,
    #menubar-s {
        display: block;
        width: 90%;
        top: 100px;
    }
    /*大きな端末用（801px以上）のロゴとメニューを非表示にする*/

    #logo,
    #menubar,
    .box1 {
        display: none;
    }
    /*メインメニュー
---------------------------------------------------------------------------*/

    #menubar-s {
        position: relative;
        z-index: 12;
        margin: 0 3%;
        font-size: 14px;
    }
    /*メニュー１個あたりの設定*/

    #menubar-s li {
        float: left;
        width: 49%;
        margin: 0 0.5% 0;
    }
    /*３本バーアイコン設定
---------------------------------------------------------------------------*/
    /*３本バーブロック*/

    #menubar_hdr {
        display: block;
        z-index: 13;
        position: absolute;
        top: 10px;
        /*上から10pxの場所に配置*/
        right: 3%;
        /*右から3%の場所に配置*/
        width: 30px;
        /*幅*/
        border: 1px solid #000;
        /*枠線の幅、線種、色*/
        border-radius: 4px;
        /*角丸のサイズ*/
        padding: 12px 10px 5px;
        /*上、左右、下へのボックス内余白*/
        background: #fff;
        /*背景色*/
    }
    /*３本のバー（1本あたり）*/

    #menubar_hdr span {
        display: block;
        border-top: 3px solid #000;
        /*枠線の幅、線種、色*/
        margin-bottom: 7px;
        /*バー同士の余白*/
    }
    /*トップページ「以外」の、上部にある装飾画像
---------------------------------------------------------------------------*/

    #subimg {
        top: 60px;
        /*上から60pxの場所に。少し下げる設定。*/
    }
    /*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/

    section#new h2.open {
        background: #eb9e2a url(../images/btn_minus.png) no-repeat right center/34px 34px;
    }

    section#new h2.close {
        background: #eb9e2a url(../images/btn_plus.png) no-repeat right center/34px 34px;
    }
    /*その他
---------------------------------------------------------------------------*/

    body.s-n #sub {
        display: none;
    }

    footer {
        padding-top: 150px;
    }

}

/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px) {
    body {
        font-size: 14px;
        /*文字サイズ*/
    }

    #main .post .schedule .clocktext p {
        padding: 22px 0px;
    }

    #main .post p {
        padding: 5px 0px;
        line-height: 20px;
    }

    .subicon img {
        max-width: 250px;
/*        padding-bottom: 150px;*/
    }
    /*メインコンテンツ
---------------------------------------------------------------------------*/
    /*mainコンテンツのh2タグの設定*/

    #main h2 {
        padding: 4px 15px;
        font-size: 14px;
        /*文字サイズ*/
    }
    /*mainコンテンツのh3タグの設定*/

    #main h3 {
        padding: 3px 14px;
        font-size: 13px;
        /*文字サイズ*/
    }
    /*メインコンテンツのp(段落)タグ設定*/

    #main p {
        padding: 5px 5px 4px;
    }
    /*一覧ページ用ボックス
---------------------------------------------------------------------------*/
    /*各ボックスの設定*/

    #main .list {
        margin: 0 0 15px;
    }
    /*ボックス内の写真設定*/

    #main .list figure img {
        float: none;
        padding: 0;
        border: none;
        width: 100%;
    }
    /*ボックス内のh4タグと段落タグ設定*/

    #main .list h4,
    #main .list p {
        margin-left: 0;
    }

    #menubar-s {
        top: 120px;
    }
    /*ロゴ画像
---------------------------------------------------------------------------*/

    #logo-s {
        margin-bottom: 0px;
        width: 50%;
        /*ロゴの幅*/
        display: block;
        width: 90%;
        top: 100px;
    }
    /* add by k.sato */

    #aboutmojiset {
        position: absolute;
        top: 20px;
        left: 0px;
    }

    #aboutmojiset p {
        padding: 0px 10px 4px;
        line-height: 20px;
        font-size: 100%;
    }
    /*テーブル
---------------------------------------------------------------------------*/
    /*テーブル内の左側*/

    .ta1 th {
        width: 100px;
        padding: 5px;
    }
    /*テーブル内の右側*/

    .ta1 td {
        width: auto;
        padding: 5px;
    }
    /*設定*/

    .pagetop img {
        width: 160px;
        /*画像の幅*/
    }

    footer {
        padding-top: 130px;
    }

    /*その他
---------------------------------------------------------------------------*/

    .ws,
    .wl {
        width: 90%;
    }

    img.fr,
    img.fl {
        float: none;
        margin: 0;
        width: 100%;
    }
}
