* {
    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%;
    border: none;
    vertical-align: bottom;
}
a {
    text-decoration: none;
    color: #333;
}
@media screen and (min-width: 520px) {
    a[href^="tel:"] {
        pointer-events: none;
    }
}

@media print, screen and (min-width: 960px) {
    .tablet-sp-img,
    .floralTxt-sp,
    .tablet-sp-br,
    .tablet-br {
        display: none !important;
    }
}
@media print, screen and (min-width: 520px) {
    .sp-br,
    .sp-fix-tel,
    .sp-img {
        display: none !important;
    }
}
@media screen and (max-width: 959px) {
    .sideBtn,
    .pc-fix-logo,
    .pc-img,
    .pc-space,
    .pc-br {
        display: none !important;
    }
}
@media screen and (max-width: 519px) {
    .pc-tablet-br,
    .pc-tablet-space,
    .pc-tablet-fix-tel,
    .pc-tablet-img,
    .fix-link {
        display: none !important;
    }
}

/* body */
body {
    text-align: center;
    font-size: 1.1rem;
    line-height: 1.8;
    color: #333;
}
@media screen and (max-width: 519px) {
    body {
        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 66px;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .BodyMain {
        margin: 0 auto 75px;
    }
}
@media screen and (max-width: 519px) {
    .BodyMain {
        margin: 0 auto 57px;
    }
}
.container {
    width: 99%;
}
@media print, screen and (min-width: 960px) {
    .container {
        max-width: 1280px;
    }
}

/* section */
section {
    margin: 0;
    padding: 0;
}
section::after {
    content: "";
    display: block;
    clear: both;
}
.secWrap {
    box-sizing: border-box;
    background: #fff;
}
section.sec1 {
    background: #efefef;
    padding: 40px 0 140px;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 8vw), 0 100%);
    border-top: 1px solid rgba(0, 0, 0, .1);
}
section.sec2 {
    padding: 0 0 40px;
}
@media screen and (max-width: 959px) {
    section.sec1 {
        padding: 40px 0 100px;
    }
    section.sec2 {
        padding: 20px 0 40px;
    }
}

.shadow {
    filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, .3));
}
.fadein {
    opacity : 0.1;
    transform : translate(0, 60px);
    transition : all 1000ms;
}
.fadein.scrollin {
    opacity : 1;
    transform : translate(0, 0);
}

.copyright {
    font-weight: normal;
    padding: 3px 0;
    background: #e3bfd6;
}
.copyright,
.copyright a {
    color: #89005f;
}
@media screen and (min-width: 520px) {
    .copyright {
        font-size: 75%;
    }
}
@media screen and (max-width: 519px) {
    .copyright {
        font-size: 70%;
    }
}

