*{
  box-sizing: border-box;
}

.html{
  font-size: 62.5%;
  scroll-behavior: smooth
}


@import url('https://fonts.googleapis.com/css2? family= Noto+Sans+JP:wght@400;600 & display=swap');

body{
  margin: 0;
  padding: 0;
  font-family:"M PLUS Rounded 1c" 'Noto Sans JP' "Hiragino Kaku  Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;

  background-color: #f7d4eda3;
  background-image: url('../images/背景/back3.jpg');
  background-attachment: fixed;
}
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }


/* ローディング */

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #fddaf1;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

/* ローディングアニメーション */
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #545454;
  transform: translateZ(0);
  animation: loadAnime 1.1s infinite linear;
}

@keyframes loadAnime {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* back to top */

.pagetop {
  height: 50px;
  width: 50px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  background: #fef6fd;
  border: solid 2px #527376;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
}

.pagetop__arrow {
  height: 10px;
  width: 10px;
  border-top: 3px solid #527376;
  border-right: 3px solid #527376;
  transform: translateY(20%) rotate(-45deg);
}

/* -------------------------------------- */

  
header{
    border-top: 3px solid #ffb6e0;
    border-bottom: 3px solid #ffb6e0;
    padding: 1rem 4% 0px;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: rgb(250, 221, 248);
    display: inline-flex;
    z-index: 1;
}


.logo-box{
  display: inline-block;
  margin: 0 0 -1rem;
  height: fit-content;
}

.logo{
  margin: 0 0 .5rem 0;
}

.nav{
  display: flex;
  margin: 0 auto;
  align-items: center;
}


.top{
  font-size: .8rem;
    margin-top: -16px;
    display: flex;
    padding-bottom: .5rem;
}


.metro{
  width: 18px;
  height: 18px;
  margin-right: 3px;
  margin-top: 7px;
  margin-left: 2px;
}


a{
  text-decoration: none;
  color: #4b4b4b;
  transition: .2s ease-in-out;
}

.pc-nav{
  position: relative;
  margin: 0 auto;
  width: fit-content;
}

.pc-nav-wrapper{
  display: flex;
}

.pc-nav .nav-item{
  padding: 11px 22px;
  line-height: 1rem;
  border-radius: 45px;
  margin: auto;
  letter-spacing: 2px;
}

.pc-nav .nav-item > a{
  display: block;
  margin: -1px -3px;
  padding: 0px 7px;
  border-radius: inherit;
  color: #364942f7;
  transition: all 0.3s;
}
.pc-nav .nav-item a:hover{
  box-shadow: 0 0 6px -1px rgba(0,0,0,0.3);
  opacity: 0.8;
}

ul{
  list-style: none;
  margin:0;
  font-size: 0.8rem;
}

.tel-box{
  margin-bottom: -2px;
}

.tel-box p{
  font-size: .8rem;
  margin: 0;
  letter-spacing: 2px;
  display: flex;
  justify-content: end;
}
.tel{
  display: flex;
  justify-content: center;
  align-items: center;
}
.tel address > a{
  display: block;
  margin: -15px -0px;
  padding: 0px 2px;
  border-radius: inherit;
  color: #2e697b;
  transition: all 0.3s;
  font-family: fantasy;
  letter-spacing: 3px;
  font-size: 1.3rem;
}
.tel address > a:hover{
  box-shadow: 0 0 6px -1px rgba(0,0,0,0.3);
  opacity: 0.8;
}

.main-visual{
  display: flex;
  align-items: center;
  height: 100vh;
  max-width: 100%;
  background: url('../images/storephoto/ethos_main.visual.png')top right/contain no-repeat;

}

@media (min-midth:769px) {
  
  
  .fade-in-bottom {
    opacity: 0;
    animation-name: fadein-bottom;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
    animation-delay: .3s;
  }
  @keyframes fadein-bottom {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  .slide-bottom {
    opacity: 0;
    transform: translateY(20px);
    transition: all 1.3s 0s ease-out;
  }
}
  

/* --------768px＜???<1400px ヘッダー */
@media (max-width:1400px) {

header{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0;
  padding: 1rem;
}  

.logo {
    font-size: 1rem;
}
.top {
  display: flex;
  font-size: .6rem;
}
 .nav{ 
  display: flex;
  font-size: .4rem;  
}

.pc-nav .nav-item {
  border-radius: 45px;
  font-size: .4rem;
  padding: 0 0.9rem
}

.pc-nav .nav-item > a {
  display: block;
   padding: 0; 
  border-radius: inherit;
  color: #364942f7;
  transition: all 0.3s;
}
.pc-nav-wrapper{
  padding: 0;
}

.tel address > a {
  font-size: 1rem;
}
.tel-box p{
  letter-spacing: 0;
}

}


h2{
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  color:#4b686a;
  text-align: center;
  letter-spacing: 5px;
}

.concept{ 
 
  margin: 8rem 0 0 5rem;
  color: #4b686a;
  line-height: 5rem;
  background-color: #f7feffc7;
  border-radius: 115px;
}


@media(max-width:768px){

body{
    line-height: 2;
    letter-spacing: .1;

  }
h2{
 
  color: #527376;
}
.concept{
  align-self: end;
  padding: 1rem;
  display: flex;
  line-height: 2rem;
  margin:0 auto 3rem;
  font-size: 1rem;
}

}

  /*-----スマホナビ-----  */
  
  #sp-header{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    height: 60px;
    background-color:rgb(255, 231, 253);
    z-index: 1;
  }
  .sp-logo{
    color: #3d6161;
    display: inline-block;
    position: relative;px
    margin: 1rem;
    font-size: 1rem; 
  }
 
    .sp-nav {
      position: fixed;
      right: -768px; /* 右から出てくる */
      top: 0;
      width: 100vw; 
      height: 100vh;
      padding-top: 60px;
      background-color: #fff;
      transition: all .9s;
      z-index: 200;
      overflow-y: auto; 
    }
    .hamburger {
      position: absolute;
      right: 15px;
      top: 8px;
      width: 40px; 
      height: 40px; 
      cursor: pointer;
      z-index: 300;
    }
    .sp-list {
      margin: 0;
      padding: 0;
      list-style: none;
    }
    .sp-item {
      text-align: center;
      padding: 0 14px;
    }
    .sp-item a {
      display: block;
      padding: 8px 0;
      border-bottom: 1px solid #eee;
      text-decoration: none;
      color: #333;
    }

    .sp-item a:hover {
      background-color: #eee;
    }

    .ham-border {
      position: absolute;
      left: 11px;
      width: 18px;
      height: 2px;
      background-color: #333;
      transition: all .6s;
    }
    .ham-border-top {
      top: 14px;
    }
    .ham-border-center {
      top: 20px;
    }
    .ham-border-bottom {
      top: 26px;
    }
    
    .black_bg {
      position: fixed;
      left: 0;
      top: 0;
      width: 100vw;
      height: 100vh;
      z-index: 100;
      background-color: #333;
      opacity: 0;
      visibility: hidden;
      transition: all .6s;
      cursor: pointer;
    }

    
      
    

    
  /* 表示された時用のCSS */
  .sp-nav-open .sp-nav {
    right: 0;
  }
  .sp-nav-open .black_bg {
    opacity: .8;
    visibility: visible;
  }
  .sp-nav-open .ham-border-top {
    transform: rotate(45deg);
    top: 20px;
  }
  .sp-nav-open .ham-border-center {
    /* width: 0;
    left: 50%; */
    opacity: 0;
  }
  .sp-nav-open .ham-border-bottom {
    transform: rotate(-45deg);
    top: 20px;
  }




/* ----セクション見出し---- */

.section-title{
  margin-top: 2rem;
  margin-bottom: 2rem;
  /* font-size: 2rem; */
  font-weight: bold; 
  text-align: center;
  max-width: 100%;
}

.ttl-border{
width: fit-content;
max-width: 100%;
text-align: center;
border-bottom: 2px solid #79a9ac;
padding: 1rem;
margin: 1rem auto;
}

@media (max-width:768px) {
  .section-title{
    font-size: 1.5rem;
    margin:2rem 0;
  }

  .ttl-border{
    margin: 1rem auto 1rem;
    padding: 1rem 1rem 0.5rem;
  }
  
  .under::before,.under::after{
    display: none;
  }
  .sub-title{
    font-size: 1.3rem;
  }
}

/* ---------------------- */
/* サブタイトル */
.under{
  display: flex;
  align-items: center;
  justify-content: center;
 color: #d29ebc; 
}

.under::before, .under::after{
  border-top:2px solid;
  content: "";
  width: 3em;
}

.under::before{
  margin-right: 1rem;
}

.under::after{
  margin-left: 1rem;
}
.sub-title{
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 2rem 0 15px 2rem;
  border-bottom:#80abaf solid 2px ;
  width: fit-content;
}

/* ------------------------------------ */

/* -----Wrapper------------------------------ */
 
.wrapper{
  padding-top: 1rem;
  padding-bottom: 1rem;
  margin: 0 auto ;
  width: 1080px;
  max-width: 100%;
  background-color: #fbe8f4d2;
  
}

p{
  line-height: 2rem;
  }

h3{
  font-weight: bold;
}

ol {
  list-style: none;
}

@media (max-width:768px) {
  .wrapper{
    padding-top: 2px;
    margin: 0;

  }
  p{
    font-size: .5rem;
    line-height: 1.5rem;
    font-weight: normal;
  }


.sp-ttl{
  font-size: 1rem;
  line-height: 1.5rem;
  color: #527376;
  display: flex;
  text-align: center;
  justify-content: center;
}

.sub-ttl{
  font-size: 1.5rem;
}
}
/* ------------------------- ----------------------*/



/* ----------------------------治療院について---------------------------- */

.greeting{
  margin: 2rem 0;
  font-weight: bold;
  color: #430330;/*文字色*/
  background: #fff5fc;
  border: solid 1px #ff469685;

  border-radius: 10px;/*角の丸み*/
}
.about-p {
  width: 70%;
  color: #4b686a;
  margin: 20px auto 30px; 
  
}
.daihyou{
  text-align: center;
}

.flex-img{
  max-width: 100%;
  display: flex;
  margin-bottom: 5rem;
  text-align: -webkit-center;
}

.imgitem{

  height: auto;
  width: 30%;
  margin-right: 3rem;
}

.information{
  display: table;
  padding: 1rem;
  color: #3d6161;
  border: dotted 2px #4b4b4b;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 2.5rem;
}

.information address{
  font-size: .8rem;
}


.information img{

  margin: 1rem 1rem 0;
}

.shop-info{
  text-align: center;
  font-size: 1rem;
}
.flex-icon{
  display: flex;
}
.icon2{
  display: block;
}
.icon2 div{
  font-size: .6rem;
  text-align: center;
  margin-top: -2rem;
}


@media (max-width:768px) {
  .greeting{
    margin: 2rem 1rem;
  }
  .about-p{
    max-width: 100%;
    width: auto;
    margin: 1rem;
    line-height: 2;
    letter-spacing: 1px;
  }
  .flex-img{
    max-width: 100%;
    text-align: -webkit-center;
    justify-content: center;
    display: inline-flex;
   
  }
  
  .information{
    display: block;
    width: fit-content;
    margin: 0 auto 2rem;
    
  }
 
  .slick-dots{
    justify-content: center;
    position: absolute;
    bottom: -25px;
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
  }
}

/* ----------------------------キャンペーン----------- --------------------*/

.campain-box{
  margin: 3rem 1rem;
  font-weight: bold;
  color: #4b686a;/*文字色*/
  background:#fff5fc;
  border: solid 1px #ff469685;/*線*/
  border-radius: 10px;/*角の丸み*/
  
}
.reco{
  border-bottom: dashed 2px #f2a9c9;
  width: fit-content;
  font-size: 1rem;
  padding-right: 1rem;
}
.campain-item{
  display:flex;
}


.campain-text h3{
  margin: 1rem 0 1rem 2rem
}
.flex{
  display: flex;
  justify-content: space-between;
}

.flex-pict{
  display: flex;
  justify-content: space-between;
}
.flex-p{
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.flex-p p{
  width: 150px;
}

.symptom{
  position: relative;
    border: dashed 2px #ffb6e0;
    border-radius: 30px;
    padding: 1rem;
    width: fit-content;
    margin: 1rem;
    padding-bottom: 2rem;
    margin: 0 auto 1rem;
}
.symptom h3{
  font-size: 1rem;
  margin-bottom: 0;
}
.sym-box{
  display: flex;
    align-items: baseline;
    font-size: .8rem;
    height: 2rem;
    justify-content: space-between;
}
.symptom h4{
  margin-right: 20rem;
}


@media (max-width:768px) {
  .campain-box{
    margin: 1rem;
  }
  .campain-item{
    /* display: inline-block; */
    max-width: 100%;
    height: 100%;
  }
  .campain-text h2{
    display: block;
    margin: 2rem auto 0rem;
    font-size: 1rem;
    padding: 0 1rem;
  }
  .campain-text h3{
    font-size: .8rem;
  }
  .campain-text p{
    font-size: .8rem;
    margin: 1rem;
  }


  .campain{
   width: 100%;
   object-fit: cover;
  }

  .symptom{
    display: none;
  }
}
/* -----------美容鍼メリット----------- */


.check-list-wrapper {
  display: flex;
  /* position: relative; */
}

.check-list li {
  font-size: 133%;
  border-bottom: 1px dotted #959595;
  padding: 2rem 6rem 1rem 4rem;
  background-image: url(../images/icon/check.icon.png);
  background-repeat: no-repeat;
  background-position-y: 24px;
}

@media (max-width:768px) {
  .check-list-wrapper{
    display: inline-block;
    max-width: 100%;
    height: auto;
  }
  .check-list{
    margin: 1rem 0;
    font-size: 1rem;
  }
  .check-list li{
   font-size: 1rem;
   padding: 1rem 1rem 1rem 4rem;
   background-position: 9px 16px;
    background-size: 30px;
    background-image: none;
    padding: .5rem;

  }
  img.sp-none {
    display: none;
  }
  .flex-pict img{
    width: 40px;
    height: 40px;
    align-content: space-around
  }

  .sp{
    font-weight: 700;
    font-size: large;
  }
 .campain-item{
  max-width: 100%;
  text-align: -webkit-center;
  justify-content: center;
  display: inline-flex;
 }
}


/* -----------------------------------------------------------------*/
/* -------------------------技術------------------------------------ */

#teqnique img{
  display: inline-block;
  border-radius: 20px;
  padding: 1rem;
}
.teq-wrapper{
  font-weight: bold;
  color:  #527376;/*文字色*/
  background: #fff5fc;
  border: solid 1px #f2dae9;
  border-radius: 10px; 
  padding: 1rem 0;
}
.teq-box{
  display: inline-flex;
  padding: 1rem;
  align-items: center;
}
.teq-box .img{
  display: inline-block;
  border-radius: 20px;
  margin: 1rem;
  padding: 1rem 2rem 1rem 0rem;  
}
.text-box{
  border: solid 1px #f2dae9;
    border-radius: 10px;
    background-color: #fffafe;
}
.teq-ttl{
  text-align: center;
  font-weight: bold;
  margin-top: 2rem;
  margin-bottom: 0;
  color: #d29ebc;
  font-size: 1.5rem;
}
.teq{
  display: block;
  padding: 0rem 2rem 2rem;
  text-align: justify;
  margin-top: 1rem;
}


@media (max-width:768px) {
#technique{
  display: none;
}


/* ----------------slick----------------------------- */
.slider{
  width:70%;
  margin:0 auto;
}
.slider img{
	width:100%;
  height: 50vw;
  object-fit: cover;
}

.slick-prev:before, .slick-next:before {
    color: #3e5a54;
    opacity: 1;

}
.slick-prev {
  left: -24px;
}
.slick-next {
  right: -24px;
}


/* --------------技術スマホ版 -----*/
  
.teq-sp{
  max-width: 100%;
    height: auto;
    padding: 1rem 1.5rem;
    margin: 0em 0em;
    font-weight: bold;
    color: #527376;
    background: #fff5fc;
    border: solid 1px #f2dae9;
    border-radius: 10px;
}


.teq-sp-wrp{
  padding: 1rem 0;
}
.sp-ttl{
  text-align: center;
  border-bottom: 2px dotted #79a9ac;
  width: fit-content;
  margin: 1rem auto;
  padding: 0 1rem;
}
.teq-sp-box{
  margin: 1rem;
  padding: 1rem;
  border: double 3px #f2dae9;
  
}

}

