/*------------------------------------------------------------------------------
  PC or ALL
------------------------------------------------------------------------------*/
.header {
    position: fixed;
    background: #fff;
    top: 0;
}
.pc .header-logo{
    width: 293px;
}
.content {
    margin-top: 100px;
}

.mainvisual {
    padding: 1vmax 0 0 5vmax;
}

.mainvisual .swiper-slide {
    border-radius: 100px 0 0 0;
}

.mainvisual-catch {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    bottom: 0;
    height: 100%;
}

.mainvisual-catch div.copy .bdr {
    border-right: 2px solid #fff;
    display: inline-block;
}

.mainvisual-cpr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 2vmax;
    white-space: nowrap;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.2rem;
}

/* @keyframes zoomUp {
    0% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
    }
} */

/* .mainvisual .swiper-slide-active img,
.mainvisual .swiper-slide-duplicate-active img,
.mainvisual .swiper-slide-prev img {
    animation: zoomUp 10s linear 0s normal both;
} */

.image-bg-type01 .text {
    border-radius: 10px 10px 0 0;
}

.box .image {
    border-radius: 10px;
    overflow: hidden;
}

.box .image.round {
    border-radius: 100px 10px 10px 10px;
}

/* bullet単体の幅は20pxにしたので、20pxが2つ並んだ40pxよりも1px小さい値を指定して縦並びを実現 */
.mainvisual .swiper-pagination-bullets {
    bottom: initial;
    top: 50%;
    transform: translateY(-50%);
    left: initial;
    right: -50px;
    width: 39px;
}

/* 今回はbulletの幅を20pxと指定 */
.mainvisual .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 20px 0;
    width: 20px;
    height: 20px;
}

/* スマホの時は、bulletsの幅を100%にすれば、bulletは横並びになる */
@media screen and (max-width: 767px) {
    .mainvisual .swiper-pagination-bullets {
        width: 100%;
        transform: translatex(-50%);
        bottom: -100px;
        right: initial;
        left: 50%;
        top: initial;
        bottom: -50px;
    }

    .sample-slider-wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 30px;
    }
}

.main-news {
    display: flex;
    margin: 0 0 calc(var(--box-margin) + 1vh) 0;
}

.main-news .ttl {
    font-size: 1.8rem;
    width: 15%;
}

.main-news .ttl::before {
    content: "\e0e0";
    margin: 0 5px 0 0;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
}

.main-news .text {
    flex: 1;
}

.box-wrap.bg-usp {
    padding-top: 0;
}


.box-wrap.bg-usp:before {
    border-radius: 100px 0 100px 0;
    top: auto;
    bottom: 0;
    height: 80%;
    width: calc(var(--vw) * 100 - 8vmax);
    background: var(--main-color-2);
    opacity: 0.15;
}

.box-wrap.bg-menu:before {
    background-color: #fff;
    background-image:
        radial-gradient(var(--main-color-2) 20%, transparent 20%),
        radial-gradient(var(--main-color-2) 20%, transparent 20%);
    background-size: 10px 10px;
    background-position: 0 0, 5px 5px;
    opacity: 0.3;
}


