@charset "utf-8";
html
*{
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* Android */
}
*:focus{
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* Android */
}

a{
  -webkit-tap-highlight-color: rgba(0,0,0,0); /* Android */
}

body{
    font-family: "Zen Maru Gothic","ヒラギノ角ゴシック";
    background: #FDFAF0;
    color: #6B5A50;

}
body.fixed{
    width: 100%;
    overflow: hidden;
  }

.drawer-icon {
    display: none;
    position: fixed;
    top: 33px;
    right: 17px;
    z-index: 9300;
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    width: 16px;
    height: 16px;
    max-width: 100%;
    cursor: pointer;
  }

.drawer-icon__bar2.is-active {
    display: none;
  }
.drawer-icon__bar3.is-active {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            top: 0;
  }
  
  .drawer-icon__bars {
    width: 16px;
    height: 16px;
    display: block;

    position: relative;

  }
  
  .drawer-icon__bar1,
  .drawer-icon__bar2,
  .drawer-icon__bar3 {
    position: absolute;
    width: 20px;
    height: 1px;
    background: #6B5A50;
    z-index: 9300;
  }
  
  .drawer-icon__bar1 {
    top: 0;
  }
  
  .drawer-icon__bar2 {
    top: 7.5px;
  }
  
  .drawer-icon__bar3 {
    top: 16px;
  }
.drawer-icon__bar1.is-active  {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
  .drawer-content {
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: #F5F2CE;
    z-index: 9200;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s;
    overflow: hidden;
  }
  .drawer-content.is-active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }

  .drawer__logo{
    aspect-ratio: 105 / 75;
    width: 105px;
    margin: auto;
    position: relative;
    z-index: 9400;
  }

  .drawer__logo img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
  
  .drawer-content__items {
    text-align: center;
    margin-top: 36px;
  }
  .drawer-content__items a {
    color: #6B5A50;
    text-decoration: none;
    position: relative;
    font-size:18px;
    letter-spacing: 0.18rem;
    line-height: calc(20 / 14);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 10px;
    display: block;
    font-weight: bold;
  }

  .drawer-content__items a:not(:first-child){
    margin-top: 30px;
  }


header{
    position: fixed;
    height: 90px;
    background: #FDFAF0;
    z-index: 1000;
    width: 100%;
}
.header__inner{
    height: inherit;
}
.header__logo{
    aspect-ratio: 112 / 42;
    width: 112px;
}

.header__logo img{
    width: 100%;
    height: auto;
    object-fit: cover;

}

.header-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: inherit;

}

.header-nav__items {
    display: flex;

}

.header-nav__item {


}
.header-nav__item:not(:first-child){
    margin-left: 40px;
}
.header-nav__item a{
    color: #6B5A50;
    font-size: min(2vw,18px);
    line-height: calc(20 / 14);
    font-weight: bold;

}

.inner {
    width: 950px;
    max-width: 100%;
    margin: auto;
    padding-left: 25px;
    padding-right: 25px;

}

.fv{
    padding-top: 90px;
}

.fv__inner{
    background: url(../img/fv_pc.png)center right / contain no-repeat;
    height: 475px;
    margin-top: 25px;


}

.fv__title {
    font-size: min(3.4vw,30px);
    letter-spacing: 3.6px;
    line-height: calc(45 / 30);
    margin-top: 90px;
    font-weight: 500;
    display: inline-block;



}
.fv__title span{
    background: linear-gradient(transparent 80%, white 20%);
}
.service {
    padding: 83px 0 113px;

}

.service__about {
 

}