/* -------メニュー----------------------------------------------------- */

#menu{
  display: block;
  margin: 3em 1em;
  font-weight: bold;
  color: #79a3a6;/*文字色*/
  background: #fdfdfd;
  border: solid 1px  #f2dae9;/*線*/
  border-radius: 10px;/*角の丸み*/
}
#menu .ttl-border{
  margin: 40px auto 0;
}
#menu h2{
  color: #527376;
}
#menu h3{
  text-align: center;
  margin-top: 2rem;
}

#menu img{
  display: block;
  border: double 6px #d360a5;
  padding: 10px;
  border-radius: 10px;
}

.menu-wrapper{
  display:flex;
  margin: 2rem 0;
  justify-content: space-between;
}

.menu-box {
  padding:0 4rem 0 1rem;
}

.menu-item1{
  display: inline-flex;
  letter-spacing: 2px;
  line-height: normal;
  color: #527376;
  border-bottom: dotted;
}

.menu-ttl{ 
  font-weight: bold;
}

.price{
  padding: 0 3rem;
  display: block;
  align-self: center;
}

.menu-item2{
  display:block;
  font-size: 1rem;
}

.dis-wrp{
  margin-right: 3rem;
  display: inline-block;
  padding: 5px 1rem;
  border: dotted 3px #4b4b4b;
  border-radius: 10px;
}

