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


.emaiContin{display: none !important}
#page-top{display: none}

#page-top2 {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 77%;
	z-index:999
}
#page-top2 a {
    background: #4058a7;
    text-decoration: none;
    color: #fff;
     padding: 2px 10px;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top2 a:hover {
    text-decoration: none;
    background: #999;
}

body.preload .wow {
	opacity: 0 !important;
}
body{background: url("../img/nail/bg.png") repeat; color: #1e1e1e }
.goshi{font-family:"ヒラギノ角ゴ Pro Ws3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
   font-weight: normal;}
.red{color: #9e6b6b}
.fm{ font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;}

.preload{font-size: 16px}

/* ずらし＆重ねボックス */
.kaza {
line-height: 1.4;
  padding:0 10px;  /* 内側余白 */
  background: none;  /* 元のボックス背景色なし */
  border: 1px solid #ccc;  /* 枠線 */
  position: relative;  /* 配置の基準 */
}

.kaza::after {
 background: url("../img/nail/bg2.png") repeat;
  border: none;  /* 枠線なし */
  content: '';  /* 擬似要素 */
  position: absolute;  /* 位置指定 */
  top: 7px;  /* 上にずらす */
  left: 7px;  /* 左にずらす */
  width: 100%;  /* 幅100% */
  height: 100%;  /* 高さ100% */
  z-index: -1;  /* 背面表示 */
  mix-blend-mode: multiply;
}

.kazari2{
 position: relative;
 padding:0.5em 1em;
 display: inline-block
}
/*カギ括弧 共通*/
.kazari2::before, 
.kazari2::after { 
 position: absolute;
 content:'';
 width: 1rem;
 height: 2rem;
 /*Lightning見出しデザイン設定のCSS対策*/
 background: unset;
}
/*左のカギ括弧*/
.kazari2::before {
 border-left: solid 1px currentColor;
 border-top: solid 1px currentColor;
 top:0;
 left: 0;
 /*Lightning見出しデザイン設定のCSS対策*/
 border-right: unset;
 border-bottom: unset;
}
/*右のカギ括弧*/
.kazari2::after {
 border-right: solid 1px currentColor;
 border-bottom: solid 1px currentColor;
 bottom:0;
 right: 0;
 /*Lightning見出しデザイン設定のCSS対策*/
 border-left: unset;
 border-top: unset;
 margin-right: unset;
 left:unset;
}






.bgallbox img{ width:100%}
.semiCont{ color:#000}
.emailCont{ display:none !important}

/*----------タイトル----------*/
.titleBox{ margin-bottom:20px}
.titleBox .ti{ margin:50px 8% 0}
.titleBox h2{font-weight: 500; padding:20px 0 10px; line-height:1.5em; font-size:clamp(1.25rem, -0.75rem + 10vw, 3.25rem)}/*20-52*/
.titleBox .text{font-size:clamp(1.875rem, 1.5rem + 1.88vw, 2.25rem)}/*30-36*/

.titleBox img.online{    width: 114px;}
.titleBox img.dip{ width: 190px;}
.titleBox .day {text-decoration: underline; margin: 30px 8%; line-height: 1.8; font-size:clamp(1.625rem, 1.125rem + 2.5vw, 2.125rem)}/*24-34*/

/*----------スライド----------*/
.poti{position: relative}
.poti .pic{position: absolute; top: -20px; right: 3%; width: 30%; max-width:178px; z-index: 10 }
.poti .tex{font-size: 11px; text-align: right;margin-top: 10px ; margin-right: 8%}
#slicknail{ text-align:center}
#slicknail img{width:100%;}

/*----------about----------*/
.about { text-align:center; padding:20px 0px 0; background: url("../img/nail/map.png") no-repeat 90% 19%; background-size: 240px}
.about .text02{ padding:0 0px 20px; line-height: 1.8; font-size:clamp(1.375rem, 0.875rem + 2.5vw, 1.875rem)}/*22-30*/
.about .text02 span{background: #fff}
.about .text01 img{ max-width:330px; margin-bottom:20px}
.about h2{line-height: 1.6; font-weight: 500; font-size:clamp(2.5rem, 2.125rem + 1.88vw, 2.875rem)}/*4046*/

/*----------.dounyu----------*/
.dounyu {position: relative; margin: 40px 8% 30px}
.dounyu:after{content: "";
position: absolute; left: 0; bottom: 0; background: url("../img/nail/reaf1.png") no-repeat; background-size: 62px;
width: 62px;  height: 105px;}
.dounyu:before{content: "";
position: absolute; right: 0; bottom: 0; background: url("../img/nail/reaf2.png") no-repeat; background-size: 62px;
width: 62px;  height: 105px;}
.dounyu img{width:38px; margin-bottom: 10px }
.dounyu .text0{letter-spacing: -1px; font-weight: 600; font-size:clamp(1.25rem, 0.625rem + 3.13vw, 1.875rem)}/*20-30*/
.dounyu .text{font-size:clamp(1.125rem, 0.625rem + 2.5vw, 1.625rem)}/*18-26*/
.dounyu .text i{font-size: 10px; position: relative; top: -10px}
.dounyu .text span{font-size: 12px; display: block}


/* スライダーを囲む親要素の幅を制限し、中央に配置 */
.salon , .salon2{
  max-width: 1100px;
  margin: 0 auto; /* 中央寄せ */
  overflow: hidden; /* 画面外の横揺れやはみ出しを防止 */
  padding: 0;
  list-style: none;
}
.salon li ,.salon2 li {
  padding: 0 10px; /* 例：スライド同士の間に20px（左10px＋右10px）の隙間を作る */
  box-sizing: border-box;
}

/*----------slist----------*/
.slist dt{    width: 30%; float: left;}
.slist dt img{ max-width:100%;}
.slist dd{    width: 65%; float: right;text-align: left;font-size: 15px;}
.slist dd span{ font-size: 12px; background:#7a6558; color: #fff ; display: inline-block; padding: 0px 20px }
.slist dd a{transition: 0.3s; display:inline-block; color:#fff; padding:0 15px; font-weight:bold; background: #ba9090;text-decoration: none;}
.slist dd a:hover{background: #e7dada; }

.slist li{border-bottom: dashed 1px #f4eeee;  }

.slist li p{    text-align: left;
    font-size: 13px;
    line-height: 1.8;
    padding: 10px 0 20px;direction: ltr;
  unicode-bidi: isolate; /* 他の要素のレイアウトに影響を与えないように独立させる */}
    


/*----------merit----------*/
.merit{border:1px solid #97948f; position: relative; border-radius: 280px 280px 0 0; text-align: center; margin:50px 4% }
.merit::after {border-radius: 280px 280px 0 0;
 background: url("../img/nail/bg3a.png") repeat;
  border: none;  /* 枠線なし */
  content: '';  /* 擬似要素 */
  position: absolute;  /* 位置指定 */
  top: 7px;  /* 上にずらす */
  left: 7px;  /* 左にずらす */
  width: 100%;  /* 幅100% */
  height: 100%;  /* 高さ100% */
  z-index: -1;  /* 背面表示 */
  mix-blend-mode: multiply;
}
.merit .meriimg{position: absolute; left: 0; top: 0; width: 30%}

.meritin{padding: 60px 5% 0 ; position: relative; z-index: 1}
.meritin .text1{font-weight: 500;  margin-bottom: 10px; font-size:clamp(2.5rem, 2.125rem + 1.88vw, 2.875rem)}/*40-46*/
.meritin .kazari2{font-size:clamp(1.25rem, 0.625rem + 3.13vw, 1.875rem)}/*20-30*/

.meritin dl{text-align: left; margin-bottom: 40px}
.meritin dd{border-bottom: 1px dashed #97948f; padding-bottom: 30px}
.meritin dl:last-child dd{border: none; padding-bottom: 0}

.meritin dd .t00{font-weight: 600; line-height: 1.6; margin: 20px 0; font-size:clamp(1.75rem, 1.125rem + 3.13vw, 2.375rem)}/*28-38*/

.meritin dd ul{margin: 15px 0}
.meritin dd ul li{padding:5px 5px 5px 30px; position: relative; background:#f7f4ee; font-weight: bold; line-height: 1.4; margin-bottom: 4px}
.meritin dd ul li:before{content: "+";
  position: absolute;
  left: 10px;
  top: 5px;}

/*----------stepBox----------*/
.stepBox{ margin:40px 20px 90px; text-align:center}
.stepBox dt{ border:1px solid #d8cbcb; margin-bottom:20px ; background: #fff}
.stepBox dt img{ width:184px; margin:20px 0 10px;}
.stepBox dt p{ line-height:1.4em; color:#fff; background:#7c695c; padding:10px}

.stepBox dd li{ border-bottom:1px dashed #d8cbcb; margin-bottom:20px; padding-bottom:20px}


.stepBox dd img{ float:left; width:10%}
.stepBox dd .less{ float:right; width:86%; text-align:left}


.stepBox dd .grayBox .imp{ background:linear-gradient(transparent 70%, #e1cece 0%);}



.stepBox dd .text01{font-weight: 600; color:#9e6b6b; font-size:18px; line-height:1.1em; letter-spacing: -1px;}
.stepBox dd .text01 span{ font-size:10px}
.stepBox dd h3 {padding:10px 0; line-height:1.2em ; font-size:clamp(1.75rem, 1.125rem + 3.13vw, 2.375rem)}/*28-38*/
.stepBox dd h3 span {font-size:12px; }

.stepBox dd .grayBox{ clear:both; background: url("../img/nail/bg2.png") repeat; padding:10px; text-align:left; line-height:1.7em }



/*----------お客様の声----------*/
.voiceBox{  text-align:center; margin:100px 5% 0 ; position: relative}
.voiceBox .pictitle img{ width:80%; max-width: 350px; position: relative; z-index: 2}
.tate{ writing-mode: vertical-rl;
  text-orientation: upright; text-align: left;}
.voiceBox .voi{width: 80%; max-width:492px; position: absolute; right: 0; top: 0}
.voiceBox .text01{position: absolute; left: 0; top: 0; font-weight: 500 ;
text-shadow:
       3px 3px 0 #f2efe9,
     -1px -1px 0 #f2efe9,  
      1px -1px 0 #f2efe9,
      -1px 1px 0 #f2efe9,
       1px 1px 0 #f2efe9;
}
.voiceBox .t0{ text-align: right; font-size: 11px; margin-right: 8%}
.voiceBox ul{ padding:15px 10px}
.voiceBox li{ margin-bottom:20px}
.voiceBox li .namet{ background: url("../img/nail/bg3.png") repeat; line-height:1.4em; padding:10px; mix-blend-mode: multiply; height: 100%}


.voiceBox li .voicet{ color:#fff; font-size:11px; }
.voiceBox li a { text-decoration:none}
.voiceBox li .name{ font-size:12px; text-align:left}
.voiceBox li a .name{ color:#000}
.voiceBox li dd{ text-align:left}
.voiceBox li dd h2{ font-weight:bold; color:#9e6b6b; font-size:15px; margin:10px 0;line-height: 1.5em}
.voiceBox li dd .hosoku{ line-height:1.7em}
.voiceBox li a dd .hosoku{ color:#000}

.voice2 ul{margin: 0 8%}
.voice2 li{margin-bottom: 30px; padding: 55px 15px 15px; position: relative}
.voice2 li:last-child{margin-bottom: 130px}
.voice2 li .add{background:#796659; color: #fff; font-size: 13px; display: inline-block; padding:1px 20px 0; 
position: absolute; left: -5px; top: 15px}
.voice2 li .come{line-height: 1.6}
.voice2 li span{font-weight: bold}


/*----------メリット----------*/
.attBox{text-align: center}
.attBox h2{margin-bottom: 10px; display: inline-block; font-size:clamp(2.5rem, 2.125rem + 1.88vw, 2.875rem)}/*40-46*/

.attBox .text01{ font-size:20px; margin:10px 0; text-align:center}
.attBox .text02{ margin-bottom:60px; line-height: 2}
.attBox .text02 span{font-weight: 500; display: inline-block; background: url("../img/nail/bg3a.png") repeat; font-size:clamp(1.75rem, 1.125rem + 3.13vw, 2.375rem)}/*28-38*/


.a01{ background: url("../img/nail/bg2.png") repeat; position:relative; margin-bottom:60px}
.a01 .boxleft{ padding:0 20px}
.a01 .nover img{ width:130px}
.a01 h2{ font-size:24px}
.a01 h2 span{    font-size: 17px;
    display: block;
    padding-top: 10px}

.a01 .titleesb{ margin-bottom:10px}
.a01 .pic01{ margin:10px 0 10px}
.a01 h3 , .a02 h3{letter-spacing: -1px; text-align: left; margin-bottom:0px ; line-height: 1.6; font-size:clamp(2.125rem, 1.75rem + 1.88vw, 2.5rem)}/*334-40*/
.a01 .come{ margin:10px 0 30px; text-align: left}
.a01 .boxright{ padding:30px 20px 20px}

.a01 .boxright h3 , .a02 .boxright h3{font-weight: 600; color:#9e6b6b ;  margin: 10px 0 ; font-size:clamp(1.875rem, 1.375rem + 2.5vw, 2.375rem)}/*30-38*/
.a01 .come .imp{ background:linear-gradient(transparent 70%, #d6cdc5 0%);}

.a02{background: url("../img/nail/bg2.png") repeat; position:relative;margin-bottom:60px}
.a02 h2, .a03 h2{ line-height:1.4em}
.a02 .boxleft,.a03 .boxleft{ padding:0 20px}
.a02 .nover img,.a03 .nover img{ width:130px}
.a02 h2,.a03 h2{ font-size:24px}
.a02 .boxright,.a03 .boxright{ padding:30px 20px 20px}

.a02 li p, .a01 li p{ margin:0px 0 20px; text-align: left}
.a02 li p .boxb{display: block; background: #fafafa; padding: 10px; margin: 10px 0 0}
.a02 .titleesb, .a03 .titleesb{text-align: left}

/*----------メッセージ----------*/
.messBox dl{ position:relative}
.messBox .h2t{ position:absolute; top:20%; right:10px;width:200px}
.messBox h2{ text-align:center; font-size:1.5em; margin:20px 0; line-height:1.7em}
.messBox h2 img{ width:204px}
.messBox .mesmain{ padding:0 20px; line-height:1.8em; font-size:14px}
.messBox .prof{ background:#fff; padding:10px; margin:20px; font-size:11px; line-height:1.5em; margin-bottom:60px}
.messBox .prof span{ display:block; margin-top:5px}
.messBox .mesmain .imp{ background:linear-gradient(transparent 70%, #d6cdc5 0%);}


/*----------講座----------*/
.courseBox{ text-align:center; background:#f4eeee; position:relative;padding-bottom: 20px;}
.courseBox .pict{ position:absolute; top:-40px; width:280px; left:50%; margin-left:-140px}


#course01{margin:0 10px 40px; padding:5px ; background: url("../img/nail/bg3.png") repeat; border-radius: 30px}
.course0in1{border:1px solid #fff; padding:40px 5% 10px ; background:url(../img/nail/over.png) no-repeat center top; background-size:contain; border-radius: 30px}
#course01 h2{ line-height: 1.4; font-size:clamp(2.5rem, 2.125rem + 1.88vw, 2.875rem)}/*40-46*/
#course01 .text0{margin: 20px 0 ; background: #e6e4e0; display: inline-block}
#course01 .text{margin-bottom: 30px; line-height: 1.6; font-size:clamp(1.875rem, 1.375rem + 2.5vw, 2.375rem)}/*30-38*/
#course01 .pic{margin-bottom: 10px}
#course01 .cont0{ border-bottom: 1px dashed #97948f; padding-bottom: 40px; margin-bottom: 40px}
#course01 .contright .cont0:last-child{border: none; margin-bottom: 0; padding-bottom: 0}
#course01 .zu{margin-top: 10px; background:#e6e4e0; padding: 15px!important }
#course01 .zu li{font-weight: bold}


.course0in1 .contleft{ text-align:left}
.course0in1 .top{letter-spacing: -1px;  font-weight: 600; margin-bottom:20px; padding-bottom: 10px ;position: relative; border-bottom: 1px solid #97948f; font-size:clamp(1.625rem, 1.313rem + 1.56vw, 1.938rem)}/*26-31*/
.course0in1 .top::after {
    content: "";
    position: absolute;
    top: calc(100% + 5px);
    left: 50%;
    width: 30px;
    height: 1px;
    box-sizing: border-box;
    background-color: #97948f;
    rotate: 50deg;
    translate: -25% 0;
}
#course01 .contleft ul{ border-bottom:1px dashed #d8cbcb; padding-bottom:20px}
#course01 .contleft li{ background:url(../img/nail/purashu.png) no-repeat left 3px; background-size:10px 10px; padding-left:15px; line-height:1.4em; font-size:13px; margin-bottom:5px}

.contright ul{ border-bottom:1px dashed #d8cbcb; padding-bottom:20px; margin-bottom:20px}
.course0in1 .contright{ text-align:left; margin:20px 0}
.course0in1 .contright .topi{ font-size:18px !important; font-weight:bold; color:#ba9090; backface-visibility:none; padding-left:0px !important; background:none !important }
.contright li{ line-height:1.4em; font-size:13px; margin-bottom:5px}
.contright li .imp{color: #ba9090;}
#course01 .contright .doya li{ background:url(../img/nail/daiya.png) no-repeat left 3px; background-size:10px 10px; padding-left:15px;}

#course01 .chek{padding-bottom: 0}
#course01 .chek li{position: relative; padding-left:30px; font-size: 16px; padding-bottom: 10px}
#course01 .chek li:before{content: "✔";
  position: absolute;
  left: 10px;
  top: 1px;}
#course01 .chek li:last-child{padding-bottom: 0}
#course01 .text02{font-size: 13px; line-height: 1.6}


.contright ul{ border-bottom:1px dashed #d8cbcb; padding-bottom:20px; margin-bottom:20px}
.course0in1 .contright{ text-align:left; margin:20px 0}

.contright li{ line-height:1.4em; font-size:13px; margin-bottom:5px}


/*----------.columnContb----------*/
.columnContb {background: url("../img/nail/column.png") no-repeat center top; background-size: contain}
.columnContb h2{text-align: center; font-size: 22px; margin-bottom: 20px; padding-top: 20px}

.columnContb h3{ font-size:13px; line-height:1.8em}
.columnContb li{ width: 46%; float:left; margin-right:8%; margin-bottom:20px }
.columnContb li:nth-child(even){  margin-right:0% }

.columnContb li .cate{font-size: 10px; line-height: 1.7; color: #4058a7; margin-bottom: 8px}
.columnContb li a{color: #000; text-decoration: none}
.otheraCont{ margin-bottom:60px}



/*----------qa----------*/
#qa .midashi img{width:230px; margin-bottom:10px;}

#qa{margin: 60px 20px; text-align: center}
#qa .cp_actab{ text-align:left;}
#qa .qe{ text-align:left;line-height: 1.6em; padding-bottom:0.1rem}
#qa .cp_actab-content{ margin-bottom:1rem; margin-top: 10px;   } 
#qa .cp_actab-content dl{    background: #f5f1f1; padding: 10px;}
#qa .qe dt{ float:left; width:8%;font-size: 1.8rem;}
#qa .qe dd{ float: right; width:90%;font-size: 1.5rem;}

#qa .cp_actab-content dt{ float:left; width:8%;font-size: 1.8rem;}
#qa .cp_actab-content dd{ float: right; width:90%; font-size: 1.3rem}




/*--------------------------------------------------------------------

アコーディオン
--------------------------------------------------------------------*/	
.cp_actab {
	position: relative;
	overflow: hidden;
	width: 100%;
	margin: 0 auto;
}
.cp_actab input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.cp_actab label {transition:0.3s;
	font-weight: bold;
	position: relative;
	display: block;
	padding: 10px 10px 10px 40px;
	cursor: pointer;
	margin: 0 0 0px 0;
    line-height: 1.6;
    font-size: 16px;
background: url(/academy/img/nail/qq.png) no-repeat 10px 15px #d4cbc2; background-size:18px 22px;
}
.cp_actab label:hover{background: url(/academy/img/nail/qq.png) no-repeat 10px 15px #e3ddd3; background-size:18px 22px;}

.cp_actab label .fm{font-weight: bold;}

.cp_actab label span{background: #fff;
    color: #7c695c;
    letter-spacing: -1px;
    padding: 0 10px;
    margin-left: 10px;font-size: 12px;}

.cp_actab .cp_actab-content {
	overflow: hidden;
	max-height: 0;
	-webkit-transition: max-height 0.35s;
	transition: max-height 0.35s;
background: url(/academy/img/nail/aa.png) no-repeat left 5px; background-size:18px 22px; padding-left:30px;


}
.cp_actab .cp_actab-content p {
	margin: 1em 0;
}
/* :checked */
.cp_actab input:checked ~ .cp_actab-content {
	max-height: 70em;color:#4b474d;
}
/* Icon */
.cp_actab label::after {
	line-height: 3;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 3em;
	height: 3em;
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
	text-align: center;
}




/*----------受講資格----------*/
.lastbox .leftbox{ background:#fff; padding:20px;margin:50px 20px 50px; border: 1px solid #97948f;text-align: left;}
.lastbox .rightbox{ background:#f0f0f0; padding:20px; margin:0px 20px 50px; font-size:12px;line-height:1.7em}
.lastbox h2{ text-align:center; font-size:18px; margin-bottom:10px}
.lastbox li{ background:url(../img/nail/daiya.png) no-repeat left 3.5px; padding-left:15px; background-size:10px 10px; font-size:12px; line-height:1.7em}




/*----------問いあわせ----------*/
.contbox{position: relative; max-width:900px; margin: 0 auto 100px; text-align: center}
.contbox .ac{position: absolute; right: 0; top: 0; width: 30%; max-width:260px; mix-blend-mode:multiply }
.contbox .kaza{margin: 0 5%; padding: 60px 8%; border-radius: 360px}
.contbox .kaza::after{border-radius: 360px; text-align: center}
.contbox .kaza dt img{ width: 70%; max-width:243px; margin: 0 auto}
.contbox .kaza dd{ margin: 20px 0; font-weight: 500; font-size: clamp(1.625rem, 1.375rem + 1.25vw, 1.875rem)}/*26-34*/
.contbox a{ box-shadow: 0 5px 5px 0 rgba(0, 0, 0, .3);
text-decoration: none; color: #fff; font-weight: 500; background:#7a6558; padding: 30px 0; display: block;
border-radius: 360px ;font-size: clamp(1.875rem, 1.375rem + 2.5vw, 2.375rem)}/*3038*/
.contbox a img{width:67px; vertical-align: middle}
.contbox a span{display: block}
.contbox .text{margin-bottom: 20px}
.contbox dt li img{border: 1px solid #97948f; padding: 5px}

.bottomCont li:first-child,.bottomCont li:nth-child(2){ display:none}


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

.titleBox h2 i{display:block;}

.stepBox dd h3 span { display:block; line-height:1.4em }
.stepBox dd  li:nth-child(3) .text01{ letter-spacing:-1px; font-size:18px}


.voiceBox li .namet{position: relative}
.voiceBox li .namet span{position: absolute; right: 5px; top: 11px}
.voiceBox li{ float:left; width:47%; margin-right:6%}
.voiceBox li:nth-child(2n){margin-right:0%}

.a01{ padding:5px}
.a01 .boxleft{ border:1px solid #fff; padding:0 20px}
.a01 .nover{ position:absolute; top:-30px;}
.a01 h2, .a02 h2{letter-spacing: -1px; padding:50px 0 5px; line-height: 1.5;  font-size:clamp(2.375rem, 1.875rem + 2.5vw, 2.875rem)}/*38-46*/

.a02,.a03{ padding:5px}
.a02 .boxleft,.a03 .boxleft{ border:1px solid #fff; padding:0 20px}
.a02 .titleesb,.a03 .titleesb{ margin-bottom:20px}
.a02 .nover,.a03 .nover{ position:absolute; top:-30px;}
.a02 h2,.a03 h2{padding:50px 0 5px}

.columnContb li:last-child{display: none}
}

@media screen and (min-width: 640px) {	
.titleBox .ticont{width:1100px; margin:70px auto 0}
.titleBox .ti{ width:680px;margin: 0px auto 50px; float:left }
.titleBox .kaza{display: inline-block}
.titleBox h2{ font-size:50px;line-height: 1.3em;}
.about .text02{font-size: 27px}
.about h2{font-size: 38px}
.titleBox .loop{ clear:both; }
#slicknail li{ width:440px !important;}
#slicknail img{ width:440px}

.titleBox .day {margin: 30px 0; text-align: right; font-size: 24px;
        width: 300px;
        float: right;
}

.about {padding: 45px 0px 0; background: url("../img/nail/map.png") no-repeat 90% 25%; background-size:333px}
.about .text01 img{ margin-bottom:10px}

.merit{padding-top: 50px}
.merit, .merit::after{border-radius: 560px 560px 0 0}
.merit .meriimg{width:120px }
.meritin .text1{font-size: 46px; letter-spacing: 1px; margin-bottom: 40px}
.meritin .kazari2{font-size: 30px; line-height: 1.6; padding: 0 1em; margin-bottom: 30px; letter-spacing: 1px;}
.meritin dl{width: 900px; margin: 0 auto 40px; padding-bottom: 40px; display: flex; justify-content: space-between; align-items: center;     border-bottom: 1px dashed #97948f;}
.meritin dl:last-child{flex-direction: row-reverse; border: none }
.meritin dt{width:370px }
.meritin dd{width:480px; border: none; padding-bottom: 0 }
.meritin dd .t00{font-size: 24px}




.dounyu{display: inline-block; padding: 0 50px;}
.dounyu .text0{font-size: 24px; margin-bottom: 10px}
.dounyu .text{font-size: 18px}

.stepBox{ margin:100px 20px;}
.stepBox dl{ width:980px; margin:0 auto}
.stepBox dt{ width:192px; float:left; padding-top: 180px; height:848px}
.stepBox dt p{margin-top: 20px;line-height: 1.6em; padding:20px 0}
.stepBox dt span{ display:block}
.stepBox dd{ width:740px; float:right}
.stepBox dd img{ width:68px; margin-bottom:10px}

.stepBox dd .text01{ font-size:25px;margin-top: 0px;}
.stepBox dd .text01 span{ font-size:14px}
.stepBox dd h3{ font-size:30px; padding: 0}

.stepBox dd .grayBox{ font-size:14px; padding:10px 20px}
.stepBox dd li{ padding-bottom:30px}
.stepBox dd .less{width: 89%}

.voiceBox{ margin-bottom: 0px;}
.voiceBox .t0{margin: 0 0 10px 0}
.voiceBox .pictitle img{ margin-bottom:25px}
.voiceBox .text01 {
    font-size: 24px;
    letter-spacing: normal;
    line-height: 1.4; left: 50%; margin-left: -300px
}
.voiceBox ul{ padding:0; width:1100px; margin:0 auto; border:none}
.voiceBox li{ width:315px; float:left; margin-right:76px; margin-bottom:60px}
.voiceBox li:nth-child(3n){ margin-right:0}
.voiceBox li:last-child{display: none}
.voiceBox dt{ float:left; width:100px}
.voiceBox dd{ float:right; width:215px}
.voiceBox dd.coment{ float:none; width:315px; padding-top:10px; clear:both}
.voiceBox li dd h2{ font-size:16px;line-height: 2em;}
.voiceBox li dd .hosoku {line-height: 1.9em;}


.voiceBox li .voicet{padding: 30px 0 20px;}
.voiceBox li .name{ width:110px;font-size: 13px; position: absolute; font-weight:bold}

.voiceBox li dt{ background:url("../img/nail/bg3a.png") repeat; height:215px}





.voice2 ul {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center; /* space-between から変更 */
    gap: 0 40px; /* 縦の余白 0、横の余白 40px（必要に応じて縦の余白は調整してください） */
    flex-flow: wrap;
}

.voice2 li {
    width: 300px;
    padding: 55px 20px 20px;
    box-sizing: border-box; /* paddingを含めて幅を300pxに固定するために必須 */
}
.voice2 li:last-child{margin-bottom: 30px;}

.attBox .text01{ margin: 30px 0px; font-size: 26px}
.attBox h2{font-size: 50px}
.attBox .text02{ text-align:center;font-size:24px; letter-spacing:1px}
.attBox .text02 span{ display:inline-block; font-size: 24px}
.a01{ background: url(../img/nail/a01.png) no-repeat center 50px; width:1100px; margin:0 auto}
.a01 .boxleft{ float:left; width:450px; padding:0}
.a01 .boxright{ float:right; width:544px; margin-top: -10px; padding:0}
.a01 h2{ font-size:38px; margin-bottom:10px}
.a01 h2 span{font-size:20px;}


.boxleft .nover{ margin-bottom:10px}
.a01 .titleesb { margin-bottom: 20px;}
.a01 .come{ font-size:16px;margin-bottom:0; line-height:1.8; }
.a01 .pic01 { margin: 10px 0 30px;}
.a01 h3{ font-size:24px;margin-bottom: 25px; }
.a01 .boxright li{ line-height: 1.8em; margin-bottom: 20px; font-size:13px}
.a01 .boxright li span{margin:10px 0 5px}


.a02, .a01 {background: url(../img/nail/a02a.png) no-repeat center 30px; position: relative; margin:0 auto 0px; width:1100px}
.a02{ margin:40px auto 20px}
.a02 .boxleft, .a01 .boxleft{ padding:0; width: 350px; float:left}
.a02 .boxright, .a01 .boxright{ padding:10px 0 0; width: 710px; float:right}
.a02 .boxleft .titleesb, .a01 .boxleft .titleesb{ font-size:16px}

.a02 h2, .a01 h2 {font-size: 30px; margin-bottom:10px; letter-spacing: -1px ; line-height: 1.5;}
.a02 h2{margin-bottom: 20px}
.a02 .boxright li{ margin-bottom:50px}
.a01 .boxright li{ margin-bottom:30px}
.a02 .boxleft .nover,.a01 .boxleft .nover{ margin-bottom:20px}
.a02 .boxright li, .a01 .boxright li{ float:left; width:330px}
.a02 .boxright li:last-child, .a01 .boxright li:last-child{ float:right; width:330px}
.a02 h3, .a01 h3 { font-size: 22px;margin:15px 0 5px; }



.messBox{ background:url(../img/nail/pic2a.jpg) no-repeat center top}
.messBox dd{ width:350px; top:67px; left:50%; margin-left:110px; position:absolute}
.messBox dd img{ width:204px; margin:10px 0 0 110px}
.messBox dd img.smtno{ width:340px; margin:0;}
.messBox dd h2{ text-align:left}
.messcome{ padding-top:486px; width:1100px; margin:0 auto 40px}
.messBox .mesmain{float:right; width:800px; padding:0;line-height: 1.8em;}

.messBox .prof{ margin:0px 0 0 20px; float:left; width:220px;line-height: 1.8em;}


.courseBox .pict {
    position: absolute;
    top: -40px;
    width: 910px;
    left: 50%;
    margin-left: -455px;
}


#course01 { width:1100px;margin:0 auto;}
#course01{margin-bottom:50px ;}
.course0in1{padding:70px 50px 10px; position:relative}

.course0in1 .contleft{ float:left; width:450px}
.course0in1 .contright{ float:right; width:470px; margin:0}
#course01 .text0{margin-bottom: 10px}
#course01 .text{margin-bottom: 50px}
#course01 .contleft ul{ border:none}
.course0in1 h2{ margin-bottom:0px; font-size:50px !important }
.course0in1 .contleft .top{ font-size:24px; line-height: 1.6}
#course01 .text02{padding-bottom: 50px}

.course0in1 .top{ font-size:24px; line-height: 1.6}
#course01 .contleft li{ margin-bottom:10px}
.contright ul { border-bottom: 1px dashed #d8cbcb;    padding-bottom: 10px; margin-bottom: 10px;}
.contright ul:last-child{ border:none; margin-bottom:20px}
.course0in1 .contright .topi{ font-size:20px !important}


.lastbox{ width:auto; margin:60px auto}
.lastbox .leftbox,.lastbox .rightbox{ width:690px; margin:0 auto}

.lastbox h2 {
    font-size: 18px;
    margin-bottom: 10px;
    float: left;
    width: 100px;
    text-align: left;}

.lastbox ul{    float: right;}
.lastbox li{margin-bottom: 5px;     width: 500px;}

.btn-4a:hover:before {
	left: 90%;
}



.snsLink{ display:none}
.kasouPage {
    padding-top: 140px;
}


.columnContb {
    background: url(../img/nail/column.png) no-repeat center top;
    background-size: 676px 110px; width: 1100px; margin: 0 auto
}
.columnContb .contBox{width: 1100px}
.columnContb h2{ font-size:38px; letter-spacing:2px; margin-bottom:35px; text-align:center; padding-top: 40px}
.columnContb h2 span{ color:#e99bb2; font-size:50px; letter-spacing:3px; display:block; margin-bottom:20px }
.columnContb li{ width: 16%; float:left; margin-right:5%; margin-bottom:80px }
.columnContb li:last-child{  margin-right:0% }
.columnContb h3{ font-size:14px}
.columnContb li:nth-child(even) {
    margin-right: 5%;
}
.columnContb li:last-child{margin-right: 0}


.cp_actab label .fm{font-size: 18px}
#qa { margin: 0px auto; text-align: center; width: 900px;}
#qa .qe dt{font-size: 2rem ; width: 5%;}
#qa .qe dd{font-size: 2rem ; width: 95%;}
#qa .cp_actab-content dt{font-size: 2rem ; width: 5%;}
#qa .cp_actab-content dd{font-size: 1.6rem ; width: 95%;}

.cp_actab label span{    position: absolute;
    right: 10px;
    top: 12px;}

.slist{ text-align: center;}
.slist ul{width:1100px; margin:0 auto;}


.contbox{width: 980px; margin: 0 auto}
.contbox .kaza{margin: 0; padding: 80px 0; width: 980px}
.contbox dl{display: flex; width: 660px; margin: 0 auto; justify-content: space-between; align-items: center}
.contbox dt{width:242px }
.contbox .kaza dd{width:380px; line-height: 1.6; margin: 0; padding:0; text-align: left ;  font-size: 24px}
.contbox .kaza dt img{width: 100%}

.contbox .text{font-size: 20px; padding: 30px 0; line-height: 1.8; margin-bottom: 0}
.contbox a{font-size: 40px}
.contbox a:hover{background: #a09a93}
.contbox .ac{max-width: 220px}





}