@charset "UTF-8";
/* CSS Document */
.shop.pre a {
    margin: 4rem auto 5rem;
}

.animation {
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
  animation-direction: alternate;
  animation-duration: 0.6s;
  width: 128px;
}

.keyframe2 {
  animation-name: anim_sc;
  transform: scale(0.91, 0.91);
}

@media screen and (min-width: 500px) {    
.tel {
    display: flex;
    align-items: center;
    
}
.tel .itemTel {
    font-size: 36px;
    color: #009993;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 15px;
}
.tel .telNumber {
    font-size: 72px;
    color: #009993;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}
.businessHours {
    font-size: 24px;
    color: #333;
    text-align: right;
    display: block;
    margin: 0 5rem;
    margin-bottom: 30px;
    white-space: nowrap;
}
.shop.pre .tel a {
    margin: 0 5rem;
    display: flex;
    align-items: center;
}
    }
    
    
@media screen and (max-width: 499px) {    
.tel {
    display: flex;
    align-items: center;
    
}
.tel .itemTel {
    font-size: 20px;
    color: #009993;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 10px;
    
}
.tel .telNumber {
    font-size: 36px;
    color: #009993;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    white-space: nowrap;
}
.businessHours {
    font-size: 18px;
    color: #333;
    text-align: right;
    display: block;
    margin-top: 0.5rem;
    margin-bottom: 30px;
    white-space: nowrap;
    padding-right: 1rem;
}
.shop.pre .tel a {
    margin: 0 4rem;
    display: flex;
    align-items: center;
    margin: 0 auto;
    
}
.attention3 {
  font-size: 1.0rem !important;
  width: 100%;
  padding: 30px;
  background: #8ccecc;
        margin: inherit;
}    
    }    




.fv {
  background-color: #8ccecc;
    position: relative;
  background-image: url(https://muqu-facial.jp/lp/tmpl/img/fv_bg_new.webp);
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.attention3 {
  font-size: 1.5rem;
  width: 100%;
  padding: 30px;
  background: #8ccecc;
        margin: inherit;
}
.pointplace_box {
  position: relative;
}
.cta-area.CTA01 {
  width: 80%;
  left: 52%;
  transform: translateX(-50%);
  bottom: 4%;
}
.CTA02 {
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 4%;
}
.btn {
  background: url("../img/240809/btn4.png")left center no-repeat !important;
    background-size: contain !important;
}
.attention1 {
  background: #8ccecc !important;
    padding: 5% 5% 10% 5%;
}
.attention2 {
  background: #8ccccc !important;
}
section#voice {
  background: url(https://muqu-facial.jp/lp/tmpl_250407/img/bg_voice.webp);
    background-repeat: repeat;
  background-size: cover;

}
.btn_reservation{
    width: 100%;
    max-width: 350px;
}
header #logo {
  width: 22%;
  margin: inherit;
}
/*.anchor{
    display: block;
    padding-top: 120px;
    margin-top: -120px;
}*/
.anchor::before {
    display: block;
    height: 50px;
    margin-top: -50px;
    content: "";
}

html {
	scroll-snap-type: y proximity;
	scroll-padding-top: 70px;
 	scroll-behavior: smooth;
}
.slider_box {
  margin-top: 70px;
}
.sliderbox {
  margin-bottom: 0;
}
.slick-slider {
  position: inherit !important;
  /*top: 120% !important;*/
}
.slider_box {
  /*position: inherit;*/
}
.slider .slick-arrow {
  width: initial !important;
  height: initial !important;
  z-index: 2 !important;
  position: absolute !important;
  top: 55% !important;

    
}
.slider .slick-next {
  right: 15% !important;
}
.slider .slick-prev {
  left: 15% !important;
}

    /*アコーディオン*/
    .toggle {
    	display: none;
    }
    .Label {		/*タイトル*/
    	padding: 15px;
    	display: block;
    	color: #fff;
        border-radius: 33px;
    	
        font-size: 24px;
    }
    .Label::before{		/*タイトル横の矢印*/
    	content:"";
    	width: 20px;
    	height: 20px;
    	border-top: 2px solid #fff;
    	border-right: 2px solid #fff;
    	-webkit-transform: rotate(45deg);
    	position: absolute;
    	top:calc( 50% - 13px );
    	right: 40px;
    	transform: rotate(135deg);
    }
    .Label,
    .content {
    	-webkit-backface-visibility: hidden;
    	backface-visibility: hidden;
    	transform: translateZ(0);
    	transition: all 0.3s;
    }
    .content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 20px;
    	overflow: hidden;
    }
    .toggle:checked + .Label + .content {	/*開閉時*/
    	height: auto;
    	padding:20px ;
    	transition: all .3s;
    }
    .toggle:checked + .Label::before {
    	transform: rotate(-45deg) !important;
    }
.accordion{
    padding: 30px 50px;
    /*background-color: #D5E7F4;*/
}
.accordion img{
    width: 100%;
}
.acc01{
    background:#a7d0e9;
}
.acc02{
    background:#98ded8;
}
.acc03{
    background:#bcd88d;
}
.acc04{
    background:#ed978a;
}
.acc05{
    background:#df7f9e;
}
.acc_box{
    padding: 30px 30px 15px 30px;
    background-color: #fff;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    text-align: center;
}
.acc_img_box{
    margin-top: 50px;
    background-color: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
}
.acc_box .content p{
    text-align: left;
    font-size: 20px;
}
.acc_box .content p.point01{
    text-align: left;
    font-weight: 700;
    color: #a7d0e9;
    font-size: 24px;
}
.acc_box .content p.point02{
    text-align: left;
    font-weight: 700;
    color: #98ded8;
    font-size: 24px;
}
.acc_box .content p.point03{
    text-align: left;
    font-weight: 700;
    color: #bcd88d;
    font-size: 24px;
}
.acc_box .content p.point04{
    text-align: left;
    font-weight: 700;
    color: #ed978a;
    font-size: 24px;
}
.acc_box .content p.point05{
    text-align: left;
    font-weight: 700;
    color: #df7f9e;
    font-size: 24px;
}
.acc_img_box img{
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    
}
section {
  margin:0 !important;
}
p.access_detail {
  max-width: 751px;
  margin: 5% auto;
  letter-spacing: normal;
  line-height: normal;
  background: #d9f0ef;
  padding: 1rem;
  font-size: 1.8rem;
}




@media (max-width: 600px) {
.btn_reservation{
    width: 100%;
    max-width: 220px;
}
    header{
        padding: 0 15px;
    }
 .accordion {
  padding: 30px 20px;
  background-color: #fdf9ef;
}   
.acc_box {
  padding: 15px 15px 15px 15px;
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  text-align: center;
}    
 .Label {
  padding: 5px 15px 5px 15px;
  display: block;
  color: #fff;
  border-radius: 33px;
  font-size: 20px!important;
}
 .content {		/*本文*/
    	height: 0;
    	margin-bottom:10px;
    	padding:0 10px;
    	overflow: hidden;
    }   
.toggle:checked + .Label + .content {
  height: auto;
  padding: 20px 10px 0px 10px;
  transition: all .3s;
}    
.acc_box .content p {
  text-align: left;
  font-size: 18px;
} 
    
.Label::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  position: absolute;
  top: calc( 50% - 7px );
  right: 40px;
  transform: rotate(135deg);
}    
    
.accordion + img{    
  vertical-align: bottom;
  line-height: 1.0em;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
}
  p.access_detail {
  font-size: 1rem;
}
footer ul li a {
    font-size: 0.6rem;
  }
}