/* header & footer & menu */
header,
#fix {
    background: rgba(255, 255, 255, 0.9);
}
#fix {
    border-top: 2px solid #dcdcdc;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1002;
    padding: 5px 0 0;
}
@media print, screen and (min-width: 960px) {
    #fix .flex {
        justify-content: space-between;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    #fix .flex {
        justify-content: space-around;
    }
}
header .clearfix {
    width: 99%;
    max-width: 1280px;
}
.menu,
.menu-contents,
.tablet-sp-menubtn {
    background: #2a2c61;
}
.tablet-sp-menuBestnet,
.tablet-sp-menuBestnet .menu-contents {
    background: #dd97c8;
}
.pc-contact1 a,
.pc-tablet-fix-tel a,
.infoTel a {
    font-weight: bold;
    font-size: 200%;
    color: #8a0261;
}
.pc-contact1 img,
.pc-tablet-fix-tel img,
.infoTel img {
    vertical-align: middle;
    max-height: 40px;
    margin: -6px 7px 0 0;
}
.pc-tablet-fix-tel {
    font-size: 90%;
    font-weight: normal;
    margin: 0;
    line-height: 1.2;
}
.fix-link .btnLink a {
    margin: 0;
    width: 180px;
}
@media print, screen and (min-width: 960px) {
    header .clearfix {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pc-fix-logo {
        margin: 0;
    }
    .header-logo img,
    .pc-fix-logo img {
        max-height: 100px;
    }
    h1 a,
    .pc-fix-logo a {
        display: inline-block;
    }
    .pc-contact1 {
        margin: 8px 5px;
    }
    .pc-contact1 {
        line-height: 1.2;
    }
    .infoTel {
        line-height: 1.4;
    }
    .pc-link a {
        display: flex;
        align-items: center;
        color: #fff;
    }
    .pc-link img {
        max-width: 55px;
        width: 90%;
        margin-right: -60px;
        z-index: 0;
    }
    .pc-link a p {
        border-radius: 30px;
        background: linear-gradient(#3ea649,#3e8a46);
        padding: 4px 14px 4px 60px;
    }
    .pc-contact1 p,
    .infoTel p {
        font-size: 90%;
    }
    .tablet-sp-menuBestnet,
    .tablet-sp-link,
    .tablet-sp-menubtn,
    .tablet-sp-contact {
        display: none !important;
    }
}
@media screen and (max-width: 959px) {
    h1 {
        text-align: left;
    }
    .pc-link,
    .pc-contact1,
    .pc-menu,
    .pc-menuBestnet {
        display: none !important;
    }
    .tablet-sp-contact {
        color: #fff;
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
        padding-top: 20px;
    }
    .tablet-sp-contact a {
        color: #fff;
    }
    .tablet-sp-contact img {
        max-height: 25px;
        margin: -5px 8px 0 0;
        vertical-align: middle;
    }
    .infoTel {
        line-height: 1.2;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .fix-link .btnLink a {
        padding: 5px 0;
        font-size: 90%;
    }
    .pc-tablet-fix-tel a {
        font-size: 2rem;
    }
    .pc-tablet-fix-tel img {
        max-height: 42px;
        margin: -6px 5px 0 0;
    }
}
@media screen and (max-width: 519px) {
    .infoTel {
        line-height: 1.6;
    }
    .infoTel a {
        font-size: 1.75rem;
    }
    .infoTel p.txt1 span.ruby {
        margin: 0 0 0 0.5rem;
        letter-spacing: 0;
    }
    .sp-fix-tel {
        margin: 5px 0;
    }
    .sp-fix-tel img {
        width: 30px;
        margin: -3px 5px 0 0;
        vertical-align: middle;
    }
    .sp-fix-tel .btnLink a {
        margin: 0;
        padding: 6px 10px;
    }
    .fix-link .btnLink a {
        width: 110px;
        margin: 3px 0;
        padding: 6px 14px;
    }
}
.menu-inner {
    display: flex;
    align-items: center;
    height: 50px;
    position: relative;
}
.menu-inner,
.menu.active {
    z-index: 1003;
}
.menu-link {
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.85);
}
@media print, screen and (min-width: 960px) {
    #menu {
        border-top: 1px solid #eee;
    }
    .menu {
        max-width: 1280px;
        margin: 0 auto;
    }
    .menu-inner li,
    .nav1_1 li {
        border-left: 1px solid #eee;
    }
    .menu-inner li:nth-child(1) {
        border-left: none;
    }
    .nav1_1 li:nth-child(1),
    .menu-contents li {
        border: none;
    }
    .nav1_1 .menu-item2 {
        width: 33.26%;
        float: left;
    }
    .nav1_1 .menu-link {
        line-height: 2.6;
    }
    .nav1_1::after {
        content: "";
        display: block;
        clear: both;
    }
    .menu-item1,
    .menu-item2 {
        width: 21.5%;
        height: 100%;
    }
    .menu-item1:hover {
        background: #2a2c61;
    }
    .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 #fff;
        border-right: 2px solid #fff;
        -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;
    }
    /* メガメニュー */
    .menu-contents {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: calc(100% - 40px);
        padding: 20px;
        background: rgba(42, 44, 97, 0.8);
    }
    .menu-contents ul {
        display: flex;
        justify-content: space-around;
    }
    .menu-contents ul li {
        height: 95px;
        margin: 0 5px;
    }
    .menu-contents ul li a {
        display: block;
        color: #fff;
        font-size: 0.9rem;
    }
    .menu-contents ul li img {
        width: 120px;
        height: 80px;
        object-fit: cover;
    }
    .bgcolorMenu {
        background-color: #f9f0f6;
        border-top: 1px solid #e3bfd6;
    }
    .pc-menu {
        display: flex;
        width: 98%;
        max-width: 1280px;
        padding: 1.5rem 0;
    }
    .pc-menu .serviceGroup {
        text-align: left;
        font-size: 0.95rem;
        line-height: 2;
        padding: 0.5rem;
    }
    .pc-menu .category {
        border-left: 4px solid #8a0261;
        font-size: 1.05rem;
        line-height: 1.5rem;
        margin-bottom: 0.5rem;
        padding-left: 0.5rem;
    }
    .pc-menu .emergency a {
        color: #c03;
    }
}
.pc-menuBestnet {
    width: max-content;
    display: flex;
    font-size: 0.95rem;
    padding-bottom: 1rem;
}
.pc-menuBestnet a {
    padding: 0 1.5rem;
}
@media screen and (max-width: 959px) {
    .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;
    }
    .header-logo img {
        height: 60px;
        vertical-align: middle;
    }
    .tablet-sp-menubtn {
        width: 60px;
        height: 100%;
        position: relative;
        display: block;
        z-index: 5000;
        border: none;
        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);
        background: #2a2c61;
        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;
    }
    .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 #fff;
        border-right: 2px solid #fff;
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .menu-link {
        font-weight: bold;
        font-size: 1.15rem;
        letter-spacing: 0.04rem;
        height: 70px;
        display: flex;
        align-items: center;
        text-align: left;
        padding-left: 7px;
    }
    /* アコーディオン */
    .menu-contents {
        background: #2a2c61;
        display: none;
        position: static;
        width: 100%;
        margin-bottom: 10px;
        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: #fff;
        display: block;
        text-align: left;
        margin: 0 auto;
    }
}
@media screen and (max-width: 519px) {
    .header-logo img {
        height: 45px;
    }
}
/* sideBtn */
@media print, screen and (min-width: 960px) {
    .sideBtn {
      position: fixed;
      bottom: 100px;
      right: 0;
      z-index: 999;
    }
    #emergencyBtn a,
    #counselBtn a {
        position: absolute;
        bottom: 300px;
        right: 0;
        background: #b94047;
        padding: 14px 8px;
        color: #fff;
        line-height: 1.1;
        border-radius: 0.3em 0 0 0.3em;
    }
    #counselBtn a {
        background: linear-gradient(#3ea649,#3e8a46);
        bottom: 180px;
    }
}
/* page-top */
#page-top {
    position: fixed;
    z-index: 100;
    bottom: 75px;
    right: 2%;
}
#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-color: rgba(156, 40, 119,0.9);
    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: 100px;
    }
    #page-top a::after {
        width: 10px;
        height: 10px;
        margin-left: -6px;
        margin-top: -4px;
    }
}
@media screen and (max-width: 519px) {
    #page-top {
        bottom: 60px;
    }
    #page-top a::after {
        width: 8px;
        height: 8px;
        margin-left: -5px;
        margin-top: -3px;
    }
}

