@charset "utf-8";
/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/




/* -----------------------------------------------------------

　h2～

-------------------------------------------------------------- */
h2, h3 {
    margin-bottom: 20px;
}

@media only screen and (min-width:768px) {

    h2 {
        margin-bottom: 30px;
    }

    h3 {
        margin-top: 20px;
    }

}

/* -----------------------------------------------------------

　header

-------------------------------------------------------------- */

/*　.heroimage
/*-------------------------------------------*/
#heroimage_pc {
    display: none;
}

[id^="heroimage"] img:last-child {
    display: none;
}

@media only screen and (min-width:768px) {

    #heroimage_mb {
        display: none;
    }

    #heroimage_pc {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    [id^="heroimage"] img:first-child {
        display: none;
    }

    [id^="heroimage"] img:last-child {
        display: block;
    }

}

@media only screen and (min-width:1200px) {

    #heroimage_pc {
        margin-top: 30px;
        margin-bottom: 30px;
    }

}

/* -----------------------------------------------------------

　#greeting

-------------------------------------------------------------- */
#greeting .container {
    background: url(../images/top_greeting.png) right 82% no-repeat;
    background-size: auto 18%;
}

#greeting h2 {
    text-align: center;
}

#greeting p, #greeting li {
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 1.0), 1px 1px 0 rgba(255, 255, 255, 1.0), 1px 1px 0 rgba(255, 255, 255, 1.0);
}

#greeting ul {
    list-style: none;
}

#greeting li {
    color: rgba(255, 135, 0, 1.0);
}

#greeting li::before {
    margin-right: 5px;
    color: rgba(143, 195, 31, 1.0);
    font-family: "FontAwesome";
    content: "\f1b0";
}

#greeting p:nth-last-child(2) {
    margin: 30px 0;
    color: rgba(236, 109, 123, 1.0);
    font-size: 1.43rem;
    text-align: justify;
    text-justify: inter-ideograph;
    line-height: 2.0rem;
}

@media only screen and (min-width:576px) {

    #greeting .container {
        background: url(../images/top_greeting.png) right 52% no-repeat;
        background-size: auto 30%;
    }

    #greeting ul {
        margin-left: 1.2rem;
    }

}

@media only screen and (min-width:768px) {

    #greeting h2 img {
        width: 80%;
        height: auto;
    }

}

@media only screen and (min-width:992px) {

    #greeting .container {
        background: url(../images/top_greeting.png) right 60% no-repeat;
        background-size: auto 45%;
    }

    #greeting h2 img {
        width: 60%;
    }

}

@media only screen and (min-width:1200px) {

    #greeting .container {
        background: url(../images/top_greeting.png) right 70% no-repeat;
        background-size: auto 60%;
    }

    #greeting p span {
        display: block;
    }

}

/* -----------------------------------------------------------

　#news

-------------------------------------------------------------- */
#news {
    /*background: url(../images/bg_pink.png) center top repeat;*/
    background-color: rgba(240, 220, 220, 0.25);
}

#news h2 {
    text-align: center;
}

#news h3 {
    padding-left: 20px;
    background: url(../images/top_news_h3.png) left top no-repeat;
    background-size: 18px auto;
    color: rgba(248, 181, 0, 1.0);
    font-size: 1.2rem;
}

#info {
    margin-bottom: 30px;
}

#info li {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    list-style-type: none;
}

#info .date {
    color: rgba(235, 97, 0, 1.0);
    font-weight: 500;
}

#info .category {
    position: relative;
    top: -2.5px;
    margin-left: 10px;
    padding: 2px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    text-align: center;
}

#info .category a, #info .category a:visited {
    color: rgba(255, 255, 255, 1.0);
}

#info .category a:hover {
    color: rgba(0, 0, 0, 0.7);
}

/* カテゴリー別の背景 */
#info .category.information {
    background: rgba(143, 195, 31, 1.0);
}

#info .category.information:hover {
    background: rgba(143, 195, 31, 0.7);
}

#info .category.diary {
    background: rgba(255, 135, 0, 1.0);
}

#info .category.diary:hover {
    background: rgba(255, 135, 0, 0.7);
}

#info .category.blog {
    background: rgba(241, 158, 194, 1.0);
}

#info .category.blog:hover {
    background: rgba(241, 158, 194, 0.7);
}

#info .category.other {
    background: rgba(0, 0, 0, 0.3);
}

#info .category.other:hover {
    background: rgba(0, 0, 0, 0.1);
}

#info h4 {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 400;
}

#info h4 a, #info h4 a {
    color: rgba(106, 57, 6, 1.0)
}

#info h4 a:hover {
    color: rgba(255, 135, 0, 1.0);
}

#info h4::after {
    visibility: hidden;
    font-family: "FontAwesome";
    content: "\f061";
    color: rgba(255, 135, 0, 1.0);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

#info h4:hover::after {
    visibility: visible;
    padding-left: 10px;
    content: "\f061";
    color: rgba(255, 135, 0, 1.0);
}

#info h4 .new {
    margin-left: 10px;
    color: rgba(255, 0, 0, 1.0);
    font-size: 0.8rem;
    font-weight: 500;
}

#info .more {
    text-align: center;
}

#info .btn-warning {
    color: rgba(0, 0, 0, 0.7);
}

@media only screen and (min-width:576px) {

    #news h3 {
        padding-left: 25px;
        background-size: 23px auto;
        font-size: 1.5rem;
    }

}

@media only screen and (min-width:768px) {

    #news h2 img {
        width: 80%;
        height: auto;
    }

    #news h3 {
        padding-left: 22px;
        background-size: 20px auto;
        font-size: 1.3rem;
    }

    #info li {
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    #info h4 {
        font-size: 1.0rem;
    }

    #sns {
        max-height: 500px;
        overflow: auto;
    }

}

@media only screen and (min-width:992px) {

    #news h2 img {
        width: 60%;
    }

    #news h3 {
        padding-left: 25px;
        background-size: 23px auto;
        font-size: 1.5rem;
    }

    #info h4 {
        font-size: 1.125rem;
    }

    #sns {
        max-height: 518px;
    }

}

/* -----------------------------------------------------------

　#instagram

-------------------------------------------------------------- */
#instagram {}

#instagram h2 {
    text-align: center;
}

#instagram h2 img {
    width: 80%;
    height: auto;
}

@media only screen and (min-width:576px) {

    #instagram h2 img {
        width: 60%;
    }

}

@media only screen and (min-width:768px) {

    #instagram h2 img {
        width: 30%;
    }

}

@media only screen and (min-width:992px) {

    #instagram h2 img {
        width: 25%;
    }

}

/* -----------------------------------------------------------

　Banner

-------------------------------------------------------------- */
#banner {
    padding-bottom: 30px;
}

#banner .container {
    padding-top: 20px;
    /*border-top: 1px dotted rgba(106, 57, 6, 0.5);*/
}

#banner li {
    margin-bottom: 10px;
    width: 100%;
    text-align: center;
}

#banner img {
    margin: 0 auto;
}

@media only screen and (min-width:768px) {

    #banner li {
        width: 32%;
    }

}

@media only screen and (min-width:992px) {

    #banner li {
        width: 234px;
    }

}