@charset "UTF-8";

/*SP*/
@media screen and (max-width: 767px) {
    #contentsMain #contact .pcItem {
        display: none;
    }
    #contentsMain #contact {
        background: #efeae6;
        text-align: center;
        padding: 40px 20px;
    }
    #contentsMain #contact section h2 {
        font-size: 1.5em;
    }
    #contentsMain #contact section {
        position: relative;
        margin-bottom: 50px;
    }
    #contentsMain #contact section:last-of-type {
        margin-bottom: 0;
    }
    #contentsMain #contact section::before {
        content: "";
        display: block;
        width: 127px;
        height: 20px;
        margin: 0 auto 20px;
        background-repeat: no-repeat;
        background-size: 127px auto;
        background-image: url(/flower/common/svg/icon_leaves.svg);
    }
    #contentsMain #contact section .contactContents_wrap {
        background: #fff;
        padding: 20px 10px;
        margin-top: 25px;
    }
    #contentsMain #contact section .contactContents_wrap p {
        line-height: 2;
    }
    #contentsMain #contact section .contactContents_wrap .contact_ttl {
        font-size: 1.4em;
    }
    #contentsMain #contact section .contactContents_wrap .contact_text {
        font-size: 1.4em;
    }
    #contentsMain #contact #Tel a {
        display: inline-block;
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.5;
    }
    #contentsMain #contact #Tel .contactContents_wrap .contact_ttl {
        margin-bottom: 15px;
        line-height: 1.5;
    }
    #contentsMain #contact #Tel .contactContents_wrap .contact_text,
    #contentsMain #contact #Mail .contactContents_wrap .contact_text {
        line-height: 1.5;
    }
    #contentsMain #contact section .contact_btn {
        box-sizing: border-box;
        min-width: 210px;
        display: inline-block;
        background: #957058;
        color: #fff;
        font-size: 1em;
        border-radius: 9999px;
        padding: 10px 33px;
        margin-top: 22px;
        transition: 0.3s ease-in;
    }
    #contentsMain #contact section .contact_btn:hover {
        transition: 0.3s ease-in;
        opacity: 0.47;
        text-decoration: none;
    }
}

/*PC*/
@media screen and (min-width: 768px) {
    #contentsMain #contact .spItem {
        display: none;
    }
    #contentsMain #contact {
        background-color: #efeae6;
        padding: 50px 40px;
        text-align: center;
        margin-top: 60px;
    }
    #contentsMain #contact section {
        position: relative;
        margin-bottom: 50px;
    }
    #contentsMain #contact section:last-of-type {
        margin-bottom: 0;
    }
    #contentsMain #contact section::before {
        content: "";
        display: block;
        width: 291px;
        height: 20px;
        margin: 0 auto 20px;
        background-repeat: repeat-x;
        background-size: auto 20px;
        background-image: url(/sun_common/contents_alias/flower/common/svg/line_leaves.svg);
    }
    #contentsMain #contact section h2 {
        font-size: 1.5em;
    }
    #contentsMain #contact section .contactContents_wrap {
        background: #fff;
        padding: 25px;
        margin-top: 26px;
    }
    #contentsMain #contact section .contactContents_wrap p {
        line-height: 2;
    }
    #contentsMain #contact section .contactContents_wrap .contact_ttl {
        font-size: 1.4em;
    }
    #contentsMain #contact section .contactContents_wrap .contact_text {
        font-size: 1.4em;
    }
    #contentsMain #contact #Tel a {
        display: inline-block;
        font-size: 1.4em;
        font-weight: bold;
    }
    #contentsMain #contact section .contact_btn {
        box-sizing: border-box;
        min-width: 210px;
        display: inline-block;
        background: #957058;
        color: #fff;
        font-size: 1em;
        border-radius: 9999px;
        padding: 10px 0;
        margin-top: 22px;
        transition: 0.3s ease-in;
    }
    #contentsMain #contact section .contact_btn:hover {
        transition: 0.3s ease-in;
        opacity: 0.47;
        text-decoration: none;
    }
}