@media print {
    #page-top,#page-top a,
    #fix,
    .no-print {
        display: none !important;
    }
}
* {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}
div, p {
    margin: 0 auto;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
a {
    text-decoration: none;
    color: #000;
}
hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border: none;
    padding: 0;
}
@media screen and (min-width: 520px), print {
    a[href^="tel:"] {
        color: #32845b;
        pointer-events: none;
    }
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.aiC {
    align-items: center;
}
.mar1 {
    margin-top: 20px;
}
.pad1 {
    padding-top: 15px;
}

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

/* for body */
body {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
}
@media print, screen and (min-width: 520px) {
    body {
        width: 100%;
    }
}
@media screen and (max-width: 519px) {
    body {
        /* for Android Chrome 40 upper */
        font-size: 1rem;
        line-height: 1.6;
    }
}
.BodyMain {
    background: #fff;
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3","Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"¥á¥¤¥ê¥ª",Meiryo,verdana,sans-serif;
    -webkit-text-size-adjust: 100%;
}
@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 130px;
    }
}
@media screen and (max-width: 519px) {
    .BodyMain {
        margin: 0 auto 95px;
    }
}

/* for section */
section {
    width: 99%;
    max-width: 1280px;
    margin: auto;
    padding: 20px 0;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    section {
        width: 95%;
        padding: 20px 0 0;
    }
}
@media screen and (max-width: 519px) {
    section {
        width: 95%;
        padding: 15px 0;
    }
}
section::after {
    content: "";
    display: block;
    clear: both;
}

/* for page-top */
#page-top {
    position: fixed;
}
#page-top a {
    background: url("../images/page-top.png") no-repeat;
    display: block;
}
@media print, screen and (min-width: 960px) {
    #page-top {
        bottom: 105px;
        right: 7px;
    }
    #page-top a {
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #page-top {
        bottom: 85px;
        right: 7px;
    }
    #page-top a {
        background-size: cover;
        width: 35px;
        height: 35px;
    }
}
@media screen and (max-width: 519px) {
    #page-top {
        bottom: 110px;
        right: 4px;
    }
    #page-top a {
        background-size: cover;
        width: 30px;
        height: 30px;
    }
}

/* for header & footer */
header {
    margin: 0 auto;
    padding: 10px 0 0;
    width: 99%;
}
.pc-contact1 {
    background: #f6f7f9;
    border-radius: 8px;
    padding: 0.2rem 0.5rem 0;
    margin: 0 auto 0.5rem;
    box-shadow: 1px 2px 2px 1px rgb(0 0 0 / 5%);
}
#fix .pc-contact1 {
    margin: 0 auto;
    width: 80%;
}
.pc-contact2 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.5;
}
.pc-contact1 p,
.pc-contact2 p,
.pc-tablet-footerFreedial {
    font-size: 1rem;
    font-weight: normal;
}
.pc-contact2 span {
    font-size: 1.3rem;
    color: #32845b;
}
.pc-contact2 img {
    max-height: 25px;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}
.pc-tablet-footerFreedial {
    line-height: 1.4;
    width: 37%;
}
.pc-tablet-footerFreedial span.number {
    font-size: 1.3rem;
    color: #32845b;
}
.pc-tablet-footerFreedial .freedial {
    font-size: 2rem;
    font-weight: bold;
    margin: -2px auto -7px;
}
.pc-tablet-footerFreedial img {
    max-height: 25px;
    margin: -5px 8px 0 0;
    vertical-align: middle;
}
@media print, screen and (min-width: 960px) {
    header {
        max-width: 1280px;
    }
    .bottomW {
        max-width: 1280px;
        display: flex;
        align-items: center;
    }
    .footerLogo {
        text-align: left;
        width: 40%;
    }
    .footerLink {
        width: 22%;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .footerLink,
    .pc-tablet-footerFreedial {
        width: 49.99%;
    }
    .bottomW {
        display: flex;
        align-items: center;
    }
    .pc-contact1 p,
    .pc-tablet-footerFreedial {
        font-size: .9rem;
    }
    .pc-tablet-footerFreedial .freedial {
        font-size: 1.7rem;
    }
}
@media screen and (max-width: 519px) {
    .pc-contact1 p {
        font-size: .8rem;
    }
    .tablet-sp-header {
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .sp-footerFreedial {
        background: #32845b;
        border-radius: 0.3em;
        margin-top: 5px;
        padding: 5px 0 4px;
        text-align: center;
        max-width: 98%;
    }
    .sp-footerFreedial img {
        width: 30px;
        margin: -3px 5px 0 0;
        vertical-align: middle;
    }
}
.sp-footerFreedial a {
    color: #fff;
    text-shadow: 1px 2px 2px rgba(51, 51, 51, 0.85);
}
#fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
    background: rgba(255, 255, 255, 0.8);
    border-top: 3px double #393a65;
}

.mini,
.lpHallImg2,
.lpImg {
    font-size: 80%;
}
h1, h2 {
    margin: 0 auto;
    padding: 0;
    font-weight: normal;
    font-size: 1rem;
}
#maintitle {
    background: #32845b;
}
#maintitle h2 {
    font-size: 180%;
    color: #fff;
    margin: 0;
    padding: 1rem 0 .5rem;
    line-height: 1.5;
}
    #maintitle .flex {
        max-width: 960px;
        width: 98%;
        display: flex;
        justify-content: space-evenly;
        align-items: center;
    }
