@charset "utf-8";
/* CSS Document */

/*メインビジュアル*/
.mainvisual{
  width: 92%;
  margin: 0 auto 55px;
  -webkit-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
  overflow: hidden;
}
.mainvisual img{
  width: 100%;
  min-height: 305px;
  object-fit: cover;
  object-position: center;
  border-radius: 50px;
}
.mainvisual img:first-child{
  object-position: 0 15%;
}
@media (min-width: 768px){
  .mainvisual{
    max-width: 1000px;
  }
  .mainvisual img{
    height: 500px;
  }
}

/*ごあいさつ*/
.About{
  padding: 40px 0 65px;
  background-color: #F6E9D9;
}
.About h2{
  font-weight: 500;
  margin-bottom: 30px;
}
.About h2::after{
  content: "About";
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #BA9A73;
  font-family: "ヒラギノ角ゴ ProN";
  margin-top: 8px;
}
.About h2 img{
  width: 31px;
  height: auto;
  margin: 0 12px 4px 0;
  vertical-align: middle;
}
.About .lead-text-wrapper{
  padding-top: 32px;
  margin-bottom: 44px;
}
.About .lead-text-wrapper .lead-text{
  /*padding-bottom: 32px;*/
  padding-bottom: 20px;
}
.About .lead-text-wrapper .decoration-line{
  width: 200px;
  height: auto;
  margin: 0 auto;
}

