* {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
}
@media print {
    .no-print {
        display: none !important;
    }
}

div, p {
    margin: 0 auto;
}

.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

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

.flip-horizontal {
    transform: scale(-1, 1);
}

.waku {
    border: 1px solid #dcdcdc;
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border: none;
    padding: 0;
}

a {
    text-decoration: none;
    color: #000;
}
a:hover img {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
@media screen and (min-width: 520px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

ul, li {
    list-style-type: none;
}

.left {
    text-align: left;
}
.center {
    text-align: center;
}
.right {
    text-align: right;
}
.mini90 {
    font-size: 90%;
}
.mini {
    font-size: 80%;
}
.waku {
    border: 1px solid #dcdcdc;
}

/* body */
body {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
}
@media screen and (max-width: 519px) {
    body {
        /* for Android Chrome 40 upper */
        font-size: 1rem;
        line-height: 1.6;
    }
}

.BodyMain {
    background: #fff;
    background: url("../images/back.jpg") 50% 0 no-repeat #fff;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"¥á¥¤¥ê¥ª",Meiryo,verdana,sans-serif;
}
@media print, screen and (min-width: 960px) {
    .BodyMain {
        margin: 0 auto 100px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .BodyMain {
        margin: 0 auto 95px;
    }
}
@media screen and (max-width: 519px) {
    .BodyMain {
        margin: 0 auto 55px;
    }
}

@media screen and (max-width: 959px) {
    .pc-br,
    .pc-hr {
        display: none !important;
    }
}
@media print, screen and (min-width: 960px) {
    .tablet-br,
    .sp-br,
    .tablet-sp-br,
    .tablet-space,
    .tablet-sp-hr {
        display: none !important;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .sp-br,
    .pc-space {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    .pc-tablet-br,
    .tablet-br,
    .pc-space,
    .tablet-space,
    .pc-tablet-space {
        display: none !important;
    }
}

section {
    margin: auto;
    padding: 20px 0;
}
@media screen and (max-width: 519px) {
    section {
        padding: 15px 0;
    }
}
section::after {
    content: "";
    display: block;
    clear: both;
}

.container {
    width: 99%;
    line-height: 2.3;
}
@media print, screen and (min-width: 960px) {
    .container {
        max-width: 1280px;
    }
    header .container,
    #fix .container {
        max-width: 1200px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .container {
        line-height: 2;
    }
}
@media screen and (max-width: 519px) {
    .container {
        width: 98%;
        line-height: 1.8;
    }
}

header {
    background: rgba(245, 240, 250, 0.7);
    border-top: 3px solid #5d2083;
}
@media print, screen and (min-width: 520px) {
    header .container {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}
.title {
    max-height: 90px;
    margin: 15px 0 10px;
}
h1 {
    font-size: 2rem;
    font-weight: normal;
    color: #5d2083;
    margin: 0 10px;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .title {
        max-height: 70px;
    }
    h1 {
        font-size: 1.3rem;
        margin: 0;
    }
}
@media screen and (max-width: 519px) {
    .title {
        max-height: 55px;
        margin: 10px 0 5px;
    }
    h1 {
        font-size: 1.3rem;
        padding: 8px;
        border-top: 2px dotted #d56271;
    }
}

.backcopy {
    height: 55px;
    background: url("../images/back_copy.png") 0 100% repeat-x;
    margin: 25px 0;
}
.backcopy h3 {
    float: left;
    text-align: left;
    font-size: 140%;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.8);
    margin: -20px 0 0;
}
.backcopy h3:first-letter {
    font-size: 150%;
    color: #5d2083;
    padding: 0 0.1rem 0 0.5rem;
}
.backcopyRight {
    float: right;
    text-align: right;
    font-size: 80%;
    margin: -20px 0 0;
}
.backcopy::after {
    content: "";
    display: block;
    clear: both;
}
@media screen and (max-width: 519px) {
    .backcopy {
        height: 60px;
        margin: 30px 0 40px;
    }
    .backcopy h3 {
        float: unset;
        margin: -40px 0 0;
    }
    .backcopyRight {
        float: unset;
        margin: 5px 0;
    }
}

.txtFloral,
.txtFlowerarrange {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    text-align: justify;
    margin: 1.5rem 3rem;
}
.txtFloral::after {
    content: "";
    display: block;
    clear: both;
}
.txtFloral img {
    margin: 0 0 0 4rem;
}
.txtFlowerarrange .imgW {
    margin: 0 0 0 4rem;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .txtFloral,
    .txtFlowerarrange {
        display: block;
        margin: 1rem 1.25rem;
    }
    .txtFloral img {
        float: right;
        width: 200px;
        margin: 5px 0 5px 2.5rem;
    }
    .txtFlowerarrange .imgW {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    .txtFloral,
    .txtFlowerarrange {
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 1rem;
    }
    .txtFloral img {
        width: 200px;
        margin: 0 0 1rem;
    }
    .txtFlowerarrange .imgW {
        display: none !important;
    }
}

.area {
    display: inline-block;
    margin: 15px auto 20px;
    padding: 8px 40px;
    font-size: 100%;
    font-weight: normal;
    color: #fff;
    letter-spacing: 0.08rem;
    border-radius: 0.3rem;
    background: #af3e49;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#eb9199), color-stop(95%, #af3e49));
    background-image: -webkit-linear-gradient(#eb9199,#af3e49 95%);
    background-image:    -moz-linear-gradient(#eb9199,#af3e49 95%);
    background-image:     -ms-linear-gradient(#eb9199,#af3e49 95%);
    background-image:      -o-linear-gradient(#eb9199,#af3e49 95%);
    background-image:         linear-gradient(#eb9199,#af3e49 95%);
}

.hall,
.flowerarrange,
.bouquet {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.flowerarrange,
.bouquet {
    justify-content: space-evenly;
}
.hall dl,
.flowerarrange dl,
.bouquet dl {
    width: 40%;
    background: rgba(245, 240, 250, 0.7);
    margin: 30px 0;
    padding: 30px;
    border-radius: 1rem;
}
.flowerarrange dl {
    width: 26%;
}
.bouquet dl {
    width: 26%;
    margin: 30px;
}
.hall dl.other {
    width: 100%;
}
.hall dt {
    font-weight: normal;
    font-size: 160%;
    color: #5d2083;
    margin: -5px 0 0;
}
.hall dt span {
    font-size: 70%;
    padding-right: 10px;
}
.flowerarrange dt,
.bouquet dt {
    margin: 5px 0 15px;
}
.flowerarrange dd,
.bouquet dd {
    letter-spacing: 0.08rem;
}
@media screen and (max-width: 519px) {
    .hall dt span {
        display: none !important;
    }
}
.add span {
    font-size: 90%;
    margin-right: 1rem;
}
.photo img {
    border: 1px solid #dcdcdc;
    margin: 30px 0;
}
.otherTxt {
    padding: 1rem 0;
}
.floralLink a {
    display: inline-block;
    padding: 5px 25px;
    margin: 8px 0 10px;
    border: 1px solid #d56271;
    border-radius: 0.3rem;
    background: #f5dce6;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(#f5dce6));
    background-image: -webkit-linear-gradient(#fff, #f5dce6);
    background-image:    -moz-linear-gradient(#fff, #f5dce6);
    background-image:     -ms-linear-gradient(#fff, #f5dce6);
    background-image:      -o-linear-gradient(#fff, #f5dce6);
    background-image:         linear-gradient(#fff, #f5dce6);
}
.floralLink a img {
    margin: 0 5px 4px 0;
    vertical-align: middle;
}
@media screen and (max-width: 959px) {
    .hall,
    .flowerarrange,
    .bouquet {
        justify-content: center;
    }
    .hall dl,
    .hall dl.other {
        width: 65%;
        margin: 20px 0;
    }
    .hall dl.other dt {
        font-size: 125%;
    }
    .add {
        font-size: 90%;
    }
    .photo img {
        margin: 20px 0;
    }
    .flowerarrange dl {
        width: 35%;
        margin: 20px;
    }
    .bouquet dl {
        width: 33%;
        margin: 20px;
    }
}
@media screen and (max-width: 790px) {
    .otherTxt {
        text-align: left;
    }
}
@media screen and (max-width: 680px) {
    .flowerarrange dl,
    .bouquet dl {
        width: 42%;
    }
}
@media screen and (max-width: 519px) {
    .flowerarrange dl,
    .bouquet dl {
        width: 50%;
    }
}

.bottomTxt {
    background: rgba(245, 220, 230, 0.25);
    margin: 40px 0 0;
    padding: 3rem 0;
}
.bottomTxt .txt {
    margin: 0 0 30px;
}
.bottomTxt .tel {
    max-width: 85%;
}
@media screen and (max-width: 519px) {
    .bottomTxt .txt {
        text-align: left;
        margin: 0 2rem 30px;
    }
}

footer {
    border-top: 1px solid #dcdcdc;
    padding: 1.2rem 0 1rem;
}
.copyright {
    font-weight: normal;
}
@media screen and (min-width: 520px) {
    .copyright {
        font-size: 0.75rem;
    }
}
@media screen and (max-width: 519px) {
    .copyright {
        font-size: 0.7rem;
    }
}

#fix {
    border-top: 1px solid #5d2083;
    background: rgba(255, 255, 255, 0.7);
}
#fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
}
@media print, screen and (min-width: 520px) {
    #fix .title {
        float: left;
        height: 64px;
    }
    #fix .tel {
        float: right;
        height: 40px;
        margin: 23px 0 0;
    }
    .sp-fix-freedial {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    #fix .title,
    #fix .tel {
        display: none !important;
    }
    .sp-fix-freedial {
        width: 90%;
        margin-top: 10px;
        padding: 5px 0 8px;
    }
    .sp-fix-freedial img {
        width: 30px;
        margin: 0 8px 2px;
        vertical-align: middle;
    }
}

#page-top {
    position: fixed;
    z-index: 100;
    bottom: 105px;
    right: 8px;
}
#page-top a {
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-align: center;
    position: relative;
    letter-spacing: 2px;
    display: block;
    width: 40px;
    height: 40px;
    background: #5d2083;
    border-radius: 50%;
}
#page-top a::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -6px;
    margin-top: -4px;
    top: 50%;
    width: 11px;
    height: 11px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #page-top {
        bottom: 96px;
        right: 8px;
    }
    #page-top a {
        width: 44px;
        height: 44px;
    }
    #page-top a::after {
        width: 10px;
        height: 10px;
        margin-left: -6px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 519px) {
    #page-top {
        bottom: 60px;
        right: 5px;
    }
    #page-top a {
        width: 40px;
        height: 40px;
    }
    #page-top a::after {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: -3px;
    }
}