.discount{
  color: #527376;
  
}

.discount p{
  font-weight: bold;
}

.ticket{
  text-align: center;
}
span{
  padding: 0 1rem;
  font-weight: bold;
  color: #d360a5;
}
.menu-img{
  display: block;
  align-self: center;
}

.option{
  display: inline-flex;
}
.op1{
  padding-right: 2rem;
}
.option-box{
  display: inline-flex;
  position: relative;
  /* padding:0 3rem 0 1rem; */
}

@media (max-width:768px) {
  #menu{
    max-width: 100%;
    height: auto;
    text-align: center;
  }
  #menu .ttl-border{
    margin: 10px auto 0;
  }


  .menu-wrapper {
    display: inline-block;
    width: fit-content;
    margin: 2rem 0;
  }
  .menu-box{
    display: block;
    padding: 0;
  }
  .menu-item1{
    display: flex;
    justify-content: space-between;
  }

  .discount{
    text-align: center;
  }

  .dis-wrp{
    display: block;
    margin: 0 auto;
  }

  .discount p{
    font-size: .8rem;
  }
  
  #menu img{
    display: none;
  }
  .menu-ttl{
    width: 60%;
  }
  .price{
    padding: 0;
  }
  .option{
    display: block;
  }
}

/* -------------------------- ---------------------------------------- */