.mini {
    font-size: 80%;
}
.mini90 {
    font-size: 90%;
}
.txtL,
.txtR,
.txtCL {
    text-align: justify;
    margin: 1rem;
    line-height: 2.4;
}
.txtL.mar1 {
    margin: 3rem 1rem;
}
@media print, screen and (min-width: 960px) {
    .txtCL {
        text-align: center;
    }
}
ul {
    list-style-type: none;
}
.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.aiC {
    align-items: center;
}
.btnLink {
    text-align: center;
}
.btnLink a {
    margin: 2rem auto 0;
    padding: 5px 20px;
    color: #89005f;
    text-align: center;
    background-color: #e3bfd6;
    border-radius: 3rem;
    line-height: 1.8;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s ease-in-out;
    width: 200px;
    border: 1px solid #89005f;
}
.btnLink a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: 2px solid currentColor;
    border-right: 2px solid currentColor;
    transform: translateY(-50%) rotate(45deg);
}
.btnLink a:hover {
    background-color: #fbcfec;
    color: #89005f;
}
.btnLink a:hover:after {
    right: 1.4rem;
}
#bottomInfo .btnLink a,
.toiawase .btnLink a {
    color: #2a2c61;
    background-color: #e4e5fb;
    border: 1px solid #2a2c61;
}
#bottomInfo .btnLink a:hover,
.toiawase .btnLink a:hover {
    background-color: #bbeef7;
    color: #2a2c61;
}
.flip-horizontal {
    transform: scale(-1, 1);
}
.ya {
    position: relative;
    max-width: 400px;
}
.ya::before,
.ya::after {
    display: block;
    position: absolute;
    top: 50%;
    content: "";
}
.ya::after {
    border-width: 3px 3px 0 0;
    border-style: solid;
    transform: rotate(45deg);
    border-color: #2a2c61;
    right: 5%;
    width: 9px;
    height: 9px;
    margin-top: -7px;
}