@media screen and (max-width: 519px) {
    #maintitle > .flex {
        justify-content: space-evenly;
    }
}
.circle {
    margin: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fdffd9;
    position: relative;
    border: 5px double #59e19d;
}
.circle p {
    color: #32845b;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 165%;
    white-space: nowrap;
    line-height: 1.4;
    font-family: serif;
    text-shadow: 1px 1px 2px #5ce19f;
}
@media screen and (max-width: 959px) {
    .circle {
        width: 100px;
        height: 100px;
    }
}
@media screen and (max-width: 519px) {
    .circle {
        order: 2;
        margin-bottom: 20px;
    }
}

.wrap {
    padding: 2rem 0 0;
}
p.txt1 {
    margin: 1rem auto;
    line-height: 2.4;
}
@media screen and (max-width: 959px) {
    p.txt1 {
        text-align: justify;
        padding: 0 .5rem;
        font-size: 1rem;
    }
}
.number {
    font-size: 150%;
    margin-right: 3px;
}
.topImg img {
    border: 1px solid #dcdcdc;;
}
.topTxt1 .title,
.topTxt2 .big {
    font-size: 130%;
    color: #9e0059;
}
@media print, screen and (min-width: 960px) {
    .topImg img {
        max-width: 800px;
    }
}
@media print, screen and (min-width: 520px) {
    .wrapper {
        position: relative;
        display: inline-block;
    }
    .topImg {
        padding-top: 2rem;
    }
    .topTxt1,
    .topTxt2 {
        position: absolute;
        background: rgba(255, 255, 255, 0.8);
        padding: 1rem 2rem;
        line-height: 1.5;
    }
    .topTxt1 {
        top: 2rem;
    }
    .topTxt2 {
        bottom: 0;
        right: -1px;
    }
    .topTxt1 p,
    .topTxt2 p {
        font-size: 100%;
    }
    .topTxt1 .title,
    .topTxt2 .big {
        font-size: 150%;
    }
}
.planSaijo h3,
.option h3,
.lpCopy h3,
.lpHall h3 {
    background: #9e0059;
    font-weight: normal;
    color: #fff;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    letter-spacing: .1em;
    margin: 40px auto 20px;
    padding: 4px 0;
    max-width: 1280px;
    border-radius: 6px;
}
@media screen and (max-width: 959px) {
    .planSaijo h3,
    .option h3,
    .lpCopy h3,
    .lpHall h3 {
        line-height: 1.4;
    }
}
.lpCopy h3 span.txt {
    font-size: 80%;
    margin-left: 20px;
}
@media screen and (max-width: 959px) {
    .lpCopy h3 span.txt {
        margin-left: 0;
    }
}
.lpCopy h3 {
    font-size: 130%;
    margin: 0 auto;
    background: #32845b;
    border-radius: 0 0 6px 6px;
    max-width: 960px;
    width: 98%;
}
.lpHall h3 span {
    font-size: 80%;
    margin-right: 20px;
}
@media screen and (max-width: 519px) {
    .lpCopy h3 {
        font-size: 120%;
    }
    .lpHall h3 span {
        margin-right: 0;
    }
}
p.copy {
    font-size: 130%;
    color: #32845b;
    margin: 2rem auto 1rem;
}
.set {
    background: #eafbf2;
    border-radius: 6px;
    padding: 20px 0;
    max-width: 960px;
    width: 98%;
}
.set p.head {
    font-size: 110%;
    margin: 0 auto 2rem;
    padding: 0 1rem;
    border-bottom: 2px dotted #32845b;
    width: max-content;
}
.set p.foot {
    color: #32845b;
    border: 1px solid #32845b;
    border-radius: 20px;
    width: max-content;
    padding: 0.1rem 1rem;;
}
@media screen and (max-width: 519px) {
    .set p.foot {
        width: 80%;
    }
}
.iconImg1 {
    font-size: .8rem;
}
.icon {
    flex: 1;
    margin: 0 1% 1%;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .icon {
        margin: 0 1% 2%;
    }
}
@media screen and (max-width: 519px) {
    .icon {
        margin: 0 0.7% 2.5%;
        font-size: 0.72rem;
    }
}
.iconImg1 p {
    background: url("../images/icon_set.jpg") no-repeat 0 0;
}
@media print, screen and (min-width: 520px) {
    .iconImg1 p {
        background-size: 500px 300px;
        width: 100px;
        height: 73px;
        margin: 0 auto 0.3rem;
    }
    .iconImg1 .flower {
        background-position: 0 0;
    }
    .iconImg1 .makura {
        background-position: -100px 0;
    }
    .iconImg1 .coffin {
        background-position: -200px 0;
    }
    .iconImg1 .public {
        background-position: -300px 0;
    }
    .iconImg1 .car1 {
        background-position: -400px 0;
    }
    .iconImg1 .dryice {
        background-position: 0 -73px;
    }
    .iconImg1 .expendables {
        background-position: -100px -73px;
    }
    .iconImg1 .reception {
        background-position: -200px -73px;
    }
    .iconImg1 .picture {
        background-position: -300px -73px;
    }
    .iconImg1 .staff {
        background-position: -400px -73px;
    }
    .iconImg1 .car2 {
        background-position: 0 -146px;
    }
    .iconImg1 .urn {
        background-position: -100px -146px;
    }
    .iconImg1 .saidan {
        background-position: -200px -146px;
    }
}
@media screen and (max-width: 519px) {
    .iconImg1 p {
        width: 70px;
        height: 51px;
        margin: 0 auto 0.3rem;
        background-size: 350px 210px;
    }
    .iconImg1 .flower {
        background-position: 0 0;
    }
    .iconImg1 .makura {
        background-position: -70px 0;
    }
    .iconImg1 .coffin {
        background-position: -140px 0;
    }
    .iconImg1 .public {
        background-position: -210px 0;
    }
    .iconImg1 .car1 {
        background-position: -280px 0;
    }
    .iconImg1 .dryice {
        background-position: 0 -51px;
    }
    .iconImg1 .expendables {
        background-position: -70px -51px;
    }
    .iconImg1 .reception {
        background-position: -140px -51px;
    }
    .iconImg1 .picture {
        background-position: -210px -51px;
    }
    .iconImg1 .staff {
        background-position: -280px -51px;
    }
    .iconImg1 .car2 {
        background-position: 0 -102px;
    }
    .iconImg1 .urn {
        background-position: -70px -102px;
    }
    .iconImg1 .saidan {
        background-position: -140px -102px;
    }
}
.option h3 {
    color: #9e0059;
    background: #fff;
    text-shadow: none;
}
.option span {
    border-radius: 20px;
    background: #32845b;
    color: #fff;
    font-size: 50%;
    letter-spacing: 0.05em;
    padding: 1px 6px;
    margin: 0 1em;
    vertical-align: middle;
}
.optionTxt {
    text-align: left;
    margin: 1rem auto;
}
@media print, screen and (min-width: 960px) {
    .optionTxt {
        width: max-content;
    }
}