/* ----------------施術の流れ-------------------------------------------- */


.flow-box{
  font-weight: bold;
  color: #527376;
  background:#fff0fa;
  border: solid 1px #e6b0c7;
  border-radius: 10px;
}

.flow li {
  padding-right: 2rem;
}
.clearfix {
  zoom: 1;
}

.flow_ttl {
  padding: 1rem;
  font-size: 150%;
  color: #8a8a96;
  border: 1px solid #f2a9c9;
  border-radius: 10px;
  margin-top: 2rem;
  background-color: #ffe7f7;
}

.flow_ttl span {
  display: inline-block;
  background-color: #d29ebc;
  height: 48px;
  padding: 0 16px;
  text-align: center;
  line-height: 49px;
  color: #fff;
  margin-right: 16px;
}

.flow-l{
  padding-right:2rem;
}

.flow-r{
  padding-left: 2rem;
}

.li-wrp{
  display: flex;
  padding-bottom: 1rem;
}

li img {
  vertical-align: bottom;
}

.flow-txt{
 width: 700px;
 margin: 1rem ;
}

/* ----------------------------------スマホVer--------------- */
@media (max-width:768px) {
  .wrapper{
    max-width: 100%;
    height: auto;   
  }

#flow{
  display: none;
}

#flow-sp{
  display: block;
  margin: 1rem;
  font-weight: bold;
  color: #79a3a6;/*文字色*/
  background: #fdfdfd;
  border: solid 1px  #f2dae9;/*線*/
  border-radius: 10px;/*角の丸み*/
}

