@charset "UTF-8";

/*背景色
---------------------------------------------------------------------------*/

.bg-beige {
    background-color: #fffef0;
}


/*indexメインイメージ
---------------------------------------------------------------------------*/

.indeximg {
    line-height: 0;
}

.main {
    overflow: hidden;
}

.main_img {
    position: relative;
    width: 100%;
}

.main_text {
    position: absolute;
    bottom: 12%;
    width: 60%
}

.main_text_in {
    background-color: rgb(100, 0, 100, 0.2);
    padding: 40px;
}

.main_tit {
    font-size: 1.5em;
    border-bottom: 2px dotted #fff;
    margin-bottom: 10px;
}


/*新入園児募集
---------------------------------------------------------------------------*/

.box14 {
    padding: 0.5em 0.5em;
    margin: 2em;
    background: #fffde3;
    box-shadow: 0px 0px 0px 10px #fffde3;
    border: dashed 2px #ffb306;
    margin-bottom: 60px;
}

.box14 p {
    text-align: center;
}

.tit_topic1 {
    font-size: 2.5em;
    font-weight: bold;
    color: #00bfff;
}

.tit_topic2 {
    font-size: 2.5em;
    font-weight: bold;
    color: #ffb306;
}

.goannai {
    overflow: hidden;
}

.tit_annai {
    font-size: 1.5em;
    font-weight: bold;
    color: #00bfff;
}

.box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #00bfff;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    width: 46%;
    float: left;
}

.box2 {
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    background: #FFF;
    border: solid 3px #00bfff;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
    width: 46%;
    float: right;
}

.annai_day {
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
}

.btn-gradient-radius {
    display: inline-block;
    padding: 10px;
    border-radius: 25px;
    text-decoration: none;
    background-color: #fffde3;
    transition: .4s;
    width: 95%;
    margin: 10px 0 10px 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #ffb306;
}

.btn-gradient-radius:hover {
    background-color: #fffde3;
}

.btn-gradient-radius a {
    color: #ffb306;
}


/*================================================
 *  ここからスマートフォン用（480px以下）環境の設定
 ================================================*/


/*表示を切り替えるウィンドウサイズの指定*/

@media (max-width: 480px) {
    .tit_topic1 {
        font-size: 2.0em;
    }
    .tit_topic2 {
        font-size: 2.0em;
    }
    .box1 {
        width: 100%;
        float: none;
    }
    .box2 {
        width: 100%;
        float: none;
    }
}


/*sns
---------------------------------------------------------------------------*/

#sns {
    overflow: hidden;
    background-color: #666;
    padding-top: 20px;
    padding-bottom: 20px;
}

#sns p {
    margin-bottom: 10px;
    font-weight: bold;
    color: #FFF;
    font-size: 16px;
}

#sns ul {
    text-align: center;
}

#sns ul li {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
}


/*TOPコンテンツ
---------------------------------------------------------------------------*/

.top_contents {
    overflow: hidden;
}

.top_contents_in {
    overflow: hidden;
    background: #fff;
    border: solid 4px #956134;
    box-shadow: 0 8px 0 rgba(0, 0, 0, 0.25);
    border-radius: 9px;
    padding: 2%;
    width: 25.9%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    margin-bottom: 40px;
}

.top_contents_in:last-child {
    margin-right: 0;
}

.top_contents_text {
    overflow: hidden;
}

.top_contents_img {
    overflow: hidden;
    margin: 10px 0 10px 0;
}

.top_contents_menu {
    margin-bottom: 10px;
    padding: 0 10px 0 10px;
}

.botun {
    border-radius: 20px;
    /* CSS3草案 */
    -webkit-border-radius: 20px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 20px;
    /* Firefox用 */
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.1rem;
    box-shadow: 0px 4px 0px #de7b72;
    display: block;
    background: #ef968d;
    border-radius: 20px;
    text-align: center;
    padding: 4px 0 4px 0;
    text-decoration: none;
}

.botun:hover {
    color: #fff;
    box-shadow: none;
    background: #ef968d;
    transform: translate3d(0, 5px, 0);
}

.botun p {
    font-weight: bold;
}

a.link-box {
    text-decoration: none;
}


/*質問
---------------------------------------------------------------------------*/