@media print, screen and (min-width: 960px) {
    .box1,
    .box2,
    .box3,
    .box4 {
        width: calc(99%/4);
    }
    .box1,
    .box2,
    .box3 {
        border-right: 1px dotted #9e0059;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .box1,
    .box2,
    .box3,
    .box4 {
        width: calc(99%/2);
    }
    .box1,
    .box3 {
        border-right: 1px dotted #9e0059;
    }
}
.box1 img,
.box2 img,
.box3 img,
.box4 img {
    width: 90%;
    border: 1px solid #dcdcdc;
    border-radius: 4px;
}
@media print, screen and (min-width: 520px) {
    .lpTxt,
    .lpHallTxt {
        width: calc(100% - 40%);
    }
    .lpImg,
    .lpHallImg2 {
        width: 40%;
    }
}
.lpTxt h3,
.lpHallTxt h3 {
    font-size: 130%;
    color: #9e0059;
    border-bottom: 1px dotted #9e0059;
    letter-spacing: 3px;
    font-weight: normal;
    margin: 0 1rem;
    padding: 0 0 0 1rem;
    text-align: left;
}
.lpTxt p,
.lpHallTxt p {
    text-align: left;
    margin: 1rem;
    line-height: 2.4;
}
.lpTxt img {
    text-align: center;
    margin: auto;
}
.lpHallImg {
    width: calc(100%/3);
}
.lpHallImg img,
.lpHallImg2 img {
    width: 98%;
    border: 1px solid #dcdcdc;;
}

.btnLink {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    width: max-content;
    max-width: 280px;
    padding: .5rem 2rem .5rem 1.5rem;
    background: #ffe6f4;
    border-radius: 100vh;
    position: relative;
    transition: 0.5s;
    letter-spacing: .08rem;
    box-shadow: 2px 2px 2px rgb(216 216 216 / 60%);
}
.btnLink:before {
    content: '';
    width: 7px;
    height: 7px;
    border-top: 2px solid #9e0059;
    border-right: 2px solid #9e0059;
    transform: rotate(45deg);
    margin-right: 0.5rem;
}
.btnLink a {
    color: #9e0059;
}
.btnLink a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

h3.midashi1 {
    color: #9e0059;
    font-weight: normal;
}
h3.midashi1 span,
.planSaijo h3 span {
    font-size: 140%;
    margin: 0 .5rem;
}
h3.midashi1.waku {
    border: 1px solid;
    border-radius: 3px;
}
.subMenu a {
    display: inline-block;
    width: 100%;
    padding: 5px 0;
}
.subMenu a:hover {
    background: #d2f4e3;
}
.imgTxt {
    padding: 30px 0 0;
}
.imgTxt .txtL {
    text-align: justify;
    margin: 0 1rem;
    line-height: 2.4;
}
@media print, screen and (min-width: 960px) {
    .lpForm {
        display: flex;
        justify-content: space-evenly;
    }
    .subMenu {
        max-width: 960px;
    }
    .shiminsou.flex {
        flex-wrap: nowrap;
    }
}
@media print, screen and (min-width: 520px) {
    .subMenu {
        display: flex;
        justify-content: space-evenly;
        background: #f6f7f9;
        margin: 40px auto;
    }
    .subMenu p {
        margin: 0;
        box-sizing: border-box;
        width: calc(100% / 4);
    }
    .imgTxt {
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }
    .fdR {
        flex-direction: row-reverse;
    }
    .imgTxt .txt {
        width: 60%;
    }
    .imgTxt .img {
        width: 40%;
    }
    .imgTxt .img img,
    .lpImg img {
        max-width: 450px;
        width: 100%;
    }
    .lpForm img {
        max-width: 450px;
        margin: 2rem 0 0;
    }
    .lpFormOne img {
        max-width: 800px;
        margin: 2rem 0 0;
    }
    .shiminsou {
        max-width: 960px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .shiminsou.flex {
        justify-content: space-evenly;
    }
    .shiminsou .circle {
        order: 2;
        margin-bottom: 20px;
    }

}
@media screen and (max-width: 519px) {
    .subMenu p {
        border: 1px solid #9e0059;
        border-radius: 3px;
        margin: 10px auto;
        display: inline-block;
        width: 300px;
    }
    .lpForm img {
        margin-top: 2rem;
    }
}
.waku,
.lpImg img {
    border: 1px solid #dcdcdc;
}
.yaR1 {
    margin: 1px 0 4px 8px;
    vertical-align: middle;
}