.flow-sp-wrp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding-bottom: 2rem;
}

.flow-sp-wrp ul {
  padding: 0;
}

.flow-sp-wrp li {
  list-style-type: none;
}

.flow-sp-wrp dd {
  margin-left: 0;
}

.flow-sp-list {
  position: relative;
}

.flow-sp-list::before {
  content: "";
  width: 15px;
  height: 100%;
  background: #eee;
  margin-left: -129px;
  display: block;
  position: absolute;
  top: 0;
  left: 120px;
  border-radius: 20px;
}

.flow-sp-list > li {
  position: relative;
}

.flow-sp-list > li:not(:last-child) {
  margin-bottom: 60px;
}

.flow-sp-list > li .number {
  font-size: 1rem;
  width: 1rem;
  height: 2rem;
  line-height: 2;
  font-weight: bold;
  border-radius: 100vh;
  color: #fff;
  background: #d29ebc;
  display: flex;
  margin-right: 0.8rem;
  justify-content: center;
}

.flow-sp-list > li dl {
  padding-left: 70px;
  position: relative;
}

.flow-sp-list > li dl::before,
.flow-sp-list > li dl::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
}

.flow-sp-list > li dl::before {
  width: 7px;
  height: 7px;
  margin-top: -3px;
  background: #d360a5;
  border-radius: 50%;
  left: -4px;
}