.imgTxt {
    width: 95%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2rem auto 0;
    flex-wrap: wrap;
}
.fdR {
    flex-direction: row-reverse;
}
.menuBox div {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    border: 1px solid #dcdcdc;
}
@media screen and (max-width: 959px) {
    .menuBox div {
        width: 80%;
        max-width: 300px;
        margin: 1rem;
    }
}
.menuBox img {
    border-bottom: 1px solid #dcdcdc;
}
.obi {
    border: 1px solid #dcdcdc;
}
.boxR {
    width: 330px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #e4e5fb;
    color: #2a2c61;
    border-radius: 4px;
    outline: 1px solid #2a2c61;
    outline-offset: -10px;
    margin-top: 2rem;
}
@media screen and (max-width: 519px) {
    .boxR {
        height: 140px;
        margin-top: 1rem;
    }
}
.boxR h2 {
    font-size: 160%;
    font-weight: normal;
}
@media print, screen and (min-width: 960px) {
    .txtBox {
        box-sizing: border-box;
        width: 60%;
        margin: 0;
    }
    .imgBox {
        width: 40%;
        margin: 0;
    }
    .txtBox .txtL {
        margin: 0 2rem 0 0;
    }
    .txtBox .txtR {
        margin: 0 0 0 2rem;
    }
    .boxLR1,
    .boxLR2  {
        position: relative;
        width: 960px;
        height: 400px;
        margin: 3rem auto 0;
    }
    .boxL,
    .boxR {
        position: absolute;
        top: 0;
        left: 0;
    }
    .boxLR2 .boxL {
        left: 200px;
    }
    .boxLR1 .boxR {
        top: 180px;
        left: 450px;
    }
    .boxLR2 .boxR {
        top: 180px;
        left: 600px;
    }
    .boxL img {
        width: 80%;
        max-width: 600px;
    }
    .menuBox {
        margin: 4rem auto 0;
    }
    .menuBox div {
        width: 30%;
        margin: 5px 10px 40px;
        display: flex;
        align-items: center;
    }
    .menuBox p {
        padding: 8px 0;
    }
    #useful ul li {
        font-size: 95%;
        margin: 0 2%;
    }
}
@media screen and (max-width: 959px) {
    .txtBox {
        padding-top: 2rem;
    }
}
.obi > div {
    width: 20%;
    box-sizing: border-box;
    border: 2px solid #fff;
}
@media screen and (max-width: 959px) {
    .boxLR1,
    .boxLR2  {
        display: flex;
        flex-wrap: wrap;
        margin: 3rem 0;
    }
    .boxL img {
        width: 80%;
    }
}
@media screen and (max-width: 519px) {
    .obi > div {
        width: 50%;
    }
    .obi > div:nth-child(2),
    .obi > div:nth-child(4),
    .obi > div:nth-child(5) {
        display: none!important;
    }
}
.fee {
    font-size: 180%;
    margin-right: 5px;
}
img.waku {
    border: 1px solid #dcdcdc;
    border-radius: 6px;
    box-shadow: 1px 1px 2px 1px rgba(0,0,0,0.1);
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .imgBox img {
        max-width: 400px;
    }
}
@media screen and (max-width: 519px) {
    .imgBox img {
        max-width: 300px;
    }
}

.creditcard {
    width: fit-content;
    margin: 2rem auto;
    font-size: 90%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.creditcard img {
    vertical-align: middle;
}
.creditcard > div {
    margin: 0;
}
.creditcard div:not(:last-child) {
    width: 70px;
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    .creditcard div:not(:last-child) {
        width: 60px;
    }
}
@media screen and (max-width: 519px) {
    .creditcard {
        align-items: center;
        justify-content: center;
    }
    .creditcard div:not(:last-child) {
        width: 50px;
    }
}

h2.seo {
    font-size: 80%;
    font-weight: normal;
    color: #999;
    padding: 2rem 0 0;
}
.seoMar h2.seo {
    padding: 2rem 0;
}
h2.secTitle {
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
    margin: 0 auto;
    font-size: 200%;
}
h3.copy {
    font-weight: normal;
    font-size: 130%;
    letter-spacing: 1px;
    width: fit-content;
    margin: 0 auto 1rem;
    padding: 0 .3rem;
    color: #3e8a46;
}
@media screen and (max-width: 959px) {
    h2.secTitle {
        font-size: 160%;
    }
    h2 {
        font-size: 130%;
    }
}
@media screen and (min-width: 520px) and (max-width: 959px) {
    h2 {
        margin: 0;
    }
}

.bgcolor {
    padding: 20px 0 10px;
    background-color: #384b57;
    color: #fff;
}
.bgcolor a {
    color: #fff;
}

.slickSlide {
    width: 100%;
    background-color: #efefef;
}
.zipcode {
    font-size: 80%;
    margin-right: 5px;
}

.inquiry,
.request,
.estimate {
    background-image: url("../images/icon_inquiry.png");
    background-repeat: no-repeat;
    background-size: 20%;
    background-position: 3% 50%;
}
.request {
    background-image: url("../images/icon_request.png");
    background-size: 15%;
    background-position: 12% 50%;
}
.estimate {
    background-image: url("../images/icon_estimate.png");
    background-size: 15%;
    background-position: 12% 50%;
}

