@charset "utf-8";
/*----------------
 	inquily
----------------*/
.inquily {
    position: relative;
    justify-content: center;
    text-align: center;
    width: 100%;
    /*background-color: #86b4ff;*/
    /*background-color: #2fb6ac;
    background: linear-gradient(to right, #00a786, #48bbb7); */
    background-color: #efeeed;
    color: #222222;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    *font-size: small;
    *font: x-small;
    font-size: 14px;
    line-height: 1.8;
}
.inquily a {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.inquily a:hover, .inquily a.hover {
    opacity: 0.5;
}
.inquily img {
    max-width: 100%;
    height: auto;
}
.inquily .inquily-content {
    position: relative;
    display: block;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 110px 0px 110px 0px;
}
.inquily .inquily-content .inquily-box {
    position: relative;
    display: block;
    width: 100%;
    padding: 60px 80px 40px 80px;
    margin: 0px 0px 0px 0px;
    border: 10px solid #0c9f9a;
    background-color: #efeeed;
    border-radius: 20px;
}
.inquily .inquily-content .inquily-box .upper-message {
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.inquily .inquily-content .inquily-box .upper-message > div {
    padding: 0px 40px 0px 40px;
}
.inquily .inquily-content .inquily-box .upper-message .target {
    font-size: 172%;
    font-weight: 700;
}
.inquily .inquily-content .inquily-box .upper-message .target span {
    display: inline-block;
    position: relative;
    padding: 0px 35px 0px 35px;
}
.inquily .inquily-content .inquily-box .upper-message .target span::before {
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    content: "";
    background-image: url("../images/desc-left-im.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 26px 35px;
    width: 26px;
    height: 35px;
}
.inquily .inquily-content .inquily-box .upper-message .target span::after {
    display: block;
    position: absolute;
    right: 0;
    top: 5px;
    content: "";
    background-image: url("../images/desc-right-im.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 24px 36px;
    width: 24px;
    height: 36px;
}
.inquily .inquily-content .inquily-box .upper-message .plus {
    display: inline-block;
    font-size: 89%;
    font-weight: 700;
    color: #ffffff;
    background-color: #060001;
    border-radius: 30px;
    padding: 3px 20px 5px 25px;
    margin: 0px 0px 0px 0px;
}
.inquily .inquily-content .inquily-box .lower-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 60px 0px 0px 0px;
}
.inquily .inquily-content .inquily-box .lower-content .left {
    flex-basis: 50%;
    max-width: 50%;
}
.inquily .inquily-content .inquily-box .lower-content .left .main {
    font-size: 280%;
    font-weight: 900;
    line-height: 1.6;
    text-align: left;
    padding: 20px 0px 0px 0px;
}
.inquily .inquily-content .inquily-box .lower-content .left .main br {
    display: none;
}
.inquily .inquily-content .inquily-box .lower-content .left .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 150%;
    font-weight: 700;
    line-height: 1.8;
    text-align: left;
    padding: 40px 0px 60px 0px;
}
.inquily .inquily-content .inquily-box .lower-content .left .sub > div:nth-child(1) {
    flex-basis: 28%;
    max-width: 28%;
}
.inquily .inquily-content .inquily-box .lower-content .left .sub > div:nth-child(2) {
    flex-basis: 65%;
    max-width: 65%;
}
.inquily .inquily-content .inquily-box .lower-content .left .link {
    font-size: 178%;
    font-weight: 700;
}
.inquily .inquily-content .inquily-box .lower-content .left .link a {
    display: inline-block;
    background-image: url("../images/arrow-right-inquily.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 35px 35px;
    padding: 0px 0px 0px 50px;
}
.inquily .inquily-content .inquily-box .lower-content .right {
    flex-basis: 43%;
    max-width: 43%;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox {
    border: 5px solid #0c9f9a;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 35px 35px 20px 35px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .message {
    font-size: 164%;
    font-weight: 900;
    color: #109f9a;
    padding: 0px 0px 10px 0px;
    line-height: 1.4;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .message span {
    display: inline-block;
    font-size: 136%;
    vertical-align: middle;
    margin: -10px 2px 0px 2px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap {
    display: inline-block;
    margin: 0 auto;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel {
    line-height: 1.0;
    background-color: #0c9f9a;
    border-radius: 15px;
    color: #ffffff;
    padding: 10px 20px 5px 20px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px 5px 0px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .left-block {
    font-size: 120%;
    font-weight: 700;
    text-align: left;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block {
    font-size: 100%;
    font-weight: 700;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block span {
    display: inline-block;
    background-color: #ffffff;
    color: #0c9f9a;
    padding: 3px 3px 3px 3px;
    border-radius: 50%;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block span:nth-child(3) {
    margin-right: 15px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block span:nth-child(6) {
    margin-right: 5px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .lower {}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .lower .telnum {
    font-family: 'Yantramanav', sans-serif;
    font-size: 300%;
    font-weight: 900;
    letter-spacing: 0.02em;
    background-image: url("../images/freedial-inquily.png");
    background-repeat: no-repeat;
    background-position: left top 10px;
    background-size: 45px 30px;
    padding: 0px 0px 0px 50px;
    color: #ffffff;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .hour {
    color: #109f9a;
    font-size: 139%;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .line {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0px 0px 0px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .line .qr {
    flex-basis: 30%;
    max-width: 30%;
    padding: 0px 10px 0px 0px;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .line .desc {
    line-height: 1.4;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .line .desc p.main {
    font-size: 155%;
    font-weight: 900;
}
.inquily .inquily-content .inquily-box .lower-content .right .telbox .line .desc p.sub {
    font-family: 'Yantramanav', sans-serif;
    font-size: 155%;
    font-weight: 700;
}
.inquily .inquily-content .inquily-box .lower-content .right .mobile {
    padding: 3px 0px 0px 0px;
    font-size: 117%;
}
.inquily .inquily-content .inquily-box .lower-content .right .mobile span {
    font-family: 'Yantramanav', sans-serif;
    display: inline-block;
    font-weight: 900;
    font-size: 130%;
    vertical-align: middle;
    margin: -2px 0px 0px 3px;
}
/*-------------
 	fixed-banner
-------------*/
.fixed-banner {
    display: none;
    position: fixed;
    z-index: 999;
    bottom: 15px;
    right: 20px;
    border: 6px solid #060001;
    background-color: #efeeed;
    border-radius: 10px;
    padding: 40px 30px 40px 30px;
    width: 480px;
    box-sizing: border-box;
    color: #222222;
    font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    *font-size: small;
    *font: x-small;
    font-size: 14px;
    line-height: 1.8;
}
.fixed-banner a {
    color: #222222;
    text-decoration: none;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.fixed-banner a:hover, .fixed-banner a.hover {
    opacity: 0.5;
}
.fixed-banner img {
    max-width: 100%;
    height: auto;
}
.fixed-banner .close-btn {
    display: block;
    position: absolute;
    right: 15px;
    top: 10px;
    width: 34.5px;
    height: 34.5px;
    cursor: pointer;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.fixed-banner .close-btn:hover {
    opacity: 0.5;
}
.fixed-banner .inner-block {
    text-align: center;
}
.fixed-banner .inner-block .plus {
    display: inline-block;
    font-size: 104%;
    font-weight: 700;
    color: #ffffff;
    background-color: #060001;
    border-radius: 30px;
    padding: 3px 20px 5px 25px;
    margin: 0px 0px 10px 0px;
}
.fixed-banner .inner-block .main {
    font-size: 193%;
    font-weight: 900;
    line-height: 1.6;
    text-align: left;
    padding: 0px 0px 0px 0px;
    text-align: center;
}
.fixed-banner .inner-block .sub {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 108%;
    font-weight: 700;
    line-height: 1.7;
    text-align: left;
    padding: 25px 0px 30px 0px;
}
.fixed-banner .inner-block .sub > div:nth-child(1) {
    flex-basis: 35%;
    max-width: 35%;
    padding: 10px 0px 0px 0px;
}
.fixed-banner .inner-block .sub > div:nth-child(2) {
    flex-basis: 60%;
    max-width: 60%;
}
.fixed-banner .inner-block .link {
    font-size: 124%;
    font-weight: 700;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.fixed-banner .inner-block .link .upper {
    /*text-align: center;
    flex-basis: 50%;
    max-width: 50%;*/
}
.fixed-banner .inner-block .link .lower {
    /*text-align: center;
    flex-basis: 50%;
    max-width: 50%;*/
}
.fixed-banner .inner-block .link a {
    display: inline-block;
    background-image: url("../images/arrow-right-fixed.png");
    background-repeat: no-repeat;
    background-position: left 0px top 6px;
    background-size: 20px 20px;
    padding: 0px 0px 0px 24px;
}
/*-------------
 	sp-bottom-fixed
-------------*/
.sp-bottom-fixed {
    display: none;
    position: fixed;
    bottom: -9999px;
    height: 0px;
    overflow: hidden;
}
@media only screen and (max-width: 1200px) {
    /*-------------
 	fixed-banner
-------------*/
    .fixed-banner {
        display: none !important;
        bottom: -9999px;
    }
    /*----------------
 	inquily
----------------*/
    .inquily .inquily-content {
        width: calc(100% - 20px);
    }
    .inquily .inquily-content .inquily-box .lower-content .right {
        flex-basis: 440px;
        max-width: 440px;
    }
    .inquily .inquily-content .inquily-box .lower-content .left {
        flex-basis: calc(100% - 450px);
        max-width: calc(100% - 450px);
    }
    .inquily .inquily-content .inquily-box .lower-content .left .main {
        font-size: 200%;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .sub {
        font-size: 144%;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .link {
        font-size: 144%;
    }
}
@media only screen and (max-width: 960px) {
    /*----------------
 	inquily
----------------*/
    .inquily {
        font-size: 13px;
    }
    .inquily .inquily-content {
        padding: 55px 0px 55px 0px;
    }
    .inquily.bottom-case .inquily-content {
        padding: 80px 0px 55px 0px;
    }
    .inquily .inquily-content .inquily-box {
        padding: 25px 20px 25px 20px;
        border: 5px solid #0c9f9a;
        border-radius: 15px;
    }
    .inquily .inquily-content .inquily-box .upper-message > div {
        padding: 0px 5px 0px 5px;
    }
    .inquily .inquily-content .inquily-box .upper-message .target {
        font-size: 108%;
    }
    .inquily .inquily-content .inquily-box .upper-message .target span {
        padding: 0px 15px 0px 15px;
    }
    .inquily .inquily-content .inquily-box .upper-message .target span::before {
        top: 5px;
        background-size: 13px 17.5px;
        width: 13px;
        height: 17.5px;
    }
    .inquily .inquily-content .inquily-box .upper-message .target span::after {
        top: 5px;
        background-size: 12px 18px;
        width: 12px;
        height: 18px;
    }
    .inquily .inquily-content .inquily-box .upper-message .plus {
        font-size: 78%;
        padding: 3px 8px 5px 8px;
    }
    .inquily .inquily-content .inquily-box .lower-content {
        flex-wrap: wrap;
        padding: 30px 0px 0px 0px;
    }
    .inquily .inquily-content .inquily-box .lower-content .left {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px 0px 30px 0px;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .main {
        font-size: 180%;
        text-align: center;
        padding: 0px 0px 0px 0px;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .main br {
        display: inline-block;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .sub {
        font-size: 124%;
        flex-wrap: wrap;
        text-align: center;
        padding: 40px 0px 20px 0px;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .sub > div:nth-child(1) {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px 0px 20px 0px;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .sub > div:nth-child(1) img {
        max-width: 120px;
        height: auto;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .sub > div:nth-child(2) {
        flex-basis: 100%;
        max-width: 100%;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .link {
        font-size: 124%;
    }
    .inquily .inquily-content .inquily-box .lower-content .left .link a {
        background-size: 20px 20px;
        padding: 0px 0px 0px 30px;
    }
    .inquily .inquily-content .inquily-box .lower-content .right {
        flex-basis: 100%;
        max-width: 100%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox {
        padding: 25px 20px 15px 20px;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .message {
        font-size: 134%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel {
        padding: 9px 20px 4px 20px;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .left-block {
        font-size: 83%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block {
        font-size: 60%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block span:nth-child(3) {
        margin-right: 10px;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .upper .right-block span:nth-child(6) {
        margin-right: 0px;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .tel .lower .telnum {
        font-size: 220%;
        letter-spacing: 0.00em;
        background-position: left top 7px;
        background-size: 33px 21.5px;
        padding: 0px 0px 0px 40px;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .tel-wrap .hour {
        font-size: 108%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .line .desc p.main {
        font-size: 124%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .telbox .line .desc p.sub {
        font-size: 124%;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .mobile {
        font-size: 108%;
        line-height: 1.4;
    }
    .inquily .inquily-content .inquily-box .lower-content .right .mobile span {
        display: block;
        font-size: 140%;
        margin: 0px 0px 0px 0px;
    }
}
@media only screen and (max-width: 800px) {
    /*-------------
 	sp-bottom-fixed
-------------*/
    .sp-bottom-fixed {
        display: none;
        position: fixed;
        width: 100%;
        height: 110px;
        bottom: 0px;
        overflow: auto;
        left: 0px;
        /*background-color: #efeeed;*/
        background-color: #BEE5ED;
        padding: 10px 0px 10px 0px;
        color: #222222;
        font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
        *font-size: small;
        *font: x-small;
        font-size: 13px;
        line-height: 1.8;
    }
    body{
        padding-bottom: 110px !important;
    }
    .sp-bottom-fixed a {
        color: #222222;
        text-decoration: none;
        transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .sp-bottom-fixed a:hover, .sp-bottom-fixed a.hover {
        opacity: 0.5;
    }
    .sp-bottom-fixed .bottom-info {
        display: flex;
        align-items: center;
        flex-basis: 100%;
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: center;
    }
    .sp-bottom-fixed .bottom-info .estimate {
        line-height: 1.0;
        flex-basis: 100%;
        max-width: 100%;
        padding: 0px 0px 10px 0px;
        text-align: center;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }
    .sp-bottom-fixed .bottom-info .estimate > div:first-child {
        /*flex-basis: calc(47% - 10px);
        max-width: calc(47% - 10px);*/
        flex-basis: calc(100% - 10px);
        max-width: calc(100% - 10px);
        text-align: right;
    }
    .sp-bottom-fixed .bottom-info .estimate > div:last-child {
        /*flex-basis: calc(53% - 10px);
        max-width: calc(53% - 10px);
        text-align: left;*/
        flex-basis: calc(100% - 10px);
        max-width: calc(100% - 10px);
        text-align: center;
    }
    .sp-bottom-fixed .bottom-info .estimate a {
        font-size: 108%;
        font-weight: 700;
        background-image: url("../images/arrow-right.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 18px 18px;
        padding: 0px 0px 2px 22px;
    }
    .sp-bottom-fixed .bottom-info .tel {
        line-height: 1.0;
        background-color: #000000;
        border-radius: 15px;
        color: #ffffff;
        padding: 9px 35px 4px 35px;
    }
    .sp-bottom-fixed .bottom-info .tel .upper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 0px 3px 0px;
    }
    .sp-bottom-fixed .bottom-info .tel .upper .left {
        font-size: 83%;
        font-weight: 700;
    }
    .sp-bottom-fixed .bottom-info .tel .upper .right {
        font-size: 60%;
        font-weight: 700;
    }
    .sp-bottom-fixed .bottom-info .tel .upper .right span {
        display: inline-block;
        background-color: #ffffff;
        color: #000000;
        padding: 3px 3px 3px 3px;
        border-radius: 50%;
    }
    .sp-bottom-fixed .bottom-info .tel .upper .right span:nth-child(3) {
        margin-right: 10px;
    }
    .sp-bottom-fixed .bottom-info .tel .upper .right span:nth-child(6) {
        margin-right: 5px;
    }
    .sp-bottom-fixed .bottom-info .tel .lower {}
    .sp-bottom-fixed .bottom-info .tel .lower .telnum {
        font-family: 'Yantramanav', sans-serif;
        font-size: 210%;
        font-weight: 900;
        letter-spacing: 0.07em;
        background-image: url("../images/freedial.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 33px 21.5px;
        padding: 0px 0px 0px 40px;
        color: #ffffff;
    }
}
@media (min-width: 751px) {
    a[href*="tel:"] {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
    }
}
br.footer-info {
    display: none;
}
@media only screen and (max-width: 751px) {
    br.footer-info {
        display: inline-block;
    }
}