@charset "utf-8";

/* --------------------------------------------------------
 誕生花
-------------------------------------------------------- */


/* --------------------------------------------------------

 ■ スマートフォン想定(0px-767px)

-------------------------------------------------------- */

@media only screen and (min-width: 0) and (max-width: 767px) {
    /* [SP] .birth-menu
--------------------------------------------------------- */
    .birth-menu {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }
    .birth-menu li {
        float: left;
        width: 50%;
        margin-bottom: 8px;
    }
    .birth-menu li a {
        text-decoration: none;
    }
    .birth-menu li a:hover {
        text-decoration: underline;
    }
    .birth-menu {
        margin-left: 20px;
    }
    .birth-menu li:before {
        display: inline-block;
        content: "▼";
        padding-right: 6px;
        color: #ffb3b2;
        vertical-align: middle;
    }
    /* [SP] .guide-title
--------------------------------------------------------- */
    .birth-title {
        margin: 10px 0;
        padding: 5px 0 5px 10px;
        background: #ffb3b2;
        color: #fff;
    }
    .birth-txt {
        margin-bottom: 30px;
    }
    /* [SP] .about-information
--------------------------------------------------------- */
    .bnr-title {
        text-align: center;
        margin: 0 0 33px 0;
    }
    .about-information {
        text-align: center;
/*        margin: 0 0 0 0;
*/    }
    .about-information-title {
        margin: 0 auto 12px;
    }
    .about-information-main-title {
        color: #000;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        font-family: "Times New Roman",Georgia,Times,serif;
        margin: 0 0 3px 0;
    }
    .about-information-sub-title {
        font-size: 11px;
        display: block;
        margin: -3px 0 0 0;
    }
    .about-information-txt {
        width: 80%;
        margin: 0 auto;
        color: #808080;
    }
    /* [SP] .pagetop
--------------------------------------------------------- */
    .pagetop {
        text-align: right;
        margin: 0 0 30px 0;
    }
    .pagetop a {
        font-size:13px;
        font-size:1.3rem;
        color:#333;
        font-weight: bolder;
        text-decoration: none;
    }
    .pagetop a:after {
        content: "▲";
        font-size: 80%;
        margin-left:5px;
    }
}


/* --------------------------------------------------------

 ■ タブレット想定(768px-979px)

-------------------------------------------------------- */

@media only screen and (min-width: 768px) and (max-width: 979px) {
    /* [Tablet] .birth-menu
--------------------------------------------------------- */
    .birth-menu {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }
    .birth-menu li {
        float: left;
        width: 25%;
        margin-bottom: 8px;
    }
    .birth-menu li a {
        text-decoration: none;
    }
    .birth-menu li a:hover {
        text-decoration: underline;
    }
    .birth-menu {
        margin-left: 20px;
    }
    .birth-menu li:before {
        display: inline-block;
        content: "▼";
        padding-right: 6px;
        color: #ffb3b2;
        vertical-align: middle;
    }
    /* [Tablet] .guide-title
--------------------------------------------------------- */
    .birth-title {
        margin: 10px 0;
        padding: 5px 0 5px 10px;
        background: #ffb3b2;
        color: #fff;
    }
    .birth-txt {
        margin-bottom: 30px;
    }
    /* [Tablet] .about-information
--------------------------------------------------------- */
    .bnr-title {
        text-align: center;
        margin: 0 0 33px 0;
    }
    .about-information {
        text-align: center;
/*        margin: 0 0 0 0;
*/    }
    .about-information-title {
        margin: 0 auto 12px;
    }
    .about-information-main-title {
        color: #000;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        font-family: "Times New Roman",Georgia,Times,serif;
        margin: 0 0 3px 0;
    }
    .about-information-sub-title {
        font-size: 11px;
        display: block;
        margin: -3px 0 0 0;
    }
    .about-information-txt {
        width: 80%;
        margin: 0 auto;
        color: #808080;
    }
    /* [Tablet] .pagetop
--------------------------------------------------------- */
    .pagetop {
        text-align: right;
        margin: 0 0 30px 0;
    }
    .pagetop a {
        font-size:13px;
        font-size:1.3rem;
        color:#333;
        font-weight: bolder;
        text-decoration: none;
    }
    .pagetop a:after {
        content: "▲";
        font-size: 80%;
        margin-left:5px;
    }
}


/* --------------------------------------------------------

 ■ PC想定(980px-)

-------------------------------------------------------- */

@media only screen and (min-width: 980px) {
    /* [PC] .birth-menu
--------------------------------------------------------- */
    .birth-menu {
        margin: 20px 0;
        padding: 0;
        list-style: none;
    }
    .birth-menu li {
        float: left;
        width: 25%;
        margin-bottom: 8px;
    }
    .birth-menu li a {
        text-decoration: none;
    }
    .birth-menu li a:hover {
        text-decoration: underline;
    }
    .birth-menu {
        margin-left: 20px;
    }
    .birth-menu li:before {
        display: inline-block;
        content: "▼";
        padding-right: 6px;
        color: #ffb3b2;
        vertical-align: middle;
    }
    /* [PC] .guide-title
--------------------------------------------------------- */
    .birth-title {
        margin: 10px 0;
        padding: 5px 0 5px 10px;
        background: #ffb3b2;
        color: #fff;
    }
    .birth-txt {
        margin-bottom: 30px;
    }
    /* [PC] .about-information
--------------------------------------------------------- */
    .bnr-title {
        text-align: center;
        margin: 0 0 33px 0;
    }
    .about-information {
        text-align: center;
/*        margin: 0 0 0 0;
*/    }
    .about-information-title {
        margin: 0 auto 12px;
    }
    .about-information-main-title {
        color: #000;
        font-size: 22px;
        font-size: 2.2rem;
        font-weight: 700;
        font-family: "Times New Roman",Georgia,Times,serif;
        margin: 0 0 3px 0;
    }
    .about-information-sub-title {
        font-size: 11px;
        display: block;
        margin: -3px 0 0 0;
    }
    .about-information-txt {
        width: 80%;
        margin: 0 auto;
        color: #808080;
    }
    /* [PC] .pagetop
--------------------------------------------------------- */
    .pagetop {
        text-align: right;
        margin: 0 0 30px 0;
    }
    .pagetop a {
        font-size:13px;
        font-size:1.3rem;
        color:#333;
        font-weight: bolder;
        text-decoration: none;
    }
    .pagetop a:after {
        content: "▲";
        font-size: 80%;
        margin-left:5px;
    }
}