* {
    float: none;
    position: static;
    margin: 0;
    padding: 0;
}

div, p {
    margin: 0 auto;
}
.clear {
    clear: both;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}
img.waku {
    border: 1px solid #dcdcdc;
}
img.mar {
    margin: 5px 0;
}
a {
    text-decoration: none;
    color: #000;
}

@media print {
    .no-print {
        display: none !important;
    }
}

.mini90 {
    font-size: 90%;
}

hr {
    color: #dcdcdc;
    background-color: #dcdcdc;
    height: 1px;
    border: none;
    padding: 0;
}
hr.mar {
    margin: 30px auto 0;
}
ul {
    list-style-type: none;
}
.txtL {
    text-align: justify;
    line-height: 30px;
    margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
    .txtL {
    max-width: 960px;
    }
}
@media screen and (max-width: 519px) {
    .txtL {
        line-height: 23px;
    }
}

.fontRed {
    color: #f00;
}

.btnLink {
    margin: 10px;
}
.btnLinkCounsel,
.btnLinkFloral {
    margin: 35px 10px;
}

.btnLink a,
.btnLinkCounsel a,
.btnLinkFloral a,
.saijoPic a {
    display: inline-block;
    padding: .2rem 1rem;
    border-radius: 0.3em;
    border: 1px solid #003793;
    background: #f2f9fc;
    color: #003793;
    letter-spacing: .1em;
    line-height: 1.5;
    max-width: 140px;
    font-size: 1rem;
}
.btnLink a {
    padding: 6px 10px;
    max-width: 250px;
    box-shadow: 1px 1px 2px rgb(102 102 102 / 85%);
}
.btnLinkFloral a {
    max-width: 100%;
    padding: 4px 8px 1px;
}
.btnLinkFloral img {
    width: auto;
    height: 30px;
    margin: 0 20px;
    vertical-align: middle;
}

.saijoPic a {
    width: 95%;
    max-width: 400px;
    margin: 20px auto;
}
.saijoPic a:hover,
.btnLink a:hover,
.btnLinkCounsel a:hover,
.btnLinkFroral a:hover {
    background: rgba(229, 229, 254, 0.95);
}
.sp-footerFreedial a {
    color: #003793;
}