.service__title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.service__title::before{
    content:"";
    background: url(../img/title-pink.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.service__title::after{
    content:"";
    background: url(../img/title-pink.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
}

.section-title {
    font-size: 24px;
    letter-spacing: 2.88px;
    line-height: calc(36 / 24);

}

.service__text {
    text-align: center;
    margin-top: 33px;
    font-size: 18px;
    line-height: calc(28 / 14);

}

.servise__sefety {
    margin-top: 103px;  

}

.safety__contents {
    display: flex;
    margin-top: 36px;
}

.safety__cards {
    width: 33.3%;
   
}

.safety__cards:not(:first-child){
    margin-left: 12px;
}

.card {
    background: #fff;
    padding: 10px 22px;
    border-radius: 20px;


}

.card__title {
    color:#6B5A50;
    font-size: min(1.8vw,18px);
    line-height: calc(36 / 18);
    padding-bottom: 16px;
    border-bottom: 1px solid #E5B3C1;
    text-align: center;

}

.card__img {
    aspect-ratio: 177 / 121;
    width: 177px;
    margin: 32px auto;

}

.card__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card__irasuto{
    aspect-ratio: 1 / 1;
    width: 120px;
    margin: 32px auto;
}

.card__irasuto img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.card__text {
    font-size: 14px;
    line-height: calc(20 / 12);


}

.service__merit {
    margin: 114px auto 0;
    width: 596px;
    max-width: 100%;

}

.table__img{
    margin: 31px auto 0;
    padding-top: calc(272 / 596 *100%);
    width: 100%;
    position: relative;

}

.table__img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

}

.flow {
    background: #fff;
    padding:10px 0 60px;


}

.flow__title {
    text-align: center;
    margin-top: 60px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flow__title::before{
    content:"";
    background: url(../img/title-yellow.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.flow__title::after{
    content:"";
    background: url(../img/title-yellow.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
}


.flow__sub-title {
    font-size: 18px;
    letter-spacing: 2.16px;
    line-height: calc(36 / 18);
    margin-top: 25px;
    text-align: center;

}

.flow__contents {
    margin-top: 30px;
    position: relative;
    z-index: 1;

}

.flow__contents::before{
    position: absolute;
    content: "";
    background: url(../img/logo_a.png)center center / cover no-repeat;
    width: 102px;
    height: 97px;
    z-index: 2;
    top: -80px;
    left: 1%;

}

.flow__content {
    display: flex;
    background: #F5F2CE;
    border-radius: 20px;
    padding:20px 65px 20px 57px ;
    max-width: 100%;
    min-height: 122px;

}

.content__title {
    font-size: 18px;
    width: 298px;
    max-width: 100%;
    letter-spacing: 2.16px;
    padding-top: 30px;
    line-height: 1.2;

}

.titles{
    padding-top: 10px;
    line-height: calc(26 / 18);
}

.content__text {
    font-size: 18px;
    width: calc(100% - 298px);
    max-width: 100%;
    padding-left: 20px;
    position: relative;
    line-height: calc(28 / 14);

}

.content__text::before{
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #6B5A50;
    top: 0;
    left: -12%;
    opacity: 0.5;

}

.flow__next {
    margin: 20px auto;
    aspect-ratio: 40 /20;
    width: 40px;



}
.flow__next img{
    width: 100%;
    height: auto;
}

.price {
    padding: 120px 0 110px;

}

.price__title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.price__title::before{
    content:"";
    background: url(../img/title-brown.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.price__title::after{
    content:"";
    background: url(../img/title-brown.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
}

.price__menu {
    display: flex;
    margin-top: 40px;

}

.menu__plan {
    border:2px solid #EBB2C2;
    border-radius: 20px;
    background: #fff;
    width: 50%;
    padding: 35px 50px;

}

.menu__title {
    text-align: center;

}

.plan__title {
    text-align: center;
    color: #EBB2C2;
    position: relative;
    font-size: 18px;
    line-height: calc(36 / 18);
    letter-spacing: 2.16px;
    font-weight: bold;

}

.plan__title::after{
    content: "";
    position: absolute;
    height: 1px;
    width: 344px;
    background: #EBB2C2;
    bottom: -40%;
    left: 0;
    max-width: 100%;

}

.plan__text{
    font-size: min(1.7vw,18px);
    line-height: calc(28 /14);
    margin-top: 28px;
}

.circle{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #6B5A50;
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 5px;
}

.plan__text span{
    font-weight: 500;

}

.price__items {
    margin-top: 38px;

}

.price__item {
    display: flex;
    padding: 16px 0;
    align-items: center;
    position: relative;

}

.price__item::before{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 45%;
    transform: translateX(-45%);
    width: 446px;
    height: 1px;
    max-width: 100%;

}


.price__item:last-child::after{
        background: url(../img/dotto.png) center center / cover no-repeat;
        content: "";
        position: absolute;
        bottom: 0;
        left: 45%;
        transform: translateX(-45%);
        width: 446px;
        height: 1px;
        max-width: 100%;
    
    }


.price__time {
    font-size:  min(2vw,20px);
    margin-left: 18px;
    letter-spacing: 2.4px;

}

.price__text {
    font-size: min(2vw,20px);
    margin-left: 125px;
    letter-spacing: 2.4px;
}

.price__last{
    margin-left: 117px;

}

.price__text span{
    font-size: min(1.5vw,14px);

}


.menu__option {
    border:2px solid #DDCC37;
    border-radius: 20px;
    background: #fff;
    margin-left: 12px;
    width: 50%;
    padding: 35px 45px 35px 50px;
    position: relative;

}

.option{
    color: #DDCC37;
}

.option::after{
    background: #DDCC37;
}

.menu__option::before{
    position: absolute;
    content: "";
    background: url(../img/logo_c.png)center center / cover no-repeat;
    width: 102px;
    height: 97px;
    z-index: 2;
    top: -85px;
    right: 0;

}

.option__item{
    margin-top: 15px;
}

.option__item::after{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    transform: translateX(-45%);
    width: 446px;
    height: 1px;
    max-width: 100%;

}
.wide{
    margin-top: 21px;
}

.min{
    padding-left: 15px;
}

.option__text {
    margin-top: 18px;

}

.mt52{
    margin-top: 52px;
}

.option__time{
    font-size: min(1.7vw,18px);
    margin-left: 5px;


}

.option__price{
    margin-left: 18px;
}

.option__attention {

}

.price__attention {
    font-size: min(1.7vw,18px);
    line-height: calc(28 / 14);
    margin-top: 50px;
    margin-left: 50px;

}

.faq {
    background: #F5F2CE;
    padding: 60px 0 90px;

}

.faq__title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq__title::before{
    content:"";
    background: url(../img/title-white.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.faq__title::after{
    content:"";
    background: url(../img/title-white.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
}

.faq__contents {
    position: relative;    
    width: 596px;
    max-width: 100%;
    margin:40px auto 0;

}

.faq__content {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    display: flex;


}

.head__last{
    margin-top: 20px;
}

.q__img{
    aspect-ratio: 43 / 40;
    width: 43px;

}
.q__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.a__img{
    aspect-ratio: 43 / 40;
    width: 43px;
    margin-top: 20px;

}
.a__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.faq__contents::before{
    position: absolute;
    content: "";
    background: url(../img/logo_b.png)center center / cover no-repeat;
    width: 96px;
    height: 105px;
    z-index: 2;
    top: -90px;
    left: -4%;
}

.faq__content:not(:first-child){
    margin-top: 10px;
}

.faq__body{
    margin-top: 10px;
}

.q-content {



}

.q-text {
    font-size: min(1.7vw,18px);;
    line-height:  calc(28 / 18);;
    position: relative;
    padding-left:28px ;
    padding-bottom: 15px;

}

.q-text::after{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 45%;
    transform: translateX(-45%);
    width: 446px;
    height: 1px;
    max-width: 100%;

}

.a-content {
    padding: 14.5px 0 0;

}

.a-text {
    font-size: min(1.7vw,18px);;
    line-height: calc(28 / 18);
    position: relative;
    padding-left:28px ;
}


.profile {
    background: #fff;
    padding: 60px 0;

}

.profile__title {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile__title::before{
    content:"";
    background: url(../img/title-yellow.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.profile__title::after{
    content:"";
    background: url(../img/title-yellow.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
}


.profile__contents {
    background: #FDFAF0;
    border-radius: 20px;
    width: 596px;
    max-width: 100%;
    padding: 20px 40px 40px;
    margin: 40px auto 0;

}

.profile__text {
    font-size: min(1.7vw,18px);;
    line-height: calc(28 / 14);
    margin-top: 10px;

}

.profile__skills {
    display: flex;
    margin-top: 30px;
    margin-left: -10px;
    justify-content: space-around;


}

.profile__skill {
    font-size: min(1.7vw,18px);;
    line-height: calc(28 / 14);

}
.profile__skill span{
    position: relative;
    padding-left: 10px;
}
.profile__skill span::before{
    position: absolute;
    content: "";
    width: 4px;
    height: 4px;
    background: #6B5A50;
    top: 50%;
    left: 0;
    transform: translateX(-50%);
    
}

.profile__skill:not(:first-child){
    margin-left: 30px;
}

.profile__subtitle {
    font-size: 18px;
    line-height: calc(28 / 14);
    margin-top: 30px;
    position: relative;
    padding: 10px 0;
}

.profile__subtitle::before{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 516px;
    height: 1px;
    max-width: 100%;
}

.profile__subtitle::after{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 516px;
    height: 1px;
    max-width: 100%;
}



.contact {
    padding: 130px 0 60px;


}

.contact__inner {
    background: #fff;
    border: 2px solid #41B92E;
    border-radius: 20px;
    padding: 0 50px;
    position: relative;
    width: 900px;
    max-width: 100%;
    margin: auto;

}

.contact__inner:first-child::before{
    position: absolute;
    content: "";
    background: url(../img/logo_d.png)center center / cover no-repeat;
    width: 89px;
    height: 100px;
    z-index: 2;
    top: -90px;
    right: 50px;
}
.contact__inner:not(:first-child){
    margin-top: 60px;
}

.contact__title {
    text-align: center;
    background: #4CC764;
    border-radius: 80px;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 440px;
    margin:-25px auto 0;
    color: #fff;
    padding: 10px 0;

}

.title__min{
    font-size: 20px;
}

.contact__title::before{
    content:"";
    background: url(../img/title-white.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-right: 20px;
}

.contact__title::after{
    content:"";
    background: url(../img/title-white.png)center center / cover no-repeat;
    width: 25px;
    height: 20px;
    display: inline-block;
    margin-left: 20px;
}

.contact__sub-title {
    color: #4CC764;
    text-align: center;
    font-size: 20px;
    line-height: calc(30 / 20);
    letter-spacing: 2.4px;
    margin-top: 50px;

}

.contact__contents {
    margin-top: 25px;

}

.contact__item {
    position: relative;
    display: flex;
    padding: 20px 0 15px;
    width: 800px;
    max-width: 100%;


}

.contact__item ::before{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 800px;
    height: 1px;
    max-width: 100%;
}

.contact__item:last-child::after{
    background: url(../img/dotto.png) center center / cover no-repeat;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 800px;
    height: 1px;
    max-width: 100%;
}

.contact__name {
    font-size: min(1.7vw,18px);
    font-weight: bold;
    width: 150px;
    white-space: nowrap;
    padding-left: 20px;
}



.contact__text {
    font-size: min(1.7vw,18px);;
    line-height: calc(28 / 14);
    width: calc(100% - 150px);
    padding-left: 60px;
    margin-right: 20px;
    margin-top: -10px;

}

.contact__images {
    margin-top: 40px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

}

.line__img {
    aspect-ratio: 232 / 72;
    width: 232px;
    max-width: 100%;

}
.line__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.line__qr {
    aspect-ratio: 1 / 1;
    width: 100px;
    margin-left: 100px;

}

.line__qr img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.brawn {
    padding: 30px;
    border: 2px solid #6B5A50;

}

.instagram {
    display: flex;
    align-items:center ;

}

.instagram__images {
    display: flex;
    width: 68%;

}

.instagram__img {
    aspect-ratio: 1 / 1;
    width: 33.3%;
    max-width: 100%;

}

.instagram__img:not(:first-child){
    margin-left: 5px;
}

.instagram__img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}

.instagram__about {
    margin-left: 30px;
    width: 44%;

}

.instagram__text {
    font-size: min(1.7vw,18px);;
    line-height: calc(28 / 14);

}

.instagram__btn--pc {
    width: 280px;
    max-width: 100%;
    background: #6B5A50;
    border-radius: 80px;
    text-align: center;
    height: 60px;
    margin: 50px auto 0;
    transition: all 0.2s;
    cursor: pointer;
    position: relative;


}



.instagram__btn--pc a{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    width: 100%;
    height: 60px;
    padding-top: 15px;
    padding-left: 30px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);



}

.instagram__btn--pc a::before{
    position: absolute;
    content: "";
    background: url(../img/Instagram.png)center center / cover no-repeat;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.instagram__btn--pc a span{
    font-size: 12px;
}
.instagram__btn--sp{
    display: none;
}

footer{
    padding-bottom: 0px;
}

.footer__inner {
    border: 1px solid #6B5A50;
    background: #fff;
    padding: 20px 40px;

}

.footer__top {
    font-size: 18px;
    line-height: calc(28 / 14);
    font-weight: 500;
    border-bottom: 1px solid #707070;
    padding-bottom: 10px;

}

.footer__bottom {
    display: flex;
    margin-top: 10px;

}

.footer__text {
    font-size: min(1.7vw,18px);
    line-height: calc(20 / 14);

}

.footer__text:not(:first-child){
    margin-left: 80px;
}

.page__top {
    position: fixed;
    z-index: 1000;
    bottom: 20px;
    right: 50px;

}

.link__inner{
    text-align: right;
}
.page__link:first-child{
    margin-right: 8px;


}

.page__link img{
    aspect-ratio: 1 / 1;
    width: 26px;
    height: auto;
    object-fit: cover;
}

.sp{
    display: none;
}
.pc{
    display: block;
}
.pc-inline{
    display: inline-block;
}

.max-min{
    display: none;
}

.copy-right{
    background: #f5f2CE;
    text-align: center;
    font-size: 14px;
    margin-top: 40px;
    padding: 15px 0;

}

.copy-right span{
    font-size: 10px;
}

.style-none:hover{
    opacity: 1;

}
.style-none:link,.style-none:visited, .style-none:hover, .style-none:active{
    color: #6B5A50;
}
/*768px以上*/
@media screen and (min-width: 768px) {
a:hover{
        opacity: 0.6;
      }
.instagram__btn:hover {
    opacity: 0.6;

}
.drawer-content__items a:hover {
    opacity: 0.6;
  }

}
/*768px以下*/

@media screen and (max-width: 767px) {

    body{
        overflow-x:hidden;
    }

    .drawer-icon {
        display: block;


    }
    
    .inner {
        width: 375px;
        padding: 0 25px;
        margin: auto;
    
    }
    
    .header__inner {
    
    }
    
    .header-nav {
        justify-content: center;
       
    
    }
    
    .header__logo {
    
    }
    
    .header-nav__items {
        display: none;
    
    }
    
    .header-nav__item {
    
    }
    
    .fv {
    
    }
    
    .fv__inner {
        background: url(../img/fv_sp.png) center center/ cover no-repeat;
        height: 420px;
        margin: 80px auto 0;
    
    }
    
    .fv__title {
        font-size: 18px;
        line-height: calc(54 / 36);
        margin-top: -60px;
        letter-spacing: 2.16px;
    
    }
    
    .service {
        padding: 60px 0 46px;
    }
    
    .service__about {
   
    
    }
    
    .service__title {
    
    }
    
    .section-title {
        font-size:min(5vw,20px) ;
        letter-spacing: 2.4px;
        line-height: calc(60 / 40);
    
    }

    .service__title::before{
    width: 20px;
    height: 16px;
    margin-right: 16px;
}

.service__title::after{
    width: 20px;
    height: 16px;
    margin-left: 16px;
}

    
    .service__text {
        margin-top: 13px;
        line-height: calc(56 / 28);
        text-align: left;
        font-size: 14px;
    
    }
    
    .servise__sefety {
        margin-top: 55px;
    
    }
    
    .safety__contents {
        display: block;
    }
    
    .safety__cards {
       width: 100%;
    
    }


    .safety__cards:not(:first-child){
    margin-left: 0;
    margin-top: 20px;
}
    
    .card {
            padding: 10px 15px;
    }
    
    .card__title {
        font-size: min(4.5vw,17px);
        text-align: center;
        padding-bottom: 8px;
    
    }
    
    .card__img {
        margin-top: 16px;
        margin-bottom: 12px;
    
    }
    
    .card__text {
        line-height: calc(48 / 24);
        font-size: 14px;
    
    }
    
    .card__irasuto {
        margin-top: 25px;
        margin-bottom: 25px;
        width: 100px;
    
    }
    
    .service__merit {
        margin-top: 80px;
    
    }
    .table__img{
        padding-top: calc(400 / 648 *100%);

    }
    
    .flow {
        padding-bottom: 45px;

    
    }
    
    .flow__title {
        margin-top: 20px;
    
    }

.flow__title::before{
    width: 20px;
    height: 16px;
    margin-right: 16px;
}

.flow__title::after{
    width: 20px;
    height: 16px;
    margin-left: 16px;
}
    
    .flow__sub-title {
        font-size: 14px;
    
    }
    
    .flow__contents {
        margin-top: 10px;
    
    }
    .flow__contents::before{
    width: 76.5px;
    height: 73px;
    max-height: 100%;
    top: -60px;

}
    
    .flow__content {
        padding:10px 10px 10px 10px ;
        height: auto;
        justify-content: space-between;
        min-height: auto;
    }
    
    .content__title {
        font-size: 13px;
        width: 111px;
        letter-spacing: 1.56px;
        padding-top: 0px;
        line-height: calc(42 / 26);
    
    }
    
    .content__text {
        font-size: 12px;
        line-height: calc(42 / 24);
        width: calc(100% - 111px);
        padding-left: 11px;
        border-left: 1px solid rgba(107, 90, 80, 0.5);
    
    }
    .content__text::before{
      display: none;

}
    
    .flow__next {
        margin: 5px auto;
        width: 20px;
    
    }
    
    .titles {
    
    }
    
    .price {
        padding: 30px 0 50px;
    
    }
    
    .price__title {
    
    }

.price__title::before{
    width: 20px;
    height: 16px;
    margin-right: 16px;
}

.price__title::after{
    width: 20px;
    height: 16px;
    margin-left: 16px;
}
    
    .price__menu {
        display: block;
        margin-top: 45px;
    
    }
    
    .menu__plan {
        width: 100%;
        padding: 19px 25px 25px;
        position: relative;
    
    }

    .menu__plan::before{
        position: absolute;
        content: "";
        background: url(../img/logo_c.png)center center / cover no-repeat;
        width: 80px;
        height: 72px;
        z-index: 2;
        top: -8%;
        right: 0;

    }
    
    .menu__title {
    
    }
    
    .plan__title {
        font-size: 14px;
    
    }

    .plan__title::after{
        bottom: -15%;
    }
    
    .plan__text {
        margin-top: 13px;
        font-size: 14px;
    
    }
    
    .circle {
    width: 14px;
    height: 14px;
    margin-top: -2px;
    margin-right: 5px;
    
    }
    
    .price__items {
        margin-top: 25px;
    
    }
    
    .price__item {
        padding-bottom: 13px;
    
    }
    
    .price__time {
        font-size: 15px;
        letter-spacing: 1.8px;
        margin-left: 12px;

    
    }
    
    .price__text {
        font-size: min(4vw,15px);
        margin-left: 89px;
        letter-spacing: 2.7px;
    
    }

    .price__last {
        margin-left: 82px;
    
    }
    
    .menu__option {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
        padding: 19px 25px;
    }
    .menu__option::before{
        display: none;


}
    
    .option {
    
    }
    
    .option__item {
        margin-top: 0;
    
    }
    
    .min {
    
    }
    
    .option__text {
        font-size: 12px;
        margin-top: 5px;
        line-height: calc(36 / 24);
    
    }
    
    .mt52 {
        margin-top: 42px;
    
    }
    
    .wide {
    
    }
    
    .option__time {
        margin-left: 10px;
        font-size: min(3.5vw,15px);

    
    }
    .price__text span{
        font-size: min(2vw,12px);
    }

    .pc-min{
        font-size: min(3.5vw,15px)!important;
        color: #6B5A50;
    }
    
    .option__price {
         margin-left: 0;
    }
    
    .price__attention {
        margin-left: 0;
        margin-top: 28px;
        font-size: 13px;
    
    }
    
    .faq {
        padding: 30px 0 45px;
    
    }
    
    .faq__title {
    
    }

.faq__title::before{
    width: 20px;
    height: 16px;
    margin-right: 16px;
}

.faq__title::after{
    width: 20px;
    height: 16px;
    margin-left: 16px;
}
    
    .faq__contents {
        margin-top: 50px;
    
    }
    .faq__contents::before{
    width: 72px;
    height: 73px;
    top: -65px;
    left: -2%;
}
    
    .faq__content {
        padding: 10px 15px 10px 10px;
    
    }
    
    .faq__head {
        margin-top: 5px;
    
    }


    
    .q__img {
        width: 32px;
    
    }
    
    .a__img {
        width: 32px;
        margin-top: 10px;
    
    }
        .sp-wide{
        margin-top: 40px;
    }
    
    .faq__body {
    
    }
    
    .q-content {
    
    }
    
    .q-text {
        font-size: 13px;
        padding-left:13px ;
        padding-bottom: 5px;
    line-height: calc(52 / 26);
    
    }
    .q-text::after{
        width: 250px;
        left: 47%;
    }
    
    .a-content {
        padding-top: 7px;
    
    }
    
    .a-text {
    font-size: 13px;
    padding-left:14px ;
    line-height: calc(52 / 26);
}
    
    
    .head__last {
    
    }
    
    .profile {
    
    }
    
    .profile__title {
    
    }
    
    .profile__contents {
        padding: 25px;
        margin-top: 30px;
    
    }
    
    .profile__text {
        font-size: 13px;
        line-height: calc(52 / 26);
    
    }
    
    .profile__skills {
        display: block;

    
    }

    .profile__skill{
        font-size: 13px;
    }
    
    .profile__skill span{
        position: relative;
        padding-left: 8px;
    }
    .profile__skill span::before{
        position: absolute;
        content: "";
        width: 3px;
        height: 3px;
        background: #6B5A50;
        top: 50%;
        left: 0;
        transform: translateX(-50%);
        
    }

    .profile__skill:not(:first-child){
        margin-left: 0;
    }
    
    .profile__subtitle {
        margin-top: 30px;
        font-size: 13px;
    
    }
    
    .contact {
        padding-bottom: 26px;
        padding-top: 78px;
    
    }
    
    .l-inner {
    
    }
    
    .contact__inner {
        padding: 0 25px;
    
    }

    .contact__inner:not(:first-child){
        margin-top: 10px;
    }

    .contact__inner:first-child::before{
        width: 67px;
        height: 75px;
        top: -105px;
        right: 10%
    }

    .contact__inner::before{

    }

    .contact__title {
        width: 275px;
        max-width: 100%;
        margin-top: -40px;
    
    }

    .contact__title::before{
        width: 20px;
        height: 16px;
        margin-right: 16px;
    }
    
    .contact__title::after{
        width: 20px;
        height: 16px;
        margin-left: 16px;
    }
    
    .title__min {
    
    }
    
    .contact__sub-title {
        text-align: center;
    
    }
    
    .contact__contents {
    
    }
    
    .contact__item {
        padding: 15px 0;
        align-items: flex-start;
    
    }
    
    .contact__name {
        font-size: 13px;
        line-height: calc(52 / 26);
        width: 63px;
        padding-left: 0;
    }
    
    .contact__text {
        font-size: 13px;
        line-height: calc(52 / 26);
        width: calc(100% - 63px);
        margin-right: 0;
        padding-left: 20px;
        margin-top: 0;

    
    }
    
    .contact__images {
    
    }
    
    .line__img {
        width: 174px;
    
    }
    
    .line__qr {
        display: none;
    
    }
    
    .brawn {
        padding: 25px;
    
    }
    
    .instagram {
    
    }
    
    .instagram__images {
        display: none;
    
    }
    
    .instagram__img {
    
    }
    
    .instagram__about {
        margin-left: 0;
        width: 100%;

    
    }
    
    .instagram__text {
        font-size: 13px;
    }
    
    .instagram__btn--sp{
        width: 174px;
        height: 54px;
        max-width: 100%;
        background: #6B5A50;
        border-radius: 80px;
        text-align: center;
        margin: 25px auto 0;
        transition: all 0.2s;
        cursor: pointer;
        position: relative;
        display: block;
    
    }

    .instagram__btn--sp a{
        padding-left: 20px;
        padding-top: 22px;
        color: #fff;
        font-size: 14px;
        font-weight: bold;
        width: 100%;
        height: 60px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .instagram__btn--sp a::before{
        width: 20px;
        height: 20px;
        left: 15%;
        position: absolute;
        content: "";
        background: url(../img/Instagram.png)center center / cover no-repeat;
        top: 50%;
        transform: translateY(-50%);

    }
    .instagram__btn--pc{
        display: none;
    }
    footer{
        padding-bottom: 40px;
    }
    .footer__inner {
    
    }
    
    .footer__top {
    
    }
    
    .footer__bottom {
        display: block;
    
    }
    
    .footer__text {
        font-size: 14px;
    
    }
    .footer__text:not(:first-child){
    margin-left: 0;
}
    
    .page__top {
        display: none;
    
    }
    
    .link__inner {
    
    }
    
    .page__link {
    
    }

    .footer__bar{
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 40px;
        z-index: 1000;
    }
    .bar__inner{
        display: flex;
        height: inherit;
    }
    .footer__line{
        width: 50%;
        background: #4CC764;
        height: inherit;
        text-align: center;
        padding-top: 12px;


    }
    .footer__line a{
        color: #fff;
        font-size: 15px;
        font-weight: 500;
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 30px;
    }
    .footer__line::before{
        position: absolute;
        content: "";
        background: url(../img/LINE.png)center center / cover no-repeat;
        top: 50%;
        left: 11%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .footer__instagram{
        width: 50%;
        background: #6B5A50;
        height: inherit;
        padding-top: 11px;

    }
    .footer__instagram a{
        color: #fff;
        font-size: 15px;
        font-weight: 500;
       height: 40px;
       display: block;
       padding-left: 35px;
       white-space: nowrap;
       text-align: center;
    }
    .footer__instagram a::before{
        position: absolute;
        content: "";
        background: url(../img/Instagram.png)center center / cover no-repeat;
        top: 50%;
        right: 35%;
        transform: translateY(-50%);
        width: 20px;
        height: 20px;
    }

    .sp{
        display: block;
    }
    .pc{
        display: none;
    }

    .pc-inline{
        display: none;
    }
}
