.pc {display: block !important;}
.sp {display: none !important;}
@media screen and (max-width:767px) {
    .pc {display: none !important;}
    .sp {display: block !important;}
}
.i-pc {display: inline-block !important;}
.i-sp {display: none !important;}
@media screen and (max-width:767px) {
    .i-pc {display: none !important;}
    .i-sp {display: inline-block !important;}
}
@font-face {
    font-family: 'TBUD';
    src: url('../font/TBUDGoStd.woff2') format('woff2');
}
@font-face {
    font-family: 'AOFT';
    src: url('../font/AOFT.woff2') format('woff2');
}
.none {
    display: none !important;
}
.mt0 {
    margin: auto !important;
    height: 100vh!important;
}
.mt0 #cboxLoadedContent{
    height: 100vh !important;
}
.close {
    color: #0000;
    background: unset;
    border: unset;
}
.close:before {
    top: 20px !important;
    right: 20px !important;
}
.mb4{
    margin-bottom: 4px;
}
.l2{
    line-height: 2em!important;
}

body {
    font-family: 'AOFT', Meiryo, sans-serif;
}

/*-----ヘッダーナビ-----*/
.l-header {
    width: 100%;
    height: 85px;
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    background: #fff;
}

.l-header__container {
    width: 100%;
    max-width: 1600px;
    margin: auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.p-header__logo-container {
    padding-left: 40px;
}

.c-header__logo-name {}

.c-header__logo-name img {
    width: 10%;
    min-width: 350px;
    height: auto;
    -webkit-backface-visibility: hidden;
}

.p-header__nav {
    padding-right: 40px;
    width: 200%;
}

.p-header__nav-sp {
    display: none;
}

.p-header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    line-height: 20px;
    justify-content: space-between;
}

li.c-header__nav-item-pc {
    position: relative;
}

li.c-header__nav-item-pc:before {
    background: radial-gradient(ellipse at center, rgba(193, 193, 193, 1) 0%, rgba(193, 193, 193, 1) 25%, rgba(255, 255, 255, 1) 25%, rgba(255, 255, 255, 1) 100%) center 0 repeat-y;
    background-size: 8px 8px;
    width: 8px;
    height: 45px;
    display: block;
    position: absolute;
    bottom: 0;
    top: 0;
    right: -3vw;
    margin: auto;
    content: "";
}

.c-header__nav-item-pc:nth-of-type(n+2) {
    /* margin-left: 40px; */
}

li.c-header__nav-item-pc:last-child::before {
    content: unset;
}

.c-header__nav-item-sp {
    display: none;
}

.c-header__nav-item-inquiry-pc {
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    width: 182px;
    height: 52px;
    background-color: #FFB81C;
}
.c-header__nav-link {
    font-size: 1rem;
    font-weight: bold;
    text-decoration: none;
    color: #313333;
    font-family: 'AOFT';
    display: block;
    position: relative;
}
.c-header__nav-link:after {
    left: 0;
    content: "";
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}
.c-header__nav-link:hover:after {
    content: "";
    width: 70%;
    height: 1px;
    border-bottom: solid 1px #000;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    transform: scale(1, 1);
}
@media screen and (max-width:767px) {
.c-header__nav-link:after {
        content: unset!important;
    }

}
.c-header__nav-link-inquiry {
    position: relative;
    z-index: 1;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
}
.c-header__nav-icon-mail {
    margin: 0 8px 0 24px;
    width: 18px;
    height: 14px;
}