.title-type02:before,
.title-type04:before {
    background-image:
        repeating-linear-gradient(-45deg, #fff, #fff 4px, transparent 0, transparent 8px);
    border-radius: 10px;
}

.box-ul.service-list {
    justify-content: center;
    flex-wrap: wrap;
}

.box-ul.service-list li {
    width: 30%;
}

.home .carousel-type01 h3.box-h3 {
    font-size: 2.6rem;
}

.home .carousel-type01 .image {
    height: 280px;
}

.main-menu-ttl {
    padding-top: 60px;
}

.main-menu-ttl::before {
    position: absolute;
    background: url(../images/icn-01.png)no-repeat center center /contain;
    width: 60px;
    height: 60px;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.main-message-ttl {
    padding-top: 60px;
}

.main-message-ttl::before {
    position: absolute;
    background: url(../images/icn-02.png)no-repeat center center /contain;
    width: 60px;
    height: 60px;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}


.main-blog-ttl {
    padding-top: 60px;
}

.main-blog-ttl::before {
    position: absolute;
    background: url(../images/icn-03.png)no-repeat center center /contain;
    width: 60px;
    height: 60px;
    content: "";
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);

}

.main-about-btn {
    position: absolute;
    bottom: -2vmax;
    right: 8vmax;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 140px;
    height: 140px;
    border-radius: 140px;
    background: var(--main-color-2);
    color: #fff !important;
    font-weight: bold;
    z-index: 2;
}

.footer-info-wrap {
    position: relative;
}

.footer-info-wrap:after {
    position: absolute;
    bottom: 0;
    right: -10vmax;
    background: url(../images/ill-01.png)no-repeat center center /contain;
    width: 10vmax;
    height: 10vmax;
    content: "";
    display: inline-block;
}

.footer-info-cta {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-info-cta .tel {
    font-size: 3.8rem;
    display: block;
    display: flex;
    align-items: center;
}

.footer-info-cta .tel::before {
    content: "\e9cd";
    margin: 0 5px 0 0;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
}


.footer-info-cta .cta {
    background: var(--main-color-2);
    color: #fff;
    border-radius: 100px;
    padding: 1vmax 2vmax;
}

.footer-info {
    background: var(--sub-color);
    border-radius: 10px;
    padding: 2vmax;
    margin-top: 10px;
}

.footer-info .table-hour {
    border: 2px solid var(--main-color);
    border-radius: 5px;
    margin: 0 0 2vh 0;

}

.footer-info .table-hour .day {
    width: 11%;
}

.footer-info .table-hour th,
.footer-info .table-hour td {
    padding: 10px;
    text-align: center;
    vertical-align: middle;
}

.footer-info .table-hour th {
    background: var(--sub-color);

}

.footer-info .table-hour td {
    background: #fff;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;

}

.footer-info-time .ttl {
    color: var(--main-color);
    border-right: 1px solid var(--main-color);
    display: inline-block;
    padding-right: 1em;
    margin-right: 1em;
}

.footer-info .kyushin {
    border: 1px solid var(--main-color);
    display: inline-block;
    padding: 5px;
}

.footer-info-add::before {
    content: "\e55e";
    margin: 0 5px 0 0;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
}

.side-sns {
    display: none;
}

.side-cta {
    background: var(--main-color-2);
    color: #fff;
    border-radius: 20px 0 0 20px;
    padding: 30px 15px;
    font-size: 2rem;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;

}

.side-cta::before {
    content: "\e614";
    margin: 0 5px 0 0;
    font-family: "Material Symbols Outlined";
    font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
}

.banner-type01 ul li a:after {
    content: "\e089";
    font-variation-settings: "FILL"0, "wght"400, "GRAD"0, "opsz"48;
}

/* 20230131 added by Fabo */
.mt-0 {
    margin-top: 0 !important;
}

.mt-s {
    margin-top: 4vh !important;
}

.mt-m {
    margin-top: 7vh !important;
}

.mt-l {
    margin-top: 10vh !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-s {
    margin-bottom: 4vh !important;
}

.mb-m {
    margin-bottom: 7vh !important;
}

.mb-l {
    margin-bottom: 10vh !important;
}

.page-content h2:not([class]),
.page-content h3:not([class]),
.page-content h4:not([class]) {
    margin-bottom: 3vh;
}

.box-color {
    margin: 0 0 6vh;
    padding: 4vh;
    background: #f8f7f6;
    border-radius: 10px;
}

.box-color :first-child {
    margin-top: 0 !important;
}

.box-color :last-child {
    margin-bottom: 0 !important;
}

.page-content .image-text-type01 .text {
    overflow: hidden;
}

.page-content .list-check-type01 {
    display: flex;
    justify-content: flex-start;
}

.align-center {
    text-align: center;
}

.box-table .table-hour th,
.box-table .table-hour td {
    text-align: center !important;
    vertical-align: middle !important;
}

.section {
    display: block;
    margin-top: -100px;
    padding-top: 100px;
}

.list-flow-type01 .image-text-type01 .text {
    width: auto;
}

.list-flow-type01 .image-text-type01 .text .btn a {
    margin: 0 0 10px 10px;
}

/* 20241206 added by naka */
.fixed-footer{
    background: rgba(246,211,220, 0.8);
}
.fixed-footer .contact a{
    padding: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    position: relative;
}
.fixed-footer .contact a:before{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.fixed-footer .tel a{
    font-size: 4rem;
}

/*------------------------------------------------------------------------------
  TABLET and SHONE
------------------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {

    .footer-info-wrap:after {
        display: none;
    }

}

/*------------------------------------------------------------------------------
  TABLET ONLY
------------------------------------------------------------------------------*/
@media screen and (min-width: 600px) and (max-width: 1024px) {}

/*------------------------------------------------------------------------------
  SPHONE ONLY
------------------------------------------------------------------------------*/
@media screen and (max-width: 599px) {
    .header-logo {
        width: 200px;
    }

    .sphone-fixed-footer ul li.reserve a:before {
        content: "\e614";
    }

    .side-cta {
        display: none;

    }

    .sp-header-cta {
        font-size: 1.2rem;
        width: 60px;
        height: 60px;
        position: fixed;
        right: 60px;
        top: 0;
        background: var(--main-color-2);
        z-index: 1004;
    }

    .sp-header-cta a {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
    }


    .sp-header-cta a:before {
        content: "\e614";
        font-size: 2.4rem;
        line-height: 1;
        font-family: "Material Symbols Outlined";
        font-variation-settings: "FILL"1, "wght"500, "GRAD"0, "opsz"20;
    }

    .main-news {
        flex-direction: column;

    }

    .main-news .ttl {
        font-size: 1.8rem;
        width: 100%;
        margin-bottom: 10px;
    }

    .footer-info-cta {
        flex-direction: column;
        text-align: center;
        margin-bottom: 1em;
    }

    .container-inner {
        overflow: hidden;
    }

    .mainvisual {
        padding: 1vmax 0 0 2vmax;
        height: auto;
        margin-bottom: 10px;
    }
    .mainvisual .swiper-slide{
        border-radius: 20px 0 0 0;
    }

    .mainvisual-catch {
        bottom: 10px;
        align-items: flex-end;
        transform: none
    }

    .mainvisual-catch div.copy {
        font-size: 7vw;
    }

    .mainvisual-cpr {
        display: none;
    }

    .content {
        margin-top: 60px;
    }

    .box-ul.service-list li {
        width: 100%;
    }

    .home .carousel-type01 h3.box-h3 {
        font-size: 2rem;
    }

    .banner-type01 ul li a span {
        font-size: 2.4rem;

    }

    .box-table.table-hour th,
    .box-table.table-hour td {
        padding: 10px;
        display: table-cell !important;
        width: auto !important;
        text-align: center !important;
        vertical-align: middle !important;
    }

    .box-table .table-hour:first-child tr th {
        width: 30% !important;
    }

    .footer-info-time .ttl {
        border-right: none;
        display: block;

    }

    .footer-info-cta .tel {
        font-size: 3rem;
    }

    .footer-info-cta .cta {
        margin: 0.8em 0;
        font-size: 2.6rem;
        padding: 0.2em 1em;
        font-weight: bold;
    }

    .footer-info-time .ttl::before {
        content: "■";

    }


    .page-title {
        height: 110px;
    }

    .page-title h1 span,
    .page-title p span {
        font-size: 2.2rem;
    }


}