.flow-sp-list > li dl::after {
  width: 50px;
  border-bottom: 1px dashed #999;
  position: absolute;
  left: 5px;
}

.flow-sp-list > li dl dt {
  font-size: 1rem;
  font-weight: 600;
  color: #527376;
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
}

}

  
 

/* -------------------------------------- --------------------------------*/

/*----------------- 質問---------- */

.qa-box{
  margin: 3em 1em ;
  font-weight: bold;
  color: #3d6161;/*文字色*/
  background: #ffe9fa;
  border: solid 1px #e4cdd7;/*線*/
  border-radius: 10px;/*角の丸み */
}
.qa-container {

  text-align: justify;
  margin-bottom: 0.5rem;
 }
 .qa-container label {
  display: block;
  padding: 1rem 2.5rem 1rem 0.5rem;
  cursor: pointer;
  border-radius: 30px;
  background: #fffafe;
 }
 .qa-container label:after {
  content: '';
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  border-right: solid 2px #ccc;
  border-bottom: solid 2px #ccc;
  transform: rotate(45deg) translate(100%, 100%);
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0.5rem;
  margin-right: 1rem;
 }
 .qa-container input:checked ~ label:after {
  transform: rotate(-135deg) translate(-100%, -100%);
  margin-top: 0.75rem;
 }
 .qa-container input {
  display: none;
 }
 .qa-container p {
  height: 0px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, height 0.5s ease-in-out, margin 0.5s ease-in-out;
  margin: 0 0.5rem;
 }
 .qa-container input:checked ~ p {
  height: auto;
  opacity: 1;
  transition: opacity 0.3s 0.2s ease-in-out, height 0.3s ease-in-out;
  margin: 1rem 0.5rem 1rem;
 }


 @media (max-width: 768px) {
  .qa-box{
    margin: 0 0;
  }
  .container {
   margin: 0;
   padding: 2rem 1rem;
  }
  .qa-container input:checked ~ p {
    height: fit-content;
    font-size: 0.8rem;
  }
 }



/* ------------ */



/* ---------------------地図------------------------------- */

.map-box{
  color: #527376;
  font-weight: bold;
 display: flex;
 justify-content: center;
}

@media (max-width:768px) {
  .map {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
  
}


/* ----------------------------------------------------- */

footer{
  
  display:block;
  width: 100%;
  background-color:rgba(246, 221, 244);
  font-size: 0.7rem;
  padding-top: 0.5rem;
  text-align: center;
}

.footer-box{
  display: inline-block;
}

.footer-nav li> a{
  display: block;
  margin: -1px -3px;
  padding: 0px 7px;
  border-radius: inherit;
  color: #364942f7;
  transition: all 0.3s;
}
.footer-nav li a:hover{
  box-shadow: 0 0 6px -1px rgba(0,0,0,0.3);
  opacity: 0.8;
}
.footer-nav ul{
  display: flex;
  font-size: 0.6rem;
}
.footer-nav li{
  padding: 1rem 2rem;
}
.footer-add {
  width: fit-content;
  padding: 1rem;
  display: inline-block;
  text-align:initial;
}

.copy{
  width: 100%;
  display: inline-block;
  margin: 1rem auto;
  font-size: smaller;
  background-color: #fae9f0;
}

@media (max-width:768px) {
.footer-nav{
  display: none;
}
}

/* --------------------------------------------------------------------- */

/* pc非表示 */
@media screen and (min-width:769px) {
  .sp{
    display: none;
  }
  .sp-header{
    display: none;
  }
  .sp-nav{
    display: none;
  }
  .pc-none{
   display: none;
  } 
  #hamburger{
    display: none;
  }

  .slider2{
    display: none;
  }

  #technique-sp{
    display: none;
  }

  #flow-sp{
    display: none;
  }
  }

  /* -----------スマホ表示-----*/


@media screen and (max-width:768px){
  header{
      display: none !important;
    } 
  
   .sp-none{
      display: none !important;
    }
  
    .nav{
      display: none !important;
    }

    .campain-item .sp-none{
      display: none
    }
  }



/* -------------------------------- */

/* -------共通効果----------- */
img {filter : .8s ease;}
img:hover{
  opacity: 0.8;
  transition-duration: 0.3s;
}


/* フェードイン用のCSS */

@media (min-width:769px) {
  

.slide-bottom {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}

}