@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');
html,body{
  font-family: "Noto Sans JP", "Hiragino Sans" , "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "游ゴシック Medium", YuGothic, YuGothicM, sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #fff;
	line-height: 1.7;
	letter-spacing: 0.03em;
}
header,footer,div,section,article,nav,a,p,span,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,img,dl,dt,dd,form,input,textarea{ box-sizing: border-box; }
::selection { background: #ddd; }
::-moz-selection { background: #ddd; }
a{
  color: #fff;
  transition: opacity 0.3s, color 0.3s;
  text-decoration: none;
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer */
  -khtml-user-select: none; /* KHTML browsers (e.g. Konqueror) */
  -webkit-user-select: none; /* Chrome, Safari, and Opera */
  -webkit-touch-callout: none; /* Disable Android and iOS callouts*/
}
a:hover{ opacity: 0.7;cursor: pointer; }
img,picture{
	max-width: 100%;
	display: block;
}
.clear{ clear: both; }
.overflow{ overflow: hidden; }

img{
    /* SPの長押し禁止 */
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-touch-callout:none;
    -moz-user-select:none;
    user-select:none;
}


body{
  background-size: cover;
  background: linear-gradient(#f7dcd5 0%, #f2cdc5 100%);
}

#wrapper{
  max-width: 54rem;
  margin: 0 auto;
  background: #FFF;
}

img.pc-logo{
  width: 18rem;
  position: fixed;
  left: 4rem;
  top: 4rem;
}
.pc-cta{
  width: 32rem;
  position: fixed;
  right: 4rem;
  bottom: 4rem;
}
.pc-cta a.cta-btn{
  display: block;
  margin: 2rem auto 0;
}

.cta{
  position: relative;
  padding-top: 5rem;
  padding-bottom: 18rem;
}
.cta h2{
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
.cta a.cta-btn-2{
  display: block;
  width: 84%;
  position: absolute;
  left: 6.5%;
  bottom: 8.5%;
}

.cta2{
  position: relative;
}
.cta2 a.cta-btn-2{
  display: block;
  width: 76%;
  position: absolute;
  left: 12.0%;
  bottom: 3rem;
}

.sec-2 .sec-2-2 {
	padding-top: 6rem;
	width: 84%;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 6rem;
}
.sec-2 .sec-2-3 {
	padding-bottom: 6rem;
}

.sec-3 {
	padding-top: 6rem;
}

.sec-5{
  background: url(../images/sec-5-bk.png) center center no-repeat fixed #FFF;
  background-size: cover;
}

.sec-7 {
	margin-top: 5rem;
}

#wrapper.salon-list{
  background: #fae5e9;
  padding-bottom: 6rem;
}

#wrapper.salon-list .fv {
  width: 81%;
  margin: 8rem auto 0;
}

#wrapper.salon-list .sec-area {
  margin: 6rem auto 0;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: #312121; 
  width: 81%;
}

#wrapper.salon-list .sec-area h2{
  font-weight: bold;
  font-family: "Yu Gothic";
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: #312121;
  border-top: 2px solid #414141;
  padding-top: 1.4rem;
  cursor: pointer;
  position: relative;
}

#wrapper.salon-list .sec-area h2 a{
  font-weight: bold;
  font-family: "Yu Gothic";
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: #312121;
}

#wrapper.salon-list .sec-area h2::after{
  position:absolute;
  content: "";
  top:13px;
  right:13px;
  bottom:0;
  width:13px;
  height:7px;
  margin:auto;
  background: url(../images/accordion-icon.png) center center no-repeat;
  background-size: cover;
  transform:rotate(180deg);
}

#wrapper.salon-list .sec-area h2.active::after{transform:rotate(0deg);}