.About .about01{
  position: relative;
  z-index: 1;
  padding-bottom: 57px;
  margin-bottom: 40px;
}
.About .about01-wrapper{
  width: 92%;
  margin: 0 auto;
}
.About .about01::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50px;
}
.About .about01 .concept .img-area{
  max-width: 600px;
  margin: 0 auto 20px;
}
.About .about01 .concept .img-area img{
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  border-radius: 50px;
}
.About .about01 .title-text{
  /*font-family: "砧 丸丸ゴシックBSr StdN";*/
  font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0;
  margin-bottom: 38px;
}
.About .about01 .title-text span{
  background: linear-gradient(transparent 70%, #DEB88A 70%);
}

.About .about02-wrapper{
  width: 92%;
  margin: 0 auto;
}
.About .about02 .img-area{
  width: 345px;
  height: 480px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.About .about02 img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50px;
}
.About .about02 .title-text{
  /*font-family: "砧 丸丸ゴシックBSr StdN";*/
  font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 2.0;
  margin-bottom: 38px;
}
.About .about02 .title-text span{
  background: linear-gradient(transparent 70%, #DEB88A 70%);
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .About{
    padding: 40px 0 80px;
    background-color: #F6E9D9;
  }
  .About h2{
    font-weight: 500;
    margin-bottom: 30px;
  }
  .About h2::after{
    content: "About";
    display: block;
    font-size: 1.2rem;
    letter-spacing: 0.05em;
    color: #BA9A73;
    font-family: "ヒラギノ角ゴ ProN";
    font-weight: 600;
    margin-top: 8px;
  }
  .About h2 img{
    width: 31px;
    height: auto;
    margin: 0 12px 4px 0;
    vertical-align: middle;
  }
  .About .lead-text-wrapper{
    padding-top: 32px;
    margin: 0 auto 44px;
    /*width: 52.083333vw;*/ 
    width: 64.192708vw;
  }
  .About .lead-text-wrapper .lead-text{
    /*padding-bottom: 32px;*/
    padding-bottom: 20px;
  }
  .About .lead-text-wrapper .decoration-line{
    width: 200px;
    height: auto;
    margin: 0 auto;
    /*display: none;*/
  }

  .About .about01{
    position: relative;
    z-index: 1;
    padding-bottom: 57px;
    margin-bottom: 30px;
    /*height: 456px;*/
    height: 500px;
    /*height: 59.375vw;*/
  }
  .About .about01-wrapper{
    width: 92%;
    margin: 0 auto;
  }
  .About .about01::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    /*width: 61.71875vw;*/
    width: 76.302083vw;
    /*height: 38.411458vw;*/
    height: 42.70325vw;
    background-color: #fff;
    border-radius: 50px;
  }
  .About .about01::after{
    content: "";
    border: 1px solid #BA9A73;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -2;
    width: 76.302083vw;
    height: 42.70325vw;
  }
  .About .about01 .concept{
    position: relative;
    width: 91.145833vw;
    height: 43.215339vw;
    margin: 0 auto;
    }
  .About .about01 .concept .img-area{
    width: 32.03125vw;
    margin: 0 auto 20px;
    position: absolute;
    top: 0;
    left: 0;
  }
  .About .about01 .concept .img-area img{
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 50px;
  }
  .About .about01 .concept .text-wrapper{
    position: absolute;
    top: 40px;
    right: 0;
    text-align: left;
    width: 56.25vw;
    }
  .About .about01 .title-text{
    /*font-family: "砧 丸丸ゴシックBSr StdN";*/
    font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.0;
    margin-bottom: 38px;
  }
  .About .about01 .title-text span{
    background: linear-gradient(transparent 70%, #DEB88A 70%);
  }
  .About .about02{
    height: 48.177083vw;
  }
  .About .about02-wrapper{
    width: 91.145833vw;
    height: 370px;
    position: relative;
    z-index: 0;
    margin: 0 auto;
  }
  .About .about02 .about02-wrapper::before{
    content: "";
    position: absolute;
    top: -24px;
    right: 130px;
    z-index: 0;
    width: 37.109375vw;
    height: 32.682292vw;
    background-color: #fff;
    border-radius: 50px;
  }
  .About .about02 .about02-wrapper::after{
    content: "";
    position: absolute;
    border: 1px solid #BA9A73;
    border-radius: 50px;
    top: -14px;
    right: 140px;
    z-index: -1;
    width: 37.109375vw;
    height: 32.682292vw;
  }
  .About .about02 .img-area{
    position: absolute;
    top: 0;
    right: 0;
    width: 30.989583vw;
    height: 42.708333vw;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .About .about02 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50px;
  }
  .About .about02 .about02-wrapper .text-wrapper{
    position: absolute;
    top: 40px;
    left: 0;
    text-align: left;
    width: 56.770833vw;
  }
  .About .about02 .title-text{
    /*font-family: "砧 丸丸ゴシックBSr StdN";*/
    font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 2.0;
    margin-bottom: 38px;
  }
  .About .about02 .title-text span{
    background: linear-gradient(transparent 70%, #DEB88A 70%);
  }
}

@media (min-width: 960px){
  .About{
    padding: 70px 0 85px;
  }
  .About h2{
    font-size: 2.8rem;
    margin-bottom: 40px;
  }
  .About h2::after{
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    margin-top: 10px;
  }
  .About h2 img{
    width: 48px;
    height: auto;
    margin: 0 12px 5px 0;
  }
  .About .lead-text-wrapper{
    padding-top: 36px;
    /*margin-bottom: 47px;*/ /*コンテンツ幅1086pxのとき*/
    margin-bottom: 37px;
  }
  .About .lead-text-wrapper .lead-text{
    /*padding-bottom: 32px;*/ /*コンテンツ幅1086pxのとき*/
    padding-bottom: 10px;
  }
  .About .about01{
    height: 456px;
    padding-bottom: 0px;
    margin-bottom: 170px;
  }
  .About .about01::before{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -1;
    /*width: 737px;*/ /*コンテンツ幅1086pxのとき*/
    width: 700px;
    /*height: 456px;*/ /*コンテンツ幅1086pxのとき*/
    height: 440px;
  }
  .About .about01::after{
    content: "";
    border: 1px solid #BA9A73;
    border-radius: 50px;
    position: absolute;
    top: 10px;
    left: 51%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: -2;
    /*width: 737px;*/ /*コンテンツ幅1086pxのとき*/
    width: 700px;
    /*height: 456px;*/ /*コンテンツ幅1086pxのとき*/
    height: 440px;
  }
  .About .about01 .concept{
    position: relative;
    /*width: 79.502196vw;*/ /*コンテンツ幅1086pxのとき*/
    width: 860px;
    margin: 0 auto;
  }
  .About .about01 .concept .img-area{
    position: absolute;
    top: 0;
    left: 0;
    width: 350px;
    /*width: 27.818448vw;*/ /*コンテンツ幅1086pxのとき*/
    /*height: 350px;*/
    height: auto;
  }
  .About .about01 .concept .img-area img{
    height: 350px;
  }
  .About .about01 .concept .text-wrapper{
    position: absolute;
    top: 40px;
    right: 30px;
    text-align: left;
    /*width: 47.144949vw;*/ /*コンテンツ幅1086pxのとき*/
    width: 432px;
  }
  .About .about01 .title-text span{
    background: linear-gradient(transparent 70%, #DEB88A 70%);
  }
  
  .About .about02 .about02-wrapper{
    position: relative;
    z-index: 0;
    width: 860px;
    margin: 0 auto;
    height: 484px;
  }
  .About .about02 .about02-wrapper .img-area{
    position: absolute;
    top: 0;
    right: 0;
    width: 350px;
    height: 484px;
  }
  .About .about02 .about02-wrapper::before{
    content: "";
    position: absolute;
    top: -37px;
    right: 159px;
    z-index: 0;
    width: 410px;
    /*height: 375px;*/
    height: 400px;
    background-color: #fff;
    border-radius: 50px;
  }
  .About .about02 .about02-wrapper::after{
    content: "";
    position: absolute;
    border: 1px solid #BA9A73;
    border-radius: 50px;
    top: -27px;
    right: 169px;
    z-index: -1;
    width: 410px;
    /*height: 375px;*/
    height: 400px;
  }
  .About .about02 .about02-wrapper .text-wrapper{
    position: absolute;
    top: 78px;
    left: 0;
    text-align: left;
    width: 470px;
  }
}
@media (min-width: 1100px){
  .About .about01 .concept{
    /*width: 1086px;*/ /*コンテンツ幅1086pxのとき*/
    width: 1000px;
  }
  .About .about01 .concept .img-area{
    /*width: 380px;*/ /*コンテンツ幅1086pxのとき*/ 
    width: 350px;
    height: 350px;
  }
  .About .about01 .concept .img-area img{
    height: 100%;
  }
  .About .about01 .concept .text-wrapper{
    /*width: 644px;*/ /*コンテンツ幅1086pxのとき*/
    right: 0;
    width: 602px;
  }
  .About .about01 .title-text{
    font-size: 2.0rem;
    line-height: 2.0;
    /*margin-bottom: 50px;*/ /*コンテンツ幅1086pxのとき*/
    margin-bottom: 36px;
  }
  .About .about02 .about02-wrapper{
    width: 1000px;
  }
  .About .about02 .about02-wrapper .text-wrapper{
    width: 602px;
  }
  .About .about02 .about02-wrapper .text-wrapper .title-text{
    font-size: 2.0rem;
    margin-bottom: 36px;
  }
}
/*施術メニュー*/
.Menu{
  padding: 55px 0 100px;
}
.Menu .Menu-wrapper{
  width: 92%;
  margin: 0 auto;
}
.Menu h2{
  font-weight: 500;
  margin-bottom: 30px;
}
.Menu h2::after{
  content: "Menu";
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  color: #BA9A73;
  font-family: "ヒラギノ角ゴ ProN";
  margin-top: 8px;
}
.Menu h2 img{
  width: 31px;
  height: auto;
  margin: 0 12px 4px 0;
  vertical-align: middle;
}
.Menu .icon-area{
  width: 100%;
  /*height: 72.463768vw;*/
  height: 250px;
  background-color: #fff;
  border: 1px solid #BA9A73;
  border-radius: 50px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.Menu .ems-section .icon-area .ems{
  width: 100px;
  /*width: 28.985507vw;*/
  height: auto;
  margin: 0 auto;
}
.Menu h3{
  /*font-family: "砧 丸丸ゴシックBSr StdN";*/
  font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.0rem;
  text-align: left;
  margin-bottom: 10px;
}
.Menu .ems-section h3{
  letter-spacing: 0.05em;
}
.Menu h3::before{
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #BA9A73;
  border-radius: 100px;
  margin-right: 10px;
}
.Menu h3::after{
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #BA9A73;
  margin-top: 5px;
}
.Menu p{
  font-size: 1.5rem;
  text-align: left;
  margin-bottom: 20px;
}
.Menu .ems-section p span{
  color: #F23B42;
}
.Menu .btn{
  width: 180px;
  height: 42px;
  background-color: #30A1ED;
  border-radius: 50px;
  line-height: 42px;
  vertical-align: middle;
  margin: 0 auto 80px;
  /*-webkit-transition: all .3s;
  transition: all .3s;*/
  transition: all 0.5s;
}
.Menu .btn a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.Menu .btn:hover{
  transform: translateY(-3px);
  background-color: #60B5EE;
}
.Menu .btn a:hover{
  opacity: 1.0;
}
.Menu .traffic-section .discription .btn{
  margin-bottom: 0;
}
.Menu .high-voltage-section .icon-area .high-voltage{
  width: 89px;
  height: auto;
  margin: 0 auto;
}
.Menu .bone-section .icon-area .bone{
  width: 112px;
  height: auto;
  margin: 0 auto;
}
.Menu .bone-section h3{
  letter-spacing: 0.05em;
}
.Menu .traffic-section .icon-area .traffic{
  width: 142px;
  height: auto;
  margin: 0 auto;
}
.Menu .traffic-section h3{
  letter-spacing: 0.05em;
}
@media (min-width: 768px){
  .Menu{
    padding: 80px 0 88px;
  }
  .Menu .icon-area{
    max-width: 400px;
    height: 250px;
    margin-bottom: 0;
  }
  .Menu .discription{
    width: 400px;
    position: relative;
    padding-top: 17px;
  }
  .Menu .btn{
    margin: 0;
    position: absolute;
    bottom: 0;
  }
  .Menu .ems-section{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 75px;
  }
  .Menu .high-voltage-section{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 75px;
  }
  .Menu .bone-section{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    column-gap: 30px;
    margin-bottom: 75px;
  }
  .Menu .traffic-section{
    display: flex;
    justify-content: space-between;
    justify-content: center;
    column-gap: 30px;
  }
}
@media (min-width: 960px){
  .Menu h2{
    font-weight: 500;
    font-size: 2.8rem;
    margin-bottom: 54px;
  }
  .Menu h2::after{
    font-size: 1.4rem;
    margin-top: 10px;
  }
  .Menu h2 img{
    width: 48px;
    height: auto;
    margin: 0 12px 4px 0;
    vertical-align: middle;
  }
}
@media (min-width: 1100px){
  .Menu .Menu-wrapper{
    max-width: 1000px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 50px;
    grid-row-gap: 75px;
  }
  .Menu .icon-area{
    width: 220px;
    height: 220px;
  }
  .Menu .discription{
    width: 233px;
    padding-top: 10px;
  }
  .Menu .ems-section{
    margin-bottom: 0;
    column-gap: 20px;
    height: 244px;
  }
  .Menu .ems-section .icon-area .ems{
    width: 80px;
  }
  .Menu .high-voltage-section{
    margin-bottom: 0;
    column-gap: 20px;
    height: 244px;
  }
  .Menu .high-voltage-section .icon-area .high-voltage{
    width: 73px;
  }
  .Menu .bone-section{
    margin-bottom: 0;
    column-gap: 20px;
    height: 244px;
  }
  .Menu .bone-section .icon-area .bone{
    width: 92px;
  }
  .Menu .traffic-section{
    margin-bottom: 0;
    column-gap: 20px;
    height: 244px;
  }
  .Menu .traffic-section .icon-area .traffic{
    width: 120px;
  }
}

/*写真のスライド*/
.slide-img{
  background-color: #BA9A73;
  padding: 50px 0;
  background: rgba(186, 154, 115, 0.35);
  margin-bottom: 58px;
}
.slide-img img{
  /*width: 200px !important;
  height: 200px !important;*/
  width: 200px;
  height: 200px;
  margin-right: 20px;
  border-radius: 50px;
  object-fit: cover;
}

/*インスタのリンク*/
.instagram-linkbtn{
  margin-bottom: 50px;
}
.instagram-linkbtn p{
  /*font-family: "砧 丸丸ゴシックBSr StdN";*/
  font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}
.instagram-linkbtn img{
  width: 70px;
  height: auto;
}
@media(min-width: 768px){
  
}
/*お問い合わせボタン*/
.contact-bg-wrapper{
  width: 92%;
  margin: 0 auto;
}
.contact-bg{
  background-color: #fff;
  border-radius: 10px;
  max-width: 380px;
  height: 160px;
  margin: 0 auto;
  padding: 32px 0;
  margin-bottom: 120px;
}
.contact-bg p{
  margin-bottom: 10px;
}
.contact-bg p span{
  font-family: "maru-maru-gothic-bsr-stdn", sans-serif;
  margin-bottom: 15px;
}
.contact-bg .contact-btn{
  width: 248px;
  height: 60px;
  background-color: #30A1ED;
  border-radius: 10px;
  margin: 0 auto;
  line-height: 60px;
  vertical-align: middle;
  transition: all 0.5s;
}
.contact-bg .contact-btn:hover{
  transform: translateY(-3px);
  background-color: #60B5EE;
}
.contact-bg .contact-btn a{
  text-decoration: none;
  color: #fff;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.contact-bg .contact-btn a:hover{
  opacity: 1.0;
}
.contact-bg .contact-btn p{
  letter-spacing: 0.05em;
}
.contact-bg .contact-btn p::before{
  content: "";
  display: inline-block;
  background: url("../img/top/contact_icon.png") no-repeat;
  background-size: contain;
  width: 30px;
  height: 20px;
  margin-right: 10px;
  transform: translate(0,4px);
}
@media (min-width: 768px){
  .contact-bg-wrapper{
    width: 100%;
}
  .contact-bg{
    background-color: transparent;
    padding: 0;
    width: auto;
    max-width: none;
    height: auto;
    margin-bottom: 100px;
    /*max-width: none;
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    border-radius: 0px;*/
  }
  
}
/*バナー*/
.banner-area{
  width: 92%;
  margin: 0 auto 130px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.banner-area img{
  width: 250px;
  height: auto;
}