@media print, screen and (min-width: 960px){
.sougiPlan .btnLink a {
    margin: 10px 20px 20px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .btnLink a {
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 519px) {
    .btnLink {
        text-align: center;
    }
    .btnLink a {
        margin: 10px 0 20px;
    }
    .btnLinkCounsel, .btnLinkFloral {
        margin: 5px 4px;
    }
    .service .btnLink a {
        margin: 10px 0 15px;
    }
    .goods_service .btnLink a {
        margin: 10px 20px 25px;
    }
}

@media print, screen and (min-width: 960px) {
    .tablet-sp-menuT,
    .tablet-sp-urgent,
    .tablet-br,
    .sp-br,
    .tablet-sp-br,
    .tablet-sp-img,
    .tablet-footerFreedial,
    .sp-footerFreedial,
    .tablet-clear {
        display: none !important;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .menuB,
    .pc-headerC,
    .pc-headerR,
    .pc-menuT,
    .pc-br,
    .sp-br,
    .pc-img,
    .pc-space,
    .pc-footerFreedial,
    .sp-footerFreedial,
    .footerLink {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    .footerLogo,
    .menuB,
    .pc-headerC,
    .pc-headerR,
    .pc-menuT,
    .pc-br,
    .tablet-br,
    .pc-img,
    .pc-tablet-img,
    .pc-space,
    .pc-tablet-space,
    .pc-footerFreedial,
    .tablet-footerFreedial,
    .tablet-clear {
        display: none !important;
    }
}

/* for body */
@media print, screen and (min-width: 960px) {
    body {
        width: 100%;
        text-align: center;
        font-size: 1.1rem;
        line-height: 1.8;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    body {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 519px) {
    body {
        /* for Android Chrome 40 upper */
        font-family: Helvetica;
    }
}

.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 110px;
    }
}
@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 105px;
    }
}

@media print, screen and (min-width: 960px) {
    .container {
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #003793;
    }
}

/* for section */
.backG {
    background: #ebffe6;
}

@media print, screen and (min-width: 960px) {
    section {
        width: 90%;
        max-width: 1280px;
        margin: auto;
        padding: 40px 0;
        line-height: 30px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    section {
        width: 95%;
        margin: auto;
        font-size: 15px;
        line-height: 25px;
        padding: 20px 0;
    }
}
@media screen and (max-width: 519px) {
    section {
        width: 95%;
        margin: auto;
        font-size: 14px;
        line-height: 20px;
        padding: 20px 0;
    }
    section .txt {
        width: 93%;
        text-align: left;
    }
}
section::after {
    content: "";
    display: block;
    clear: both;
}

h1,h2,h3 {
    margin: 0 auto;
    padding: 5px 0;
    font-weight: normal;
    color: #666;
    letter-spacing: 0.07em;
}
h2.copy {
    font-size: 140%;
    color: #0a1a80;
    margin: 0 0 30px;
    line-height: 30px;
}
h3.copy {
    font-size: 160%;
    font-weight: normal;
    color: #0a1a80;
    background: url("../images/logo_bird.png") 0 center no-repeat #fff;
    padding: 5px 0 20px;
    display: flex;
    align-items: center;
    text-align: justify;
}
h3.copy::after {
  border-top: 1px solid #0a1a80;
  content: "";
  flex-grow: 1;
  margin-left: 1em;
}
h3.copy span {
  padding-left: 60px;
}

@media print, screen and (min-width: 960px) {
    h1,h2 {
        font-size: 75%;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    h1,h2 {
        text-align: center;
        font-size: 70%;
        line-height: 17px;
    }
    h2.copy {
        font-size: 120%;
        color: #0a1a80;
        margin: 0 0 10px;
        line-height: 30px;
    }
}
@media screen and (max-width: 519px) {
    h1,h2 {
        text-align: center;
        font-size: 70%;
        line-height: 17px;
    }
    h2.bottom {
        padding: 5px 0 25px;
    }
    h2.membership {
        font-size: 14px;
        line-height: 20px;
    }
    h2.copy {
        font-size: 120%;
        color: #0a1a80;
        margin: 0 0 10px;
        line-height: 30px;
    }
    h3.copy {
        font-size: 145%;
        padding: 0 0 10px;
        text-align: center;
        padding-top: 5px 0 25px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    h3.copy {
        font-size: 160%;
        font-weight: normal;
        color: #0a1a80;
        background: url("../images/logo_bird.png") 0 center no-repeat #fff;
        margin-top: -40px;
        padding: 40px 0;
        display: flex;
        align-items: center;
        text-align: justify;
    }
}
h4.copyright {
    margin: 0 auto;
    padding: 15px 0;
    font-size: 75%;
    font-weight: normal;
    letter-spacing: 0.07em;
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    h4.copyright {
        padding: 15px 0 0;
    }
    h4.copyright span {
        padding: 0.5em 0;
    }
}
@media screen and (max-width: 519px) {
    h4.copyright {
        padding: 15px 0 0;
        text-align: center;
    }
    h4.copyright span {
        padding: 0.5em 0;

    }
}

/* for header & footer & menu */
header,
footer {
    background: #003793;
}
.menu-inner {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.menu-inner,
.menu.active {
    z-index: 1002;
}
.menu-link {
    color: #003793;
    text-shadow: none;
}
.linkCounsel,
.linkFloral {
  background: #d3e3ff;
}
.linkEmergency {
  background: #fff09e;
}
#fix {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
    background: #003793;
}
.copyright a {
  padding: 0 7px;
}
header .clearfix {
    width: 99%;
    max-width: 1280px;
}
.header-logo {
    float: left;
}
@media print, screen and (min-width: 960px) {
    .menu {
        max-width: 1280px;
        margin: 0 auto;
    }
    .menu-inner li,
    .nav1_1 li {
        border-left: 1px solid #bcbbbb;
    }
    .menu-inner li:nth-child(1),
    .nav1_1 li:nth-child(1),
    .menu-contents li {
        border: none;
    }
    .nav1_1 .menu-item2 {
        width: 24.92%;
        float: left;
    }
    .nav1_1 .menu-link {
        line-height: 2.6;
    }
    .nav1_1::after {
        content: "";
        display: block;
        clear: both;
    }
    .nav1_2 {
        position: absolute;
        top: 1.2%;
        right: 1%;
    }
    .nav1_2 .menu-item2 {
        width: 100%;
    }
    .nav1_2 .menu-link {
        line-height: 1.8;
        padding: 5px 25px 4px;
    }
    .nav1_2 .linkEmergency {
        border-bottom: 4px solid #7e0121;
        border-radius: 0.3em;
    }
    .menu-item1,
    .menu-item2 {
        width: 19.92%;
        height: 100%;
        font-size: 1.1rem;
        text-align: center;
        background: #f2f9fc;
    }
    .menu-item1:hover {
        background: #e5e5ff;
    }
    .menu-item1::after {
        content: "";
        position: absolute;
        top: 18px;
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out;
        display: block;
        width: 8px;
        height: 8px;
        border-top: 2px solid #003793;
        border-right: 2px solid #003793;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-left: 7px;
    }
    .menu-link {
        display: block;
        height: 100%;
        line-height: 3;
    }
    .menu-link span {
        margin-left: 15px;
    }
    .footerLink {
        display: flex;
    }
    .pc-footerFreedial {
        font-size: 1rem;
        font-weight: normal;
        right: 0.5%;
        top: 5%;
        line-height: 1.5;
        max-width: 400px;
        background: #f2f9fc;
        border-radius: 0.5em;
        margin: 5px 10px;
        padding: 5px 5px;
        color: #003793;
    }
    .pc-footerFreedial span {
        font-size: 1.3rem;
        color: #003793;
    }
    .pc-footerFreedial .freedial {
        font-size: 1.8rem;
        color: #14b061;
        margin: -2px auto -7px;
    }
    .pc-footerFreedial img {
        max-height: 27px;
        margin: -6px 8px 0 0;
        vertical-align: middle;
    }

    .bottomW {
        max-width: 1280px;
        display: flex;
        align-items: center;
    }
    /* メガメニュー */
    .menu-contents {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% - 40px);
        background: #f2f9fc;
        padding: 20px 19.5px 0;
    }
    .menu-contents ul {
        display: flex;
        justify-content: space-around;
    }
    .menu-contents ul li {
        height: 115px;
        margin: 0 5px;
    }
    .menu-contents ul li a {
        display: block;
        color: #003793;
        font-size: 0.9rem;
    }
    .menu-contents ul li img {
        height: 80px;
    }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    footer {
        padding: 5px 0 0 0;
    }
    .bottomW {
        display: flex;
        align-items: center;
    }
}
footer {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
}
header::after,
footer::after {
    content: "";
    display: block;
    clear: both;
}
@media print, screen and (min-width: 960px) {
    header .clearfix {
        position: relative;
        width: 99%;
        max-width: 1280px;
    }
    .header-logo {
        width: 50%;
        text-align: left;
        padding: 10px 0 0;
    }
    .header-logo img {
        max-height: 80px;
        padding: 5px 0;
    }
    .pc-contact1 {
        position: absolute;
        font-size: 1.3rem;
        font-weight: normal;
        right: 0.5%;
        top: 5%;
        line-height: 1.5;
        max-width: 400px;
        background: #f2f9fc;
        border-radius: 0.5em;
        margin: 5px 10px;
        padding: 5px 5px;
        color: #003793;
    }
    .pc-contact1 p {
        font-size: 1rem;
        font-weight: normal;
    }
    .pc-contact1 span {
        font-size: 1.3rem;
        color: #003793;
    }
    .pc-contact2 {
        position: absolute;
        font-size: 2rem;
        font-weight: bold;
        top: 50%;
        right: 0.5%;
    }
    .pc-contact2 a {
        color: #fff;
    }
    .pc-contact1 img,
    .pc-contact2 img {
        max-height: 27px;
        margin: -3px 8px 0 0;
        vertical-align: middle;
    }
    .tablet-sp-link,
    .tablet-sp-menubtn,
    .tablet-sp-contact {
        display: none !important;
    }
}
@media screen and (max-width: 959px) {
    .header-logo img,
    .footerLogo img {
        max-height: 50px;
        height: auto;
        vertical-align: middle;
    }
    .pc-contact1,
    .pc-contact2,
    .pc-menu {
        display: none !important;
    }
    .tablet-sp-header {
        width: 100%;
        max-width: 1280px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tablet-sp-header-inner:before {
        content: "";
        width: 100%;
        background: linear-gradient(43.37deg, #4d4d4d 6.71%, #bcbbbb 101.43%);
        position: absolute;
        top: 0;
        left: 0;
        z-index: -100;
    }
    .tablet-sp-header-inner {
        width: 100%;
        height: 60px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .tablet-sp-menubtn {
        width: 60px;
        height: 100%;
        position: relative;
        display: block;
        z-index: 5000;
        border: none;
        background: #003793;
        cursor: pointer;
    }    
    .tablet-sp-menubtn span {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-indent: 100%;
        width: 22px;
        height: 3px;
        background: #fff;
        position: absolute;
        transition: 0.2s;
        left: 50%;
        top: 50%;
    }    
    .tablet-sp-menubtn span:nth-child(1) {
        transform: translate(-50%, -9px);
    }    
    .tablet-sp-menubtn span:nth-child(2) {
        transform: translate(-50%, -50%);
    }    
    .tablet-sp-menubtn span:nth-child(3) {
        transform: translate(-50%, 6px);
    }    
    .tablet-sp-menubtn.active span {
        width: 27px;
        height: 3px;
        top: 45%;
    }    
    .tablet-sp-menubtn.active span:nth-child(1) {
        transform: translate(-50%, 50%) rotate(45deg);
    }    
    .tablet-sp-menubtn.active span:nth-child(2) {
        opacity: 0;
        left: 50%;
    }    
    .tablet-sp-menubtn.active span:nth-child(3) {
        transform: translate(-50%, 50%) rotate(-45deg);
    }
    .menu {
        position: fixed;
        top: 60px;
        left: 0;
        width: 100%;
        height: calc(100% - 60px);
        color: #fff;
        text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.85);
        overflow: auto;
        opacity: 0;
        visibility: hidden;
        transition: opacity .6s ease, visibility .6s ease;
    }
    .menu.active {
        opacity: 100;
        visibility: visible;
    }
    .menu-inner {
        display: block;
        height: auto;
        margin: 0 auto;
    }    
    .menu-item1,
    .menu-item2 {
        border-bottom: 1px solid #bcbbbb;
        width: 100%;
        position: relative;
        background: #f2f9fc;
    }
    .menu-item1::after {
        content: "";
        position: absolute;
        right: 16px;
        top: 30px;
        transform: translateY(-50%);
        transition: all 0.2s ease-in-out;
        display: block;
        width: 10px;
        height: 10px;
        border-top: 2px solid #003793;
        border-right: 2px solid #003793;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .menu-item1:hover {
        background: #e5e5ff;
    }
    .menu-link {
        font-weight: bold;
        font-size: 1.15rem;
        letter-spacing: 0.04rem;
        height: 70px;
        display: flex;
        align-items: center;
        padding-left: 7px;
    }
    /* メガメニュー */
    .menu-contents {
        display: none;
        position: static;
        width: 100%;
        padding: 0;
    }
    .menu-contents img {
        display: none !important;
    }
    .menu-contents ul {
        display: block;
    }
    .menu-contents ul li {
        width: 100%;
        height: auto;
        padding: 10px 0;
    }
    .menu-contents ul li a {
        width: 95%;
        color: #003793;
        display: block;
        text-align: left;
        line-height: 2;
        margin: 0 auto;
        text-shadow: none;
    }
    .tablet-footerFreedial {
        line-height: 1.2;
        width: 100%;
    }
    .tablet-footerFreedial p {
        font-size: 0.8rem;
    }
    .tablet-footerFreedial span {
        font-size: 1.4rem;
        color: #14b061;
    }
    .tablet-footerFreedial .freedial {
        font-size: 1.6rem;
        color: #14b061;
    }
    .tablet-footerFreedial img {
        max-height: 18px;
        vertical-align: middle;
        margin: 0px 8px 4px 0;
    }
    .footerLogo {
        text-align: left;
        width: 100%;
    }
}

.menuB .category {
    border-left: 4px solid #003793;
    padding-left: 7px;
}
@media print, screen and (min-width: 960px) {
    header a:hover,
    footer a:hover {
        opacity: 0.7;
        filter: alpha(opacity=70);
        -ms-filter: "alpha(opacity=70)";
    }
    .headerL, .footerLogo {
        width: 25%;
        float: left;
        padding: 20px 0 10px;
    }
    .headerL img {
        max-height: 100px;
    }
    .pc-headerC {
        float: left;
        width: 27%;
    }


    .btnLinkfloral {
        width: 89.99%;
    }

    .pc-menuT {
        width: 95%;
        max-width: 1280px;
    }
    .menuB {
        display: flex;
        width: 98%;
        max-width: 1280px;
        padding: 1rem 0;
    }
    .pc-menuT::after,
    .menuB::after,
    .pc-headerC::after {
        content: "";
        display: block;
        clear: both;
    }

    .menuB div {
        float: left;
        text-align: left;
        font-size: 95%;
        line-height: 35px;
        padding: 8px 0 8px 2px;
    }
    .menuB .category {
        font-size: 1.05rem;
        margin-bottom: 10px;
        line-height: 1.2;
    }
    .menuB a:hover {
        color: #3590f3;
    }
    .menuB .serviceGroup {
        text-align: left;
        font-size: 0.95rem;
        line-height: 2;
        padding: 0.5rem;
    }
}
@media screen and (max-width: 959px) {
    .footerLogo {
        text-align: left;
        width: 40%;
    }
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    header {
        width: 100%;
        text-align: center;
        line-height: 22px;
    }
    .tablet-sp-menuT {
        float: right;
        width: 40px;
        height: 40px;
        background: url("../images/sp_togglemenu.png") no-repeat 0 0;
        background-size: 80px 40px;
        margin: 20px 20px 0 0;
    }
    .tablet-footerFreedial {
        width: 70%;
        max-width: 300px;
        border-radius: 0.3em;
        float: right;
        background: #f2f9fc;
        margin: 5px 10px 9px;
        padding: 5px 5px 10px;
    }
    .tablet-footerFreedial p {
        font-size: 80%;
    }
    .tablet-footerFreedial span {
        font-size: 130%;
        color: #003793;
    }
    .tablet-footerFreedial .freedial {
        font-size: 120%;
        color: #003793;
        margin: -2px auto -7px;
    }
    .tablet-footerFreedial img {
        max-height: 27px;
        margin: -5px 8px 0 0;
    }
}
@media screen and (max-width: 519px) {
    header {
        width: 100%;
        text-align: center;
        line-height: 22px;
    }
    .headerL {
        width: 80%;
        float: left;
        text-align: left;
        padding: 3px 0 0 10px;
    }
    .headerL img {
        height: 45px;
        margin-top: 3px;
    }
    footer .container {
        width: 95%;
    }
    .footerLogo img {
        margin: 3px 0 0 0;
    }
    .sp-footerFreedial {
        background: #f1e557;
        border-radius: 0.3em;
        margin-top: 5px;
        padding: 5px 0 4px;
        text-align: center;
        width: 96%;
        max-width: 310px;
    }
    .sp-footerFreedial img {
        width: 30px;
        margin: -3px 5px 0 7px;
        vertical-align: middle;
    }
    footer .btnLinkCounsel {
        float: left;
        width: 49.99%;
    }
    .footerLink {
        display: flex;
        justify-content: space-around;
    }
    .footerLink::before {
        content: "";
        display: block;
        clear: both;
    }
    .footerLink p {
        text-align: center;
        margin-top: 5px;
        padding: 5px 0 4px;
        width: 50%;
    }
    .btnLinkCounsel a {
        padding: .2rem 0;
        width: 100%;
        max-width: 98%;
    }
    .tablet-sp-menuT {
        width: 40px;
        float: right;
        height: 40px;
        background: url("../images/sp_togglemenu.png") no-repeat 0 0;
        background-size: 80px 40px;
        margin: 7px 8px 0 0;
    }
    .menuB {
        font-size: 90%;
        line-height: 30px;
        padding-top: 15px;
    }
    .menuB div {
        margin: 10px 0 20px 20px;
    }
    .menuB .category {
        font-size: 105%;
        margin: 0 0 10px 5px;
        line-height: 1;
    }
    .menuB p {
        margin-left: 2%;
    }
}

.topImg img {
    width: 100%;
    vertical-align: bottom;
}
@media print, screen and (min-width: 960px) {
    .topImg img {
        max-width: 1280px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .topImg img {
        max-width: 750px;
    }
}

/* for attention & home */
@media screen and (min-width: 960px) {
        .attention {
            padding-top: 40px;
        }
        .attL {
            float: left;
            width: 57.99%;
            padding-top: 10px;
        }
        .attR {
            float: right;
            width: 41.99%;
        }
}
@media print, screen and (min-width: 520px) and (max-width: 959px) {
        .attL {
            float: left;
            width: 57.99%;
            padding-top: 10px;
        }
        .attR {
            float: right;
            width: 41.99%;
        }
}
@media screen and (max-width: 519px) {
        .attR {
            text-align: center;;
        }
}

.attR img {
    width: 80%;
    max-width: 360px;
    padding-top: 20px;
}
.chui {
    height: 35px;
    vertical-align: middle;
    margin-right: 10px;
}

/* for network */
@media screen and (min-width: 520px) {
        .netL {
            float: left;
            width: 59.99%;
        }
        .netR {
            float: right;
            width: 39.99%;
        }
}
@media screen and (max-width: 519px) {
        .netL {
            margin: 0 auto 20px;
        }
        .netR {
            text-align: center;;
        }
}

.areamap {
    margin: 40px auto 0;
    width: 90%;
    max-width: 800px;
}
ul.shopList {
    margin: 10px auto 0;
}
ul.shopList li {
    float: left;
    width: calc(100%/5);
    text-align: left;
    padding: 5px 0 0;
}
@media screen and (max-width: 519px) {
    ul.shopList {
        margin: 10px 20px 0;
    }
    ul.shopList li {
        float: none;
        width: auto;
    }
}




/* for plan saijo service */
.saijoTitle,
.serviceTitle {
    margin: 0 auto 8px;
    font-size: 120%;
    letter-spacing: 1px;
}
.anchi {
    margin-top: 30px;
}
@media print, screen and (min-width: 960px) {
    .saijoPic,
    .servicePic {
        width: 32.5%;
        float: left;
        padding: 0 3px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .saijoPic,
    .servicePic {
        float: left;
        margin: 0 3px;
        width: 48.5%;
        padding-top: 5px;
    }
    .saijoPicOne,
    .servicePicOne {
        margin-left: 25.5%;
    }
    .txtPlan {
        text-align: center;
    }
}
@media screen and (max-width: 519px) {
    .saijoPic,
    .servicePic {
        padding-top: 5px;
        text-align: center;
    }
    .saijoPic p,
    .servicePic p {
        font-size: 110%;
    }
    .txtPlan {
        line-height: 23px;
    }
}

.sougiPlan .btnLink a.login {
    background: #f1a31a;
    border-bottom: 4px solid #b47700;
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    .sougiPlan {
        padding-bottom: 15px;
    }
    .sougiPlan .btnLink a {
        margin: 10px 20px 0;
    }
}

@media screen and (max-width: 519px) {
    .sougiPlan .btnLink a {
        margin: 10px 5px 5px;
    }
    .sougiPlan .btnLink a.login {
        margin-bottom: 25px;
    }
}
@media print, screen and (min-width: 960px) {
        .planL {
            float: left;
            width: 39.99%;
        }
        .saijoL {
            float: left;
            width: 48.99%;
        }
        .planR {
            float: right;
            width: 57.99%;
        }
        .saijoR {
            float: right;
            width: 48.99%;
        }
        .anchiL {
            float: left;
            width: 59.99%;
        }
        .anchiR {
            float: right;
            width: 39.99%;
        }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
        .saijoL {
            float: left;
            width: 48.99%;
        }
        .saijoR {
            float: right;
            width: 48.99%;
        }
}
@media screen and (max-width: 519px) {
        .planL,
        .saijoL,
        .saijoR {
            text-align: center;
        }
        .saijoR {
            margin-top: 20px;
        }
}

.planL img,
.anchiR img {
    width: 100%;
    max-width: 300px;
}
.saijoL img,
.saijoR img {
    width: auto;
    max-height: 300px;
}
.careEmbalming .btnLink a.login {
    background: #f1a31a;
    border-bottom: 4px solid #b47700;
}
@media print, screen and (min-width: 960px)
.careEmbalming .btnLink a {
    padding: 7px 12px 6px;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .careEmbalming {
        padding-bottom: 15px;
    }
    .careEmbalming .btnLink a {
        margin: 10px 3px 0;
    }
}

@media screen and (max-width: 519px) {
    .careEmbalming .btnLink a {
        margin: 10px 5px 5px;
    }
    .careEmbalming .btnLink a.login {
        margin-bottom: 25px;
    }
}

@media print, screen and (min-width: 960px) {
        .planL {
            float: left;
            width: 39.99%;
        }
        .saijoL {
            float: left;
            width: 48.99%;
        }
        .planR {
            float: right;
            width: 57.99%;
        }
}
@media screen and (max-width: 519px) {
        .planL,
        .saijoL,
        .anchiR {
            text-align: center;;
        }
}



/* for plan */
.price,
.family,
.oneday,
.shiminM,
.shimin {
    border-radius: 0.3em;
}
.price a:hover,
.family a:hover,
.oneday a:hover,
.shiminM a:hover,
.shimin a:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
.price {
    background: #fefbff;
    border: 2px solid #ef798a;
    text-align: center;
}
.family,
.shiminM {
    background: #f5fdf9;
    border: 2px solid #34d1bf;
    text-align: center;
}
.oneday,
.shimin {
    background: #f2f9fc;
    border: 2px solid #3590f3;
    text-align: center;
}
.planTitle {
    font-size: 120%;
    font-weight: bold;
    color: #333;
}
.planPrice {
    font-size: 130%;
    font-weight: bold;
    color: #333;
    letter-spacing: 0.07em;
    padding-top: 5px;
}

.price .planPrice .priceBig {
    font-size: 150%;
    color: #ef798a;
    padding-right: 3px;
}
.family .planPrice .priceBig,
.shiminM .planPrice .priceBig {
    font-size: 150%;
    color: #34d1bf;
    padding-right: 3px;
}
.oneday .planPrice .priceBig,
.shimin .planPrice .priceBig {
    font-size: 150%;
    color: #3590f3;
    padding-right: 3px;
}
.priceMini {
    font-size: 55%;
    color: #333;
    letter-spacing: 0.07em;
}
.planTxt {
    color: #333;
    letter-spacing: 0.07em;
    line-height: 25px;
    text-align: justify;
    padding-top: 8px;
}

.price a,
.family a,
.oneday a,
.shiminM a,
.shimin a {
    display: block;
}

.priceL h2.copy,
.priceR h2.copy {
    font-size: 145%;
    color: #0a1a80;
    margin: 0 0 5px;
    line-height: 30px;
}
h2.saijoCopy {
    font-size: 130%;
    color: #0a1a80;
    margin: 20px 0 5px;
    line-height: 30px;
}
.priceTxt {
    line-height: 30px;
    text-align: center;
    padding-bottom: 15px;
}
h2.sub {
    max-width: 97%;
    height: 25px;
    margin: 5px 0 10px;
    padding: 10px;
    color: #fff;
    background: #003793;
    font-size: 120%;
}
.saijo2 {
    text-align: center;
    margin: 0 3px 20px;
    padding: 10px 5px 7px;
}


@media print, screen and (min-width: 960px) {
    .price,
    .family,
    .oneday,
    .shiminM,
    .shimin {
        width: 29.5%;
        height: 155px;
        float: left;
        margin: 30px 3px 20px;
        padding: 10px 10px 7px;
    }
    .saijo {
        width: 48.9%;
        float: left;
        margin: 0 3px 20px;
        padding: 10px 5px 7px;
    }
    .saijoW {
        display: flex;
        align-items: flex-end;
        width: 90%;
    }
    .priceL {
        width: 49.9%;
        float: left;
        line-height: 25px;
        padding-top: 8px;
    }
    .priceR {
        width: 49.9%;
        float: right;
        line-height: 25px;
        padding-top: 8px;
    }
    .service {
        width: 32.6%;
        float: left;
        padding: 40px 2px 0;
    }
    .goods_service {
        width: 47.5%;
        float: left;
        padding-top: 40px;
    }
}


@media screen and (min-width: 520px) and (max-width: 959px) {
    .price,
    .family,
    .oneday,
    .shiminM,
    .shimin,
    .saijo {
        width: 80%;
        margin: 20px auto 10px;
        padding: 8px 10px;
        text-align: center;
    }
    .priceL {
        width: 49.5%;
        float: left;
        line-height: 25px;
        padding-top: 8px;
    }
    .priceR {
        width: 49.5%;
        float: right;
        line-height: 25px;
        padding-top: 8px;
    }
    .planTxt {
        color: #333;
        letter-spacing: 0.07em;
        line-height: 25px;
        text-align: justify;
        padding-top: 8px;
    }
    .priceL h2.copy,
    .priceR h2.copy {
        font-size: 120%;
        color: #0a1a80;
        margin: 0 0 5px;
        line-height: 30px;
    }
    .priceTxt {
        line-height: 30px;
        text-align: center;
        padding-bottom: 15px;
    }
    .service {
        width: 47.5%;
        float: left;
        margin: 0 6px;
        text-align: center;
        padding-top: 20px;
    }
    .serviceMar1 {
        margin-left: 25%;
    }
    .goods_service {
        width: 47.5%;
        float: left;
        margin: 0 6px;
        text-align: center;
        padding-top: 40px;
    }
}

@media screen and (max-width: 519px) {
    .price,
    .family,
    .oneday,
    .shiminM,
    .shimin,
    .saijo,
    .saijo2 {
        margin: 20px 2px 10px;
        padding: 8px 10px;
        line-height: 25px;
        text-align: center;
    }
    .service,
    .goods_service {
        text-align: center;
        margin: 10px 0;
        padding-top: 30px;
    }
    .priceTxt {
        line-height: 23px;
        text-align: center;
        padding-bottom: 15px;
        }
}
    .saijoW {
        text-align: center;
        }





/* for saijo */
.saijoPic p.saijoTitle {
    margin: 0 auto 8px;
    font-size: 120%;
    letter-spacing: 1px;
}
@media print, screen and (min-width: 960px) {
    .saijoPic1 {
        max-width: 100%;
        height: auto;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .saijoPic {
        float: left;
        margin: 0 3px;
    }
    .saijoPic {
        width: 48.5%;
        padding-top: 5px;
    }
    .saijoPic p {
        font-size: 110%;
    }
    .saijoPicOne {
        margin-left: 25.5%;
    }
}
@media screen and (max-width: 519px) {
    .saijoPic {
        padding-top: 5px;
        text-align: center;
    }
    .saijoPic p {
        font-size: 110%;
    }
}

/* for page-top */
#page-top {
    position: fixed;
    right: 7px;
}
#page-top a {
    background: url("../images/page-top.png") no-repeat;
    width: 50px;
    height: 50px;
    display: block;
}
@media print, screen and (min-width: 960px) {
    #page-top {
        bottom: 125px;
        right: 7px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #page-top {
        bottom: 98px;
        right: 7px;
    }
}
@media screen and (max-width: 519px) {
    #page-top {
        bottom: 105px;
        right: 7px;
    }
    #page-top a {
        background: url("../images/page-top.png") center/80% no-repeat;
        width: 40px;
        height: 40px;
    }
}
/* for useful */
ul.usefulmenu {
    max-width: 800px;
    margin: 10px auto 0;
}
ul.usefulmenu li {
    float: left;
    width: calc(100%/3);
    padding: 5px 0 0;
}
ul.usefulmenu li a {
    width: 85%;
    height: auto;
    border-radius: 0.3em;
    background: #f2f9fc;
    border: 1px solid #003793;
    box-shadow: 1px 1px 2px rgb(102 102 102 / 85%);
    color: #003793;
    padding: 5px 10px;
    display: inline-block;
    text-align: center;
    font-size: 1.0rem;
}
ul.usefulmenu a:hover {
    color: #003793;
    background: rgba(229, 229, 254, 0.95);
}

@media screen and (min-width: 520px) and (max-width: 959px) {
    ul.usefulmenu li a {
        font-size: 0.9rem;
    }
}
@media screen and (max-width: 519px) {
    div.usefulmenuW {
        margin: 0 auto;
    }
    ul.usefulmenu li {
        float: none;
        width: 60%;
        margin: 10px auto;
    }
}

/* for cust */
.custAddress {
    margin: 20px auto 20px;
    font-size: 110%;
    line-height: 30px;
}
.custAddress span {
    padding-left: 30px;
}

@media print, screen and (min-width: 960px) {
    .cust {
        width: 90%;
        padding-top: 40px;
    }
    .custL {
        width: 35%;
        float: left;
    }
    .custR {
        width: 65%;
        float: right;
        padding-top: 20px;
    }
    .custImg {
        width: 85%;
        max-width: 350px;
    }


}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .cust {
        width: 90%;
        padding-top: 40px;
    }
    .custL {
        width: 35%;
        float: left;
    }
    .custR {
        width: 63%;
        float: right;
        padding-top: 5px;
    }
}
@media screen and (max-width: 519px) {
    .cust {
        width: 95%;
    }
    .custAddress {
        width: 90%;
    }
    .custL {
        padding-top: 20px;
        text-align: center;
    }
    .custR {
        padding-top: 20px;
    }
    .custImg {
        width: 85%;
        max-width: 300px;
        margin: 10px auto;
    }
}

iframe {
    width: 100%;
    aspect-ratio: 16/9; //アスペクト比（縦横比）を指定
}

.promiseList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 20px;
}
.promiseList > div {
    margin: 4rem 0 0;
    display: flex;
    flex-direction: column;
    width: calc(100%/3 - 40px);
    justify-content: center;
    flex-wrap: wrap;
    border: 1px solid #003793;
    position: relative;
}
.promiseTxt {
    text-align: justify;
    font-size: 90%;
    padding: 1rem;
    flex-grow: 1;
}
.promiseTxt p {
    position: absolute;
    content: "";
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    background: #f2f9fc;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 80px;
    height: 80px;
    line-height: 1.6;
    color: #003793;
    border: 1px solid;
}
.promiseTxt p span {
    display: block;
    font-size: 200%;
    line-height: 1;
    font-weight: bold;
    text-shadow: 1px 2px 1px #fcf723;
}
.promiseImg img {
    border-bottom: 1px solid #dcdcdc;
}
.flip-horizontal {
    transform: scale(-1, 1);
}
@media screen and (max-width: 959px) {
    .promiseList > div {
        width: 90%;
        max-width: 350px;
    }
    .promiseTxt {
        font-size: 100%;
        line-height: 1.8;
    }
}