#wrapper.salon-list .sec-area .salon-list-area{
  margin-top: 3rem;
  display: none;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item{
  margin-bottom: 3rem;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-title{
  font-weight: bold;
  font-family: "Yu Gothic";
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: #312121;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content{
  margin-top: 2.4rem;
  background-color: white;
  border-bottom: 3px solid #f9e5e9;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content .salon-content-title{
  display: inline-block;
  width: 35%;
  padding: 2rem;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: #312121;
  vertical-align: top;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content .salon-content-sentence{
  display: inline-block;
  width: 63%;
  padding: 2rem;
  font-family: "Yu Gothic";
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 3rem;
  text-align: left;
  color: #312121;  
  vertical-align: top;
  word-break: break-all;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content .salon-content-sentence a{
  font-family: "Yu Gothic";
  font-weight: normal;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 3rem;
  text-align: left;
  color: #312121;
}

.list-tab{
  display: flex;
}
.list-tab > li{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.4rem;
  border-radius: 2.7rem;
  font-size: 2rem;
  font-weight: 700;
  border: 1px solid;
  margin: 2.5rem auto;
  cursor: pointer;
  transition: background 0.3s, color 0.3s;
}
.list-tab > li:hover,
.list-tab > li.active{
  background: #fff;
  color: #0f1221;
}
.list-tab > li + li{
  margin-left: 4%;
}

.tab-content{
  display: none;
}
.tab-content.active{
  display: block;
  animation: tab-change 0.3s both;
}
@keyframes tab-change {
  0% { opacity: 0; transform: translateY(3rem); }
  100% { opacity: 1; transform: translateY(0); }
}

.sec-7 iframe{
  width: 100%;
  height: 36rem;
}

footer{
  color: fafafa;
  text-align: left;
  font-size: 1.4rem;
  padding: 3rem 3rem 11rem;
}
footer a{ color: rgba(255,255,255,0.5); }
footer img.logo{
  width: 70%;
  margin: 0 0rem 2rem;
}
footer .copy{
  margin-top: 0.5em;
  color: rgba(255,255,255,0.5);
}


#fl-btn{
  display: none;
  padding: 0 0 0rem;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 997;
}
#fl-btn a {
  display: block;
  width: 84%;
  margin: 0 auto;
}




/* ボタン用アニメーション */
a.cta-btn img{ animation: pulse 1s infinite; }
a.cta-btn-2 img{ animation: pulse 1s infinite; }

@keyframes pulse {
  from { transform: scale3d(1, 1, 1); }
  50% { transform: scale3d(1.05, 1.05, 1.05); }
  to { transform: scale3d(1, 1, 1); }
}


/* ロード画面 */
#loading {
  width: 100%;
  height: 100%;
  background: linear-gradient(#f7dcd5 0%, #f2cdc5 100%);
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
}
#loading img {
  width: 16rem;
}
#loading.loaded {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s, visibility 1s;
}




/*　PC
------------------------------------------------------------------------------------------------*/
@media (min-width: 769px){
.sp{ display: none !important; }

html{ font-size: 10px; }
body{ font-size: 1.8rem; }




/*　タブレット
------------------------------------------------------------------------------------------------*/
@media (max-width: 1490px){

html{ font-size: 0.671vw; }




}/*　タブレットここまで */
}/*　PCここまで */




/*　スマホ
------------------------------------------------------------------------------------------------*/
@media (max-width: 768px){
.pc{ display: none !important; }

html{ font-size: 2.6vw; }
body{ font-size: 1.4rem; background: #000; }


.sec-5{
  padding: 3rem 5%;
}

.list-tab > li{
  height: 4.4rem;
  border-radius: 2.3rem;
  font-size: 1.7rem;
  margin: 2rem auto;
}


.sec-7 iframe{
  height: 26rem;
}


#loading img {
  width: 10rem;
}


#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content .salon-content-title{
  width: 38%;
  padding: 4vw;
  font-size: 4.4vw;
  line-height: 6vw;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content .salon-content-sentence{
  width: 59%;
  padding: 4vw;
  font-size: 4.4vw;
  line-height: 6vw;
}

#wrapper.salon-list .sec-area .salon-list-area .salon-item .salon-content .salon-content-sentence a{
  font-size: 4vw;
  letter-spacing: -0.02em;
  line-height: 6vw;
}




}/*　スマホここまで */