.wrapper_question {
    overflow: hidden;
    border-bottom: 1px dotted #666;
    padding-bottom: 40px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.wrapper_question:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.q-a {
    margin-top: 20px;
}

.question_icon {
    display: table-cell;
    padding: 0 10px 0 0;
}

.question_text {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.question img {
    max-width: initial;
    width: 60px;
}

.question_q {
    font-size: 1.5em;
    font-weight: bold;
}


/*テーブル
---------------------------------------------------------------------------*/

.feeBox {
    border-top: 1px solid #00bceb;
    border-right: 1px solid #00bceb;
    margin-bottom: 20px;
    line-height: 140%;
    width: 100%;
}

.feeBox th {
    padding: 20px;
    border-left: 1px solid #00bceb;
    border-bottom: 1px solid #00bceb;
    background-color: #d9f5fc;
    font-weight: bold;
    width: 30%;
}

.feeBox td {
    padding: 20px;
    border-left: 1px solid #00bceb;
    border-bottom: 1px solid #00bceb;
}


/*料金について
---------------------------------------------------------------------------*/

.price_menu {
    margin-bottom: 20px;
}

.price_menu:last-child {
    margin-top: 0;
}

.price_menu dt {
    font-size: 1.2em;
    font-weight: bold;
    color: #eb867d;
}


/*問い合わせボタン
---------------------------------------------------------------------------*/

.btn_box {
    text-align: center;
    margin: 0 auto;
}

.btn-square-pop {
    position: relative;
    display: inline-block;
    padding: 2% 0 2% 0;
    text-decoration: none;
    color: #FFF;
    background: #fd9535;
    /*背景色*/
    border-bottom: solid 2px #d27d00;
    /*少し濃い目の色に*/
    border-radius: 4px;
    /*角の丸み*/
    box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
    font-weight: bold;
    width: 80%;
    font-size: 1.5em;
}

.btn-square-pop:active {
    border-bottom: solid 2px #fd9535;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
}


/*一日の流れ
---------------------------------------------------------------------------*/

p.tit_flow {
    font-size: 1.5em;
    font-weight: bold;
    border: 4px solid #ccc;
    color: #eb867d;
    border-radius: 40px;
    padding: 10px 20px;
}

.day_flow {
    padding: 40px 20px;
    margin-left: 25px;
    border-left: 3px dotted #ccc;
}

.day_flow:last-child {
    border-left: none;
}

.day_time {
    overflow: hidden;
}

.day_left {
    float: left;
}

.day_right {
    float: left;
    padding: 10px 0 0 10px;
    font-size: 2.0em;
}

.day_menu {
    border-left: 3px dotted #956134;
    margin-left: 50px;
    padding-left: 40px;
}

.day_last {
    border-left: none;
}

.circle-1 {
    border: 3px solid #956134;
    background: #fffde3;
    border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
    padding: 20px;
    font-weight: bold;
    font-size: 1.2em;
    color: #956134;
}

.dayhoiku {
    overflow: hidden;
    padding: 10px 0 20px 0;
}

.dayhoiku_img {
    float: left;
    width: 25%;
}

.dayhoiku_text {
    float: right;
    width: 73%;
}

.dayhoiku_p {
    margin-top: 40px;
    font-size: 1.2em;
}


/*保育理念
---------------------------------------------------------------------------*/

.rinen_tit {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 40px;
    font-weight: bold;
    color: #666;
}

.rinen {
    overflow: hidden;
}

.rinen_img {
    float: left;
    width: 30%;
}

.rinen_text {
    float: right;
    width: 68%;
}

.rinen_p {
    font-size: 1.2em;
    font-weight: bold;
}

.rinen_img2 {
    float: right;
    width: 30%;
}

.rinen_text2 {
    float: left;
    width: 68%;
}

.rinen dl {
    margin-bottom: 40px;
}

.rinen dt {
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #666;
    border-bottom: 2px dotted #666;
}


/*保育内容
---------------------------------------------------------------------------*/

.hoiku {
    overflow: hidden;
    margin-bottom: 40px;
}

.hoiku_img {
    float: left;
    width: 30%;
}

.hoiku_text {
    float: right;
    width: 68%;
}

.hoiku_img2 {
    float: right;
    width: 30%;
}

.hoiku_text2 {
    float: leftt;
    width: 68%;
}

.hoiku_tit {
    font-size: 1.8em;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #666;
    border-bottom: 2px dotted #666;
    font-weight: bold;
}

.hoiku_tit_min {
    font-size: 1.5em;
    color: #666;
    margin-bottom: 10px;
}

.hoiku_menu li {
    display: inline;
    background-color: #d8f0fc;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border-radius: 8px;
    /* CSS3草案 */
    -webkit-border-radius: 8px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 8px;
    /* Firefox用 */
}

.hoiku_menu li:last-child {
    margin-right: 0;
}

.hoiku_p {
    margin-top: 20px;
}


/*年間行事
---------------------------------------------------------------------------*/

.season {
    text-align: center;
    overflow: hidden;
    margin-bottom: 40px;
}

.season_1 {
    width: 30%;
    float: left;
    margin: 0 5% 5% 0;
}

.season_2 {
    width: 30%;
    float: left;
    margin: 0 5% 5% 0;
}

.season_3 {
    width: 30%;
    float: left;
}

.season_menu {
    padding: 0 40px 0 40px;
    margin-top: 10px;
    font-size: 1.2em;
}

.season_month {
    color: #956134;
    font-weight: bold;
    margin: 0 auto;
    background-color: #d8f0fc;
    padding: 5px 10px 5px 10px;
    margin-bottom: 10px;
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
}

.season_text {
    margin-top: 10px;
}

.season_other {
    border-radius: 10px;
    /* CSS3草案 */
    -webkit-border-radius: 10px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 10px;
    /* Firefox用 */
    border: 3px solid #ef968d;
    padding: 20px;
}

.season_other ul li {
    display: inline;
    margin-right: 10px;
}

.season_other ul li:last-child {
    margin-right: 0;
}

.season_other p {
    font-size: 1.2em;
    font-weight: bold;
    color: #ef968d;
}


/*園長挨拶
---------------------------------------------------------------------------*/

.staff {
    overflow: hidden;
}

.staff_ibaragi {
    margin-bottom: 40px;
}

.staff_name {
    font-weight: bold;
    font-size: 1.8em;
    margin-bottom: 10px;
    border-radius: 40px;
    /* CSS3草案 */
    -webkit-border-radius: 40px;
    /* Safari,Google Chrome用 */
    -moz-border-radius: 40px;
    /* Firefox用 */
    padding: 5px 10px 5px 20px;
}

.ibaragi {
    color: #56d8ac;
    border: 4px solid #56d8ac;
}

.katano {
    color: #ae96c9;
    border: 4px solid #ae96c9;
}

.staff_text {
    padding: 0 10px 0 10px;
}


/*採用情報
---------------------------------------------------------------------------*/

.recruit {
    text-align: center;
    font-size: 1.2em;
    margin-bottom: 20px;
}

.recruit_text {
    font-size: 1.2em;
    font-weight: bold;
    color: #666;
    margin-bottom: 10px;
}


/*アクセス
---------------------------------------------------------------------------*/

.access {
    text-align: left;
    width: 100%;
}

.access th {
    border-bottom: 1px dotted #666;
    padding: 10px 0 10px 0;
    width: 15%;
}

.access td {
    border-bottom: 1px dotted #666;
    padding: 10px 0 10px 0;
}


/*新着おしらせ
---------------------------------------------------------------------------*/

.news_box {
    position: relative;
    margin: 60px 0 0 0;
    padding: 0.5em 1em;
    border: solid 3px #956134;
    border-radius: 8px;
}

.news_box .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #FFF;
    color: #956134;
    font-weight: bold;
}

.news_box dl {
    margin: 15px 0 10px 0;
}

.news_box dt {
    font-weight: bold;
    color: #eb867d;
}

.news_box dd {
    border-bottom: 1px dotted #666;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.news_box dd:last-child {
    margin-bottom: 0;
    border-bottom: none;
}


/*PDFのDL
---------------------------------------------------------------------------*/

.document_menu {
    font-size: 1.5em;
    border-bottom: 1px dotted #666;
    margin-bottom: 10px;
}

.pdf {
    margin-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}

.icn_pdf {
    width: 30px;
    margin-right: 5px;
}

@media screen and (min-width:601px) {
    .br-sp {
        display: none;
    }
}

@media screen and (max-width:600px) {
    .br-sp {
        display: block;
    }
}