@media screen and (min-width: 768px) {
    .l-header.is-follow {
        background: #fff;
        box-shadow: 3px 3px 3px 0 rgba(0, 0, 0, 0.16);
    }
    .l-header.is-follow .c-header__logo-name {
        font-size: 2.3rem;
        color: #53565A;
    }
    .l-header.is-follow .c-header__nav-item-inquiry-pc {
        height: 75px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
    .p-header__logo-container {
        padding-left: 20px;
    }
    .c-header__logo-name {
        font-size: 2.2rem;
    }
    .l-header.is-follow .c-header__logo-name {
        font-size: 2.0rem;
    }
    .p-header__nav {
        padding-right: 20px;
    }
    .c-header__nav-item-pc:nth-of-type(n+2) {
        margin-left: 20px;
    }
    .c-header__nav-link {
        font-size: 1.2vw;
    }
    .c-header__nav-item-inquiry-pc {
        width: 170px;
    }
    .c-header__nav-link-inquiry {
        font-size: 1.6rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
    .p-header__logo-container {
        padding-left: 15px;
    }
    .p-header__nav {
        padding-right: 15px;
    }
    .c-header__nav-item-inquiry-pc {
        width: 160px;
    }
    /* .p-header__logo-container {
        width: 235px;
    } */
    .c-header__nav-icon-mail {
        margin: 0 6px 0 20px;
    }
}

/*-----ヘッダーナビ-----*/

.mv {
    background-image: url(../img/mv-bg.png);
    width: 100%;
    height: 750px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin: 75px auto 0;
}

.mv-content {
    animation: move-img 145s ease 0s infinite;
    /* 5秒アニメーションをループ */
    max-width: 1040px;
    min-height: 550px;
    max-height: 600px;
    height: 30vw;
    top: 10px;
    margin: auto;
    background-image: url(../img/mv.jpg);
    background-repeat: no-repeat;
    background-size: initial;
    background-position: 1px center;
    position: relative;
}

#area {
    width: 1500px;
    margin: auto;
    position: relative;
    left: -50px;
}

@keyframes move-img {

    0%,
    100% {
        border-radius: 63% 47% 54% 46%/55% 48% 52% 45%;
    }

    14% {
        border-radius: 40% 60% 54% 46%/49% 60% 40% 51%;
    }

    28% {
        border-radius: 54% 46% 38% 62%/49% 55% 30% 51%;
    }

    42% {
        border-radius: 61% 39% 55% 45%/61% 38% 62% 39%;
    }

    56% {
        border-radius: 61% 39% 67% 33%/55% 50% 50% 30%;
    }

    70% {
        border-radius: 50% 50% 34% 66%/56% 68% 32% 44%;
    }

    84% {
        border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
    }

}

.mv-content .text-wrap {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    left: -70px;
    top: 6vh;
}
@media screen and (max-width:1200px) {
    .mv-content .text-wrap {
        left: 0px;
    }
}

.mv-content .text-wrap span {
    font-size: 1.5rem;
    letter-spacing: 2px;
    margin-left: 20px;
    display: block;
}

.mv-content h1 img {
    max-height: 330px;
    height: 100%;
}

.info-wrap{
    max-width: 1200px;
    margin: -130px auto 80px;
    min-height: 250px;
}
.info-wrap p{
    line-height: 2.2;
    font-size: 1.2rem;
    letter-spacing: 2px;
    text-align: center;
    line-height: 45px;
}

.ep01 {
    position: absolute;
    right: 110px;
    top: 140px;
    animation: move-y 1.5s infinite alternate ease-in-out;
}

.ep02 {
    position: absolute;
    right: 670px;
    bottom: 170px;
    animation: move-y 1.5s infinite alternate ease-in-out;
    animation-delay: 250ms;
}

.ep03 {
    position: absolute;
    left: 100px;
    bottom: 310px;
    animation: move-y 1.5s infinite alternate ease-in-out;
    animation-delay: 450ms;
}

.ep04 {
    position: absolute;
    right: 500px;
    top: 240px;
    animation: move-y 1.5s infinite alternate ease-in-out;
    animation-delay: 650ms;
}

.ep05 {
    position: absolute;
    left: 430px;
    top: 70px;
    animation: move-y 1.5s infinite alternate ease-in-out;
    animation-delay: 850ms;
}
.inline{
    position: fixed;
    right: 3vw;
    bottom: 70px;
}
@keyframes move-y {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(10px);
    }
}
.ep01 img {
    width: 210px;
}
.ep02 img{
    width: 230px;
}
.ep03 img{
    width: 300px;
}
.ep04 img {
    width: 250px;
}
.ep05 img{
    width: 220px;
}
.inline img{
    width: 250px;
}
.popup-link{
    position: relative;
}
/* .ep01:before,.ep02 img:before,.ep03 img:before,.ep04 img:before,.ep05 img:before{ */
.popup-link:before{
    content: "";
    position: absolute;
    background-image: url(../img/glass.png);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 10px;
    right: 10px;
    width: 50px;
    height: 50px;
    z-index: 1;
}
/* .ep01 img:hover:before,.ep02 img:hover:before,.ep03 img:hover:before,.ep04 img:hover:before,.ep05 img:hover:before{ */
.popup-link:hover:before{
    /* content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border: 1px solid #462d00;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    opacity: 1; */
    animation: .5s circleanime2 forwards;
    /* z-index: 0; */
}
@keyframes circleanime2{
  0%{
    transform: scale(1);
  }
  100%{
    transform:scale(1.2);
    /* opacity: 0; */
  }
}
#popup2,#popup3,#popup4{
    max-width: 1600px;
    width: 100%;
    height: 35vw;
    background-image: url(../img/ep-bg.jpg);
    border-radius: 50px;
    margin: auto;
    background-size: cover;
}
#popup1{
    max-width: 1600px;
    width: 100%;
    height: 35vw;
    background-image: url(../img/ep01-bg.jpg);
    border-radius: 50px;
    margin: auto;
}
#popup1 .flex-wrap,
#popup2 .flex-wrap,
#popup3 .flex-wrap,
#popup4 .flex-wrap{
    display: flex;
    height: -webkit-fill-available;
    padding: 50px 100px;
}
#popup1 .content,
#popup2 .content,
#popup3 .content,
#popup4 .content{
    margin: 10px 65px;
    box-sizing: border-box;
    display: table;
}
#popup1 h3,
#popup2 h3,
#popup3 h3,
#popup4 h3{
    font-size: 1.5vw;
    font-weight: 600;
    letter-spacing: 2px;
    width: 100%;
    display: table-caption;
    margin-top: 4vw;
    line-height: 45px;
}
#popup1 p,
#popup2 p,
#popup3 p,
#popup4 p{
    font-size: 1.2vw;
    margin-top: 30px;
    letter-spacing: 2px;
    line-height: 45px;
    display: table-cell;
    vertical-align: middle;
}
#popup1 img,
#popup2 img,
#popup3 img,
#popup4 img{
    max-height: 450px;
    height: 100%;
    margin: auto;
}
#movie-content{
    text-align: center;
}
#movie-content iframe{
    width: 80%;
    margin: auto;
}
.ytube {
    position: fixed;
        right: 3vw;
        bottom: 100px;
        z-index: 1;
            opacity: 0;
                visibility: hidden;
                transition: 1s;
                /* transform: translateY(30px); */
}
.is-in{
opacity: 1;
    visibility: visible;
    /* transform: translateY(0); */
}
.ytube img {
    width: 250px;
}
.ytube iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.ytube a {

}

button#cboxClose:before {
    content: "✕";
    color: #3e3a39;
    font-size: 3vw;
    position: absolute;
    top: -70px;
    right: 11vw;
}
@media screen and (max-width:1200px) {
    /* .ep01 img,
    .ep02 img,
    .ep03 img,
    .ep04 img,
    .ep05 img {
        width: 200px;
    }
    .inline img {
        width: 250px;
    } */
    /* .ep01{
        left: 440px;
        bottom: 530px;
    }
    .ep02 {
        right: 620px;
        bottom: 370px;
    }
    .ep03 {
        right: 420px;
        bottom: 300px;
    }
    .ep04 {
        right: 490px;
        bottom: 430px;
    }
    .inline{
        right: 80px;
    } */
    #popup1,
    #popup2,
    #popup3,
    #popup4 {
        max-width: 1200px;
        width: 100%;
        height: 35vw;
    }
    #popup1 .flex-wrap,
    #popup2 .flex-wrap,
    #popup3 .flex-wrap,
    #popup4 .flex-wrap {
        padding: 2vw 5vw;
    }
    #popup1 .content,
    #popup2 .content,
    #popup3 .content,
    #popup4 .content {
        margin: 1vw 2vw;
    }
    #popup1 h3,
    #popup2 h3,
    #popup3 h3,
    #popup4 h3 {
        margin-top: 2vw;
    }
    #popup1 p,
    #popup2 p,
    #popup3 p,
    #popup4 p {
        line-height: 3vw;
    }
    button#cboxClose:before {
        top: -3vw;
    }
}
@media screen and (max-width:1210px) {
        #popup1,
        #popup2,
        #popup3,
        #popup4 {
            max-width: 800px;
            width: 100%;
            height: 35vw;
        }
    
        #popup1 .flex-wrap,
        #popup2 .flex-wrap,
        #popup3 .flex-wrap,
        #popup4 .flex-wrap {
            padding: 2vw 5vw;
        }
    
        #popup1 .content,
        #popup2 .content,
        #popup3 .content,
        #popup4 .content {
            margin: 1vw 2vw;
        }
    
        #popup1 h3,
        #popup2 h3,
        #popup3 h3,
        #popup4 h3 {
            margin-top: 2vw;
        }
    
        #popup1 p,
        #popup2 p,
        #popup3 p,
        #popup4 p {
            line-height: 3vw;
        }
    
        button#cboxClose:before {
            top: -3vw;
            right: 0;
        }
}
#booklet {
    background-image: url(../img/booklet-bg.jpg);
}
#booklet .wrap {
    width: 1300px;
    margin: auto;
    display: grid;
    gap: 0px 20px;
    grid-template-columns: .9fr 1fr 1fr;
    grid-template-rows: 185px 145px 0;
    padding: 30px 90px 30px 30px;
    box-sizing: border-box;
}
#booklet .big-box{
    grid-column: 1;
    grid-row: 1 / 4;
}
#booklet .big-box img{
        width: 98%;
        padding-right: 0px;
}
#booklet .long-box {
    grid-column: 2 / 4;
    grid-row: 1 / 2;
}
#booklet .flex-wrap{
    display: flex;
    justify-content: flex-start;
    margin-left: -5px;
}
#booklet .flex-wrap img {
    max-width: 170px;
    height: fit-content;
}
#booklet .flex-wrap>div {
    padding: 23px 25px 23px 15px;
}
#booklet .flex-wrap h3{
    position: relative;
    font-size: 1.5rem;
    font-weight: 500;
    margin-bottom: 35px;
    letter-spacing: 2px;
}
#booklet h3:before {
    background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 105%;
    left: -3%;
    position: absolute;
    bottom: -22px;
}
#booklet p{
    font-size: 1rem;
    line-height: 35px;
    letter-spacing: 2px;
}
#booklet .single{
    background: #fff;
    border-radius: 15px;
    padding: 20px 30px;
    text-align: center;
    font-size: 1.1rem;
    letter-spacing: 2px;
    font-weight: 600;
    font-family: 'AOFT';
}
#booklet .single a{
    box-sizing: border-box;
        display: block;
        /* margin: 20px 30px; */
        position: relative;
}
#booklet .single a:after {
    background: #ffffff63;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}

#booklet .single a:hover:after {
    opacity: 1;
}
#booklet .single .btn{
    margin-top: 15px;
    width: 100%;
}
#booklet .contact-tel{
    position: relative;
    display: inline-block;
    color: #517299!important;
    font-size: 1.8rem;
    text-indent: 30px;
    letter-spacing: 1px;
    font-family: 'TBUD', monospace;
    margin-top: 40px;
}
#booklet .contact-tel a{
    color: #517299 !important;
}
#booklet .contact-tel:before{
    position: absolute;
    content: "";
    background-image: url(../img/tel-icon.svg);
    left: -10px;
    top: 5px;
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
}
#booklet .contact-tel:after {
    content:"いーな　 い い　 ろうご";
    position: absolute;
    top: -15px;
    right: 3px;
    font-size: .5rem;
    letter-spacing: 2px;
}
#booklet .note{
    display: inline-block;
    font-size: .8rem;
    letter-spacing: 1px;
}
#booklet .freetel{
        margin-top: 15px;
        max-width: 320px;
}


#gallery{
    background-image: url(../img/gallery-bg.jpg);
}
#gallery .wrap{
    width: 1300px;
    margin: auto;
    padding: 50px 0;
    position: relative;
}
#gallery .photo01 {
    position: absolute;
    top: 118px;
    left: 34px;
    width: 327px;
    height: 435px;
}

#gallery .photo02 {
    position: absolute;
    top: 118px;
    left: 377px;
    width: 435px;
    height: 328px;
}

#gallery .photo03 {
    position: absolute;
    top: 317px;
    right: 35px;
    width: 435px;
    height: 325px;
}

#gallery .photo04 {
    position: absolute;
    bottom: 102px;
    right: 35px;
    width: 326px;
    height: 435px;
}

#gallery .photo05 {
    position: absolute;
    bottom: 102px;
    right: 375px;
    width: 435px;
    height: 330px;
}

#gallery .photo06 {
    position: absolute;
    bottom: 102px;
    left: 33px;
    width: 440px;
    height: 330px;
}
#gallery .wrap img{
    width: 100%;
}
.gallery_modal{position: relative; display: none;}
.mfp-fade .gallery_modal{
    display: block;
}
.gallery_modal .long-img{max-width: 28vw;}
.gallery_modal .img img{width: 100%;border-radius: 50px;}
.gallery_modal {width: 100vw; height: 100vh; background: #fff; }
.gallery_modal .wrap { width: 100%; height: 100%; position: relative; }
.gallery_modal .content { overflow-y: hidden; height: 100%; }
.gallery_modal .content.type_vertical .img { width: 64.5vw; margin: 0 auto; }
.gallery_modal .scroll_wrap { width: 100%; height: 100%; padding: 8vw 6vw 24vw; overflow-y: auto; }
.gallery_modal .text { padding: 6vw 0 0; }
.gallery_modal .text .modal-only { display: block; }
.gallery_modal .text .category { background: #58a201; color: #fff; font-size: 3.6vw; width: 36.8vw; height: 7vw; letter-spacing: 0.1em; font-weight: bold; text-align: center; line-height: 7vw; border-radius: 0.8vw; padding-top: 0.6vw; margin-bottom: 7vw; }
.gallery_modal .text h2 { font-size: 24px; line-height: 1.6; font-weight: bold; }
.gallery_modal .text p.name { font-size: 13px; padding-top: 7.5vw; }
.gallery_modal .text p.main_text { font-size: 18px; line-height: 1.6; padding-top: 7vw; }
.gallery_modal .text p.note { font-size: 14px; line-height: 1.6; display: flex; padding-top: 7vw; }
.gallery_modal .btns { background: #fff; }
.gallery_modal .btns a { display: block; width: calc(100% / 3); height: 100%; position: absolute; bottom: 0; }
.gallery_modal .btns .arr { font-size: 4vw; font-weight: bold; text-align: center; display: flex; align-items: center; justify-content: center; }
.gallery_modal .btns .arr i { display: block; width: 3.6vw; height: 6.2vw; position: absolute; top: 0; bottom: 0; margin: auto; }
.gallery_modal .btns .arr i:before, .gallery_modal .btns a.arr i:after { content: ""; width: 100%; height: 100%; background-repeat: no-repeat; background-position: right center; background-size: 100% auto; position: absolute; left: 0; top: 0; }
.gallery_modal .btns .arr i:before { background-image: url("../img/modal_arr.png"); }
.gallery_modal .btns .arr.left { left: 0; }
.gallery_modal .btns .arr.left i { left: 6vw; transform: rotate(180deg); }
.gallery_modal .btns .arr.left span { padding: 0 0 0 2vw; }
.gallery_modal .btns .arr.right { right: 0; }
.gallery_modal .btns .arr.right i { right: 6vw; }
.gallery_modal .btns .arr.right span { padding: 0 2vw 0 0; }

.gallery_modal .content { display: flex; align-items: center; }
  .gallery_modal .content.type_vertical .img { width: 70.875vw; margin: 0 auto; }
  .gallery_modal .content.type_vertical .pc_content_wrap .text { width: calc(100% - 26.875vw); }
  .gallery_modal p.note { display: flex !important; padding-top: 2.188vw;line-height: 30px; }
  .gallery_modal .content.type_vertical .pc_content_wrap + .text { display: none; }
  .gallery_modal .scroll_wrap { width: 63.75vw; height: auto; margin: 0 auto; padding: 0; overflow-y: hidden; }
  .gallery_modal .pc_content_wrap { display: flex; }
  .gallery_modal .pc_content_wrap .img { width: 38.125vw; margin: 0 auto; }
  .gallery_modal .pc_content_wrap .text { padding: 3vw 0 0 2.813vw; width: calc(100% - 38.125vw); }
  .gallery_modal .pc_content_wrap .text .pc-modal { display: block; }
  .gallery_modal .pc_content_wrap .text .category { font-size: 1.125vw; width: 11.5vw; height: 2.188vw; line-height: 2.188vw; border-radius: 0.25vw; padding-top: 0.125vw; margin-bottom: 2.188vw; }
  .gallery_modal .pc_content_wrap .text h2 { font-size: 1.5rem; }
  .gallery_modal .pc_content_wrap .text p.name { font-size: 1rem; padding-top: 2.344vw; }
  .gallery_modal .pc_content_wrap .text p.main_text { font-size: 1rem; line-height: 1.8; padding-top: 2.188vw; letter-spacing: 1px;}
  .gallery_modal .pc_content_wrap .text p.note { padding-top: 0; display: none; }
  .gallery_modal .pc_content_wrap + .text { padding-top: 0; }
  .gallery_modal .pc_content_wrap + .text span { display: block; padding-top: 1.875vw; }
  .gallery_modal .p.note { font-size: 14px; line-height: 1.6; padding-top: 0; }
  .gallery_modal .btns a { bottom: 0; }
  .gallery_modal .btns a.arr { width: 6.094vw; height: 6.25vw; font-size: 1.25vw; display: block; padding-top: 4.063vw; bottom: 50%; margin: 0 0 -3.125vw; }
  .gallery_modal .btns a.arr i { width: 1.125vw; height: 1.938vw; top: 1.156vw; bottom: auto; }
  .gallery_modal .btns .arr.left { left: 0; }
  .gallery_modal .btns .arr.left i { left: 2.813vw; }
  .gallery_modal .btns .arr.left span { padding: 0 0 0 0.625vw; }
  .gallery_modal .btns .arr.right { right: 0; }
  .gallery_modal .btns .arr.right i { right: 2.813vw; }
  .gallery_modal .btns .arr.right span { padding: 0 0.625vw 0 0; }
.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content,
.mfp-container button{
    opacity: 0;
    transition: all 0.3s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content,
.mfp-fade.mfp-wrap.mfp-ready .mfp-container button {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content,
.mfp-fade.mfp-wrap.mfp-removing .mfp-container button {
    opacity: 0;
}

.white-popup-block {
    background: #FFF;
    width: 50%;
    margin: 0 auto;
    padding: 5%;
    text-align: center;
}
    .mfp-arrow-right {
        position: absolute;
        right: 30px;
        top: 50%;
        width: 50px;
    }
  .mfp-arrow-right:before {
      position: absolute;
      content: "次へ";
      font-size: 1.5rem;
      width: 100px;
      bottom: -80px;
      right: -15px;
  }
  .mfp-arrow-right:after {
      content: "";
      position: absolute;
      left: -10px;
      top: 0px;
      width: 30px;
      height: 30px;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
  }
.mfp-arrow-left {
    position: absolute;
    left: 30px;
    top: 50%;
    width: 50px;
}
.mfp-arrow-left:before {
    position: absolute;
    content: "前へ";
    font-size: 1.5rem;
    width: 100px;
    bottom: -80px;
    right: -40px;
}
.mfp-arrow-left:after {
    content: "";
    position: absolute;
    left: 30px;
    top: 0px;
    width: 30px;
    height: 30px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
.icon {
    position: absolute;
    width: 35px;
    height: 35px;
    background: #ef9c51;
    border: solid 2px #fff;
    border-radius: 50%;
    bottom: 30px;
    right: 30px;
}
.icon::before,
.icon--plus::after {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 50%;
    content: '';
    display: inline-block;
    width: 20px;
    height: 1px;
    border-top: 2px solid #fff;
    transform: translateX(-50%);
}
.icon--plus:after {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
}
.photo01::after,.photo02::after,.photo03::after,
.photo04::after,.photo05::after,.photo06::after {
    background: #ffffff63;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
}
.photo01:hover::after,.photo02:hover::after,.photo03:hover::after,
.photo04:hover::after,.photo05:hover::after,.photo06:hover::after {
    opacity: 1;
}


#care-info .wrap{
    width: 1200px;
    margin: 100px auto 150px;
    text-align: center;
}
#care-info h2{
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std,'AOFT',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 2px;
}
#care-info p{
    font-size: 1.2rem;
    line-height: 45px;
    letter-spacing: 2px;
    margin-top: 30px;
}
#care{
    background-image: url(../img/care-bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
#care .wrap{
    width: 1300px;
    margin: auto;
    position: relative;
}
#care .wrap:before {
    content: "くららのケアのカタチ";
    position: absolute;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-family: fot-tsukuardgothic-std,'AOFT',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    top: 50px;
    left: 1.5vw;
    font-size: 3.2rem;
}
#care .wrap:after {
    content: "";
    background-image: url(../img/exterior.jpg);
    background-size: 100%;
    position: absolute;
    width: 400px;
    height: 300px;
    top: -150px;
    right: 0;
    mix-blend-mode: darken;
}
#care .content-wrap{
    width: 70%;
    margin: auto;
    padding: 100px 0;
    text-align: left;
}
#care h2{
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std,'AOFT',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 2px;
}
#care p{
    font-size: 1.1rem;
    line-height: 45px;
    letter-spacing: 2px;
    margin-top: 50px;
    margin-bottom: 30px;
}
#care .content-wrap .illust{
    margin-left: -5vw;
    width: 100%;
    display: block;
}
#care .flex-wrap{
    display: flex;
    justify-content: space-between;
    margin-top: -150px;
}
#care .left-wrap{
    width: 45%;
    display: table;
    background-image: url(../img/left-bg.png);
    background-repeat: no-repeat;
    background-size: 80%;
    background-position: bottom;
}
#care .right-wrap{
    width: 45%;
    display: table;
    background-image: url(../img/right-bg.png);
    background-repeat: no-repeat;
    background-size: 90%;
    background-position: center top;
    padding-top: 60px;
}
#care .content{
    display: table-cell;
    vertical-align: bottom;
}
#care h4{
    text-align: center;
}
#care .left-wrap p,
#care .right-wrap p{
    margin-top: 20px;
    font-size: 1rem;
    line-height: 40px;
}
#care .flex-wrap .note{
    font-size: .8rem;
    letter-spacing: 0;
    line-height: 20px;
}

#support {
    background-image: url(../img/support-bg.jpg);
    width: 90%;
    margin: auto;
    border-radius: 30px;
}
#support h3 img{
    width: 100%;
    max-width: 340px;
}
#support h4 img {
    width: 90%;
}
#support .wrap{
    max-width: 1500px;
    margin: auto;
    padding: 100px 0;
}
#support h3{
    margin: 0 auto 30px;
    text-align: center;
}
#support h4 {
    margin: 0 auto 30px;
    text-align: center;
}
#support .text-wrap{
    border-radius: 30px;
    background-color: #fff;
    padding: 30px 50px;
    width: 74%;
    margin: auto;
    box-sizing: border-box;
    border: solid 4px #fdefd3;
}
#support .text-wrap .title01{
    width: 550px;
    margin: auto;
}
#support .text-wrap p{
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: 35px;
    margin-top: 25px;
}
#support .middle-wrap{
    width: 45%;
    margin: auto;
    position: relative;
}
#support .middle-wrap:before {
    content: "";
    position: absolute;
    background-image: url(../img/support-left.png);
    background-repeat: no-repeat;
    left: -355px;
    top: 100px;
    width: 400px;
    height: 700px;
    background-size: 90%;
}
#support .middle-wrap:after {
    content: "";
    position: absolute;
    background-image: url(../img/support-right.png);
    background-repeat: no-repeat;
    right: -355px;
    top: 100px;
    width: 400px;
    height: 700px;
    background-size: 90%;
}
#support .middle-wrap h4{
    padding: 100px 0 0;
}
#support .middle-wrap span{
    font-size: 1.5rem;
    font-family: 'TBUD',monospace;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
#support .middle-wrap p{
    width: 90%;
    margin: auto;
    font-size: 1.1rem;
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 80px;
}
#support .title02{
    width: 100%;
        max-width: 800px;
        margin: auto;
}
#support .grid-wrap{
    display: grid;
    grid-template-columns: 1fr .35fr;
    gap: 30px;
}
#support .role-img{
    width: 100%;
    margin-top: 25px;
}
#support .grid-wrap .note{
    display: inline-block;
    font-size: .8rem;
    line-height: 20px;
    margin-top: 20px;
}

#service {
    background-image: url(../img/service-bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
#service .wrap{
    width: 900px;
    margin: 50px auto 0;
    padding: 100px 0 50px;
}
#service h3{
    margin: 0 auto 50px;
    text-align: center;
}
#service h4{
    font-size: 2rem;
    font-family: fot-tsukuardgothic-std,'AOFT',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 5px;
    text-align: left;
}
#service .wrap p{
    font-size: 1rem;
    line-height: 35px;
    letter-spacing: 2px;
    text-align: left;
    margin-top: 35px;
}
#service .wrap .note{
    display: inline-block;
    font-size: .8rem;
    margin: 20px auto 50px;
    line-height: 20px;
    letter-spacing: 0;
}
#service .wrap .note2 {
    display: inline-block;
    font-size: .95rem;
    margin: 20px auto 50px;
    line-height: 20px;
    letter-spacing: 0;
}
#service .flex-wrap{
    display: flex;
    margin-left: calc(40% - 25vw);
    margin-right: calc(40% - 25vw);
    justify-content: space-between;
}
#service .right-wrap,
#service .left-wrap {
    width: 50%;
}
#service .right-wrap{
    margin-left: 10px;
    margin-right: auto;
}
#service .left-wrap {
    margin-right: 10px;
    margin-left: auto;
}
#service .right-wrap>img{
    width: 100%;
}
#service .left-wrap>img{
    width: 100%;
}
#service .right-wrap>div {
    width: 90%;
    margin: 30px auto;
    position: relative;
}
#service .left-wrap>div {
    width: 90%;
    margin: 30px auto;
    position: relative;
}
#service .right-wrap>div:before,
#service .left-wrap>div:before {
    background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: -25px;
}
#service .right-wrap>div:after,
#service .left-wrap>div:after {
    background: radial-gradient(circle farthest-side, gray, gray 30%, transparent 30%, transparent);
    background-size: 10px 10px;
    content: '';
    display: inline-block;
    height: 10px;
    width: 100%;
    position: absolute;
    bottom: -15px;
}
#service .right-wrap span,
#service .left-wrap span{
    line-height: 10px;
    height: 30px;
    display: inline-block;
    text-indent: 10px;
    font-weight: 600;
    font-size: .9rem;
}
#service .flex-wrap ul {
    margin-top: 15px;
}
#service .flex-wrap li {
    list-style-type: none;
    position: relative;
    padding-left: 0.7em;
    line-height: 35px;
    letter-spacing: 0px;
    font-size: 1vw;
}
#service .flex-wrap li:before {
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    background: #eb973b;
}
#service .right-wrap li>span,
#service .left-wrap li>span{
    font-weight: 100;
    font-size: .6rem;
}

#service-list {
    background-image: url(../img/service-list-bg.jpg);
    background-position: top;
    background-repeat: repeat-x;
}
#service-list .wrap{
    width: 1200px;
    margin: auto;
    text-align: center;
    margin-bottom: 50px;
}
#service-list .wrap a{
    display: block;
    position: relative;
}
#service-list .wrap a:after {
    left: 0;
    content: "";
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

#service-list .wrap a:hover:after {
    content: "";
    width: 80%;
    height: 1px;
    border-bottom: solid 1px #335a8e;
    position: absolute;
    bottom: 15px;
    left: 0;
    margin: auto;
    transform: scale(1, 1);
}
#service-list h2{
    font-size: 2.5rem;
    font-family: fot-tsukuardgothic-std,'AOFT',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 50px;
    letter-spacing: 2px;
    padding: 50px 0;
}
#service-list ul{
    display: flex;
    justify-content: space-between;
}
#service-list li {
    width: calc(86%/3);
    text-align: left;
}
#service-list li img{
    width: 100%;
}
#service-list li a>span{
    position: relative;
    color: #335a8e;
    font-size: 1.5rem;
    letter-spacing: 1px;
    margin: 20px auto 30px;
    display: inline-block;
    font-family: 'AOFT';
}
#service-list li a>span::before {
    position: absolute;
    content: "";
    right: -2vw;
    top: 6px;
    width: 9px;
    height: 9px;
    border-top: 2px solid #335a8e;
    border-right: 2px solid #335a8e;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#service-list p{
    font-size: .9rem;
    line-height: 30px;
    letter-spacing: 1px;
    vertical-align: baseline;
    display: contents;
}
#service-list .note {
    display: inline-block;
    font-size: .8rem;
    line-height: 20px;
    margin-top: 50px;
    text-align: left;
}
.trade{
    font-size: .7rem;
    vertical-align: super;
    display: inline-block;
}
.trade2 {
    font-size: .6rem;
    vertical-align: super;
    display: inline-block;
}


footer{
    background-image: url(../img/booklet-bg.jpg);
}
footer .contact{
    width: 1200px;
    margin: auto;
}
footer .title{
    text-align: center;
    font-family: fot-tsukuardgothic-std,'AOFT',"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 2.5rem;
    letter-spacing: 3px;
    width: 100%;
    margin: 30px auto;
    display: inline-block;
}
footer .contact-wrap{
    display: flex;
    justify-content: space-between;
}
footer .item{
    width: 43%;
    background: #fff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    font-size: 1.2rem;
    letter-spacing: 2px;
    border:solid 1px #335a8e;
    font-family: 'AOFT';
    font-weight: bold;
}
footer .item a{
    display: block;
    position: relative;
}
footer .item a:after{
    background: #ffffff63;
        position: absolute;
        top: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 100%;
        transition: opacity 0.3s ease;
        opacity: 0;
}
footer .item a:hover:after{
    opacity: 1;
}
footer .item .btn {
    margin-top: 15px;
    width: 70%;
}
footer .contact-tel {
    position: relative;
    display: inline-block;
    color: #517299;
    font-size: 2.5rem;
    text-indent: 50px;
    letter-spacing: 1px;
    font-family: 'TBUD', monospace;
    margin-top: 40px;
}
footer .contact-tel a{
    color: #517299;
}
footer .contact-tel:before {
    position: absolute;
    content: "";
    background-image: url(../img/tel-icon.svg);
    left: -10px;
    top: 5px;
    width: 50px;
    height: 35px;
    background-repeat: no-repeat;
}
footer .contact-tel:after {
    content: "いーな　 い い　 ろうご";
    position: absolute;
    top: -15px;
    right: 3px;
    font-size: .6rem;
    letter-spacing: 6px;
}
footer .note {
    display: inline-block;
    font-size: .95rem;
    font-weight: bold;
}
footer .copy{
    display: inline-block;
    margin: 30px auto;
    color: #fff;
    width: 100%;
    text-align: center;
}
footer .freetel {
    margin-top: 10px;
    max-width: 400px;
}
#page_top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 3vw;
    bottom: 50px;
}
#page_top a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-decoration: none;
    font-size: .6rem;
}
#page_top a:before{
    content: "";
    background-image: url(../img/arrow.svg);
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}






/*-------　　　　　ココからスマホ　　　　　-------*/

@media screen and (max-width:749px) {
    .mb30{
        margin-bottom: 30px;
    }
    p{
            font-size: .9rem!important;
                line-height: 25px!important;
    }
    #colorbox{
        width: 100%!important;
    }
    button#cboxClose:before {
        font-size: 10vw;
        top: 4vw;
        right: 8vw;
    }
    .popup-close:before{
        font-size: 10vw;
            top: -12vw!important;
            right: 8vw;
    }
    .l-header {
        height: 65px;
    }
    .p-header__logo-container {
        padding-left: 20px;
    }
    .c-header__logo-name {
        height: 65px;
    }
    .c-header__logo-name img {
        width: 100%;
        min-width: 200px;
        max-width: 200px;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
    }
#g-nav {
        position: fixed;
        z-index: -1;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: #fff;
        transition: all 0.3s;
    }
    #g-nav.panelactive {
        opacity: 1;
        z-index: 997;
        top: 65px;
    }
    #g-nav.panelactive #g-nav-list {
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    #g-nav ul {
        display: none;
        position: absolute;
        z-index: 9;
        top: 5%;
        right: 10vw;
        transition: all 0.3s;
    }
    #g-nav.panelactive ul {
        display: block;
        width: 80%;
    }
    .c-header__nav-item-pc:nth-of-type(n+2) {
        margin-left: unset;
    }
    li.c-header__nav-item-pc:before {
        background: unset;
    }
    #g-nav li {
        position: relative;
        list-style: none;
        text-align: left;
        color: #58595b;
        line-height: 25px;
        border-bottom: dotted;
        padding-left: 5vw;
    }
    #g-nav li:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 50%;
        width: 10px;
        height: 10px;
        border-top: 1px solid #000;
        border-right: 1px solid #000;
        transform: translateX(-50%) rotate(135deg);
        right: 6vw;
    }
    #g-nav li a {
        color: #333;
        text-decoration: none;
        padding: 4vw 10px;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
    .openbtn1 {
        background-color: #ef9c51;
        border-radius: 40px;
        position: fixed;
        z-index: 998;
        top: 3%;
        right: 5vw;
        cursor: pointer;
        width: 65px;
        height: 65px;
    }
    .openbtn1 b{
        display: inline-block;
        font-size: 2.5vw;
        color: #fff;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        width: 50%;
        top: 10px;
        font-family: 'AOFT';
    }
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        right: 0;
        left: 0;
        margin: auto;
        height: 2px;
        border-radius: 2px;
        background-color: #fff;
        width: 50%;
    }
    .openbtn1 span:nth-of-type(1) {
        top: 46px;
    }
    .openbtn1 span:nth-of-type(2) {
        top: 38px;
    }
    .openbtn1 span:nth-of-type(3) {
        top: 30px;
    }
    .openbtn1.active span:nth-of-type(1) {
        top: 33px;
        right: 0px;
        transform: translateY(6px) rotate(-45deg);
    }
    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 45px;
        right: 0px;
        transform: translateY(-6px) rotate(45deg);
    }
    #booklet .single .btn{
    min-width: 145px;
}

    .mv{
        height: 100vw;
        min-height: 430px;
        background-position: center -10px;
        width: 100%;
        background-size: 180%;
    }
    .mv-content{
        width: 90%;
        top: -30px;
        height: 100vw;
        min-height: 400px;
        background-size: cover;
    }
    .mv-content .text-wrap{
        left: 0;
        right: 0;
        top: 6vh;
        margin: auto;
        width: 120px;
    }
    .mv-content .text-wrap span{
        font-size: .7rem;
        margin-left: 0;
        letter-spacing: 1px;
    }
    .mv-content h1 img {
        max-height: 150px;
        height: 100%;
        background-position: 1px 30px;
    }
    .info-wrap{
        margin: 0 auto 50px;
    }
    .info-wrap p{
        width: 80%;
        margin: auto;
        font-size: 1rem;
    }
    #care-info h2{
        font-size: 1.2rem;
        line-height: 30px;
        width: 80%;
        margin: auto;
    }
    #care-info p{
        font-size: 1rem;
        width: 80%;
        margin: 30px auto;
        letter-spacing: 1px;
    }

    #area {
        width: 100%;
        left: 0;
    }
    #area .tap{
        font-size: .8rem;
        font-weight: bold;
        margin: 30px auto;
        width: 80%;
        text-align: center;
    }
    #area .note{
        width: 80%;
        line-height: 20px;
        margin: 30px auto;
        font-size: .6rem;
    }
    #popup1,#popup2,
    #popup3,#popup4,#movie-content {
        max-width: unset;
        width: 95%;
        height: auto;
    }
    #movie-content iframe {
        width: 95%;
        margin: auto;
    }
    #popup1 .flex-wrap,
    #popup2 .flex-wrap,
    #popup3 .flex-wrap,
    #popup4 .flex-wrap {
        display: block;
        padding: 6vw 5vw;
        box-sizing: border-box;
    }
    #popup1 .content,
    #popup2 .content,
    #popup3 .content,
    #popup4 .content {
        max-width: 350px;
    }
    #popup1 img,#popup2 img,
    #popup3 img,#popup4 img {
        display: block;
        max-height: 220px;
    }
    #popup1 h3,#popup2 h3,
    #popup3 h3,#popup4 h3 {
        margin: 10px auto 20px;
        font-size: .8rem;
        line-height: 25px;
    }
    #popup1 p,#popup2 p,
    #popup3 p,#popup4 p {
        font-size: .7rem!important;
        line-height: 20px!important;
    }
    .ep01 img{
        width: 28vw;
    }
    .ep02 img{
        width: 34vw;
    }
    .ep03 img{
        width: 40vw;
    }
    .ep04 img {
        width: 35vw;
    }
    .ep05 img{
        width: 33vw;
    }
    .inline img {
        width: 25vw;
    }
    .popup-link:before {
        bottom: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        z-index: 1;
    }
    .ytube img{
        width: 35vw;
    }
    .ep01{
        right: 15vw;
        top: 2vw;
    }
    .ep02{
        left: 15vw;
        bottom: 55vw;
    }
    .ep03{
        left: 5vw;
        top: 53vw;
    }
    .ep04{
        right: 15vw;
        top: 26vw;
    }
    .ep05{
        left: 8vw;
        top: 5vw;
    }
    .inline{
        bottom: 80px;
        right: 3vw;
    }
    .ytube{
        bottom: 80px;
    }
    .ep01:hover:before,.ep02:hover:before,.ep03:hover:before,.ep04:hover:before{
        content: unset;
    }
    #booklet .wrap{
        width: 100%;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: unset;
        padding: 20px 30px;
        gap: 20px;
    }
    #booklet .single{
    }
    #booklet .item{
        grid-column: 1/3;
    }
    .sp-menu-foot{
        z-index: 10;
    }
    .sp-menu-foot .wrap{
        gap: 0px 20px!important;
        padding: 10px 30px!important;
    }
    .sp-menu-foot .item{
        grid-column: unset!important;
        background: unset!important;
        padding: 0!important;
    }
    .sp-menu-foot .big-box img{
        max-width: 130px;
    }
    .book-sp{
        width: 100%;
        grid-column: 1/3;
        grid-row: 1;
    }
    #booklet .contact-tel {
        margin-top: 15px;
        line-height: 20px;
        text-indent: unset;
    }
    #booklet .contact-tel a {
        font-size: 1rem;
        margin-left: 15vw;
        display: block;
    }
    #booklet .contact-tel:before {
        background-size: 100%;
        left: 0px;
        top: 5px;
        width: 55px;
        height: 40px;
    }
    #booklet .contact-tel:after {
        content: unset;
    }
    #booklet .note {
        display: inline-block;
        font-size: .6rem;
        letter-spacing: 0;
    }
    #booklet .sp-btn{
            width: 100%;
            margin: auto;
            grid-column: 1/3;
    }
    #booklet .wrap a{
        grid-column: 1/3;
    }
    footer .sp-btn {
        width: 80%;
        margin: 20px auto;
    }

    #gallery .wrap{
        width: 100%;
    }
    #gallery .photo01{top: 56vw;}
    #gallery .photo03{top: 109vw;}
    #gallery .photo04{top: 161vw;}
    #gallery .photo02{bottom: 122vw; top:unset;}
    #gallery .photo06{bottom: 70vw; top:unset;}
    #gallery .photo05{bottom: 17vw; top:unset;}

    #gallery .photo01,#gallery .photo02,
    #gallery .photo03,#gallery .photo04,
    #gallery .photo05,#gallery .photo06
    {left: 20px; width: 90vw; height: 47vw;}

    .gallery_modal .long-img{max-width: 200px;}
    .gallery_modal .scroll_wrap {width: 75%;height:100%;overflow: auto;}
    .gallery_modal .pc_content_wrap {display: block; margin: 60px 0 0;}
    .gallery_modal .content.type_vertical .img {width: 100%;}
    .gallery_modal .img img {border-radius: 30px;max-height: 350px; object-fit: scale-down;}
    .gallery_modal .content.type_vertical .pc_content_wrap .text {width: 100%; margin-top: 10px; padding-left: 0;}
    .gallery_modal .pc_content_wrap .text h2 {font-size: 1rem;}
    .gallery_modal .pc_content_wrap .text p.main_text {font-size: .8rem;}
    .gallery_modal p.note {font-size: .5rem!important; line-height: 20px!important;margin-bottom: 60px;}
    .mfp-arrow-right{
        right: 0;
        top: 20vh;
    }
    .mfp-arrow-right:before {
        font-size: 1rem;
        right: -25px;
    }
    .mfp-arrow-right:after {
        left: 0px;
        top: 0px;
    }
    .mfp-arrow-left{
        left: 0;
        top: 20vh;
    }
    .mfp-arrow-left:before {
        font-size: 1rem;
        right: -30px;
    }
    .mfp-arrow-left:after {
        left: 20px;
        top: 0px;
    }

    #care-info .wrap{
        width: 100%;
        margin: 50px auto 150px;
    }
    #care .wrap{
        width: 100%;
    }
    #care .wrap:before{
        left: 15px;
        font-size: 2.2rem;
    }
    #care .wrap:after{
        width: 200px;
        height: 150px;
        top: -150px;
        left: 0;
        margin: auto;
    }
    #care .content-wrap{
        width: 70%;
        margin-right: 10%;
        padding: 50px 0;
    }
    #care h2{
        font-size: 1.2rem;
        line-height: 30px;
        margin-top: 20px;
    }
    #care p{
        margin-top: 30px;
    }
    #care .flex-wrap .note{
        font-size: .7rem!important;
        letter-spacing: 2px;
        line-height: 20px!important;
    }
    #care .content-wrap .illust {
        margin-left: unset;
        width: 100%;
        display: block;
    }
    #care .flex-wrap {
        display: block;
        margin-top: unset;
    }
    #care .flex-wrap img{
        width: 100%;
    }
    #care .left-wrap {
        width: 100%;
        background-size: 100%;
        background-position: center;
        padding-top: 30px;
    }
    #care .right-wrap {
        width: 100%;
        padding-top: 30px;
        background-position: center top 120px;
    }
    #support .wrap{
        padding: 50px 0;
    }
    #support h3 img {
        width: 100%;
        max-width: 200px;
    }
    #support .text-wrap .title01 {
        width: 100%;
    }
    #support .middle-wrap {
        width: 90%;
    }
    #support .middle-wrap:before,
    #support .middle-wrap:after {
        content: unset;
    }
    #support .middle-wrap p {
        margin-bottom: 30px;
        width: 90%;
    }
    #support .middle-wrap h4 {
        padding: 50px 0 0;
        margin: 0 auto 30px;
    }
    #support .middle-wrap span {
        font-size: 1.2rem;
        line-height: 30px;
        margin-bottom: 30px;
    }
    #support .spimg-wrap{
        display: block!important;
        justify-content: space-between;
        margin-bottom: 30px;
        text-align: center;
    }
    #support .spimg-wrap img{
        width: 100%;
    }
    #support .text-wrap {
        width: 90%;
        padding: 30px;
    }
    #support .grid-wrap {
        display: block;
    }
    #support .text-wrap .role-img{
        margin-top: 30px;
    }
    #support .grid-wrap .note {
        font-size: .7rem;
        line-height: 20px;
        margin-top: 20px;
        letter-spacing: 2px;
    }

    #service .wrap{
        width: 80%;
        padding: 50px 0;
    }
    #service .wrap h3 {
        text-align: center;
    }
    #service .wrap h3 img{
        width: 100%;
        max-width: 200px;
    }
    #service h4{
        font-size: 1.2rem;
        line-height: 30px;
    }
    #service .wrap p {
        font-size: 1rem;
        line-height: 30px;
        margin-top: 30px;
    }
    #service .wrap .note{
        font-size: .7rem;
        letter-spacing: 2px;
    }
    #service .wrap .note2 {
        font-size: .75rem!important;
        letter-spacing: 2px;
    }
    #service .flex-wrap li {
        font-size: .9rem;
    }

    #service-list {
        background-size: 300%;
    }
    #service-list .wrap{
        width: 100%;
    }
    #service-list ul {
        display: block;
    }
    #service-list li{
        width: 80%;
        margin: auto;
    }
    #service-list li a>span {
        font-size: 1.3rem;
    }
    #service-list li a>span::before {
        right: -30px;
    }
    #service-list h2 {
        font-size: 1.8rem;
        padding: 50px 0 30px;
    }
    #service-list p{
            margin-bottom: 30px;
            display: inline-block;
            font-size: .9rem !important;
            line-height: 1.8 !important;
    }
    #service-list .note{
            display: inline-block;
            width: 80%;
            margin: 10px auto 0;
            font-size: .75rem !important;
            line-height: 20px!important;
    }

    #service .flex-wrap {
        display: block;
        margin-left: calc(20% - 20vw);
        margin-right: calc(20% - 20vw);
    }
    #service .right-wrap div>img,
    #service .left-wrap div>img{
        width: 50%;
    }
    #service .right-wrap,
    #service .left-wrap {
        width: 100%;
        margin: auto;
    }
    #service .right-wrap{
        padding-top: 30px;
    }
    #service .right-wrap span,
    #service .left-wrap span {
        line-height: 30px;
    }
    #service .right-wrap li>span,
    #service .left-wrap li>span {
        font-size: .8rem;
    }

    footer .title{
        font-size: 1.2rem;
        letter-spacing: 1px;
    }
    footer .contact>img {
        width: 70%;
        margin: auto;
    }
    footer .contact-wrap {
        display: block;
    }
    footer .contact-tel{
        margin-top: 0px;
        line-height: 20px;
        text-indent: unset;
    }
    footer .contact-tel a{
        font-size: 1rem;
        margin-left: 15vw;
        display: block;
    }
    footer .contact-tel:before{
        background-size: 100%;
        left: 0px;
        top: 5px;
        width: 55px;
        height: 40px;
    }
    footer .contact-tel:after{
        content: unset;
    }
    footer .item{
        width: 85%;
        box-sizing: border-box;
        padding: 20px 0px;
        margin: 20px auto;
    }
    footer .contact{
        width: 100%;
    }
    footer .note{
        letter-spacing: 0;
    }
        footer .copy {
            font-size: .6rem;
        }
    #page_top {
        bottom: 20px;
    }
}