@charset "UTF-8";

/*
■ 汎用パーツ
■ 全画面キービジュアル
■ フォーム
■ 汎用ライブラリー
*/

/*
■ はじめての方へ
■ 施術案内
■ 料金一覧
■ クリニック案内
■ 診療までの流れ
■ よくある質問
■ 浅見Dr.の若々しさアップ美容講座
*/



/* ■ 汎用パーツ ==================================================================================== */


/* モーダルウインドウ --------------------------------------------------- */

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

}

@media print, screen and (min-width: 768px) {

	.ModalWindow {
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 50px;
	background: #fff;
	}

}

@media print, screen and (min-width: 1090px) {

}


/* 左右ボックス --------------------------------------------------- */

.Page_Parts .Photo {
width: 40%;
margin-right: 4%;
padding: 15px;
border: 1px solid #b8b8b8;
}

.Page_Parts .Info {
width: 56%;
padding: 15px;
border: 1px solid #b8b8b8;
}


/* カラム --------------------------------------------------- */

.Page_Parts .Col li {
border: 1px solid #b8b8b8;
}


/* リスト各種 --------------------------------------------------- */

.Page_Parts #list .SectionSub {
padding-bottom: 20px;
border-bottom: 1px solid #e7e7e7;
}


/* FAQ --------------------------------------------------- */

.Page_Parts .FaqQ {
padding-bottom: 20px;
}


/* ボタン --------------------------------------------------- */

.Page_Parts #btn li {
margin-bottom: 15px;
}


/* ボーダー色 --------------------------------------------------- */

.Page_Parts #cbo .Bo {
margin-bottom: 20px;
padding-bottom: 3px;
border-bottom: 1px solid;
}


/* 背景色 --------------------------------------------------- */

.Page_Parts #cbg div {
margin-bottom: 20px;
color: #fff;
}


/* AutoHeightUnit --------------------------------------------------- */

#AutoHeightUnit .Col li {
padding: 10px;
border: 1px solid #ccc;
}


/* アコーディオンメニュー（AccoMenu） --------------------------------------------------- */

#AccoMenu .Level1 {
display: block;
padding: 5px 10px;
border-bottom: solid 1px #ffffff;
background: #c1c1c1;
}

#AccoMenu .Level2 {
display: none;
}

#AccoMenu .Level2 li {
padding: 5px 10px;
border-bottom: solid 1px #ffffff;
background: #ebebeb;
}

#AccoMenu .Level2 a {
display: block;
}


/* タブメニュー --------------------------------------------------- */

.TabMenu {
margin-bottom: 10px;
border-bottom: 2px solid #666;
}

.TabMenu li {
float: left;
width: 32.5%;
margin-right: 1.25%;
}

.TabMenu li:last-child {
margin-right: 0;
}

.TabMenu a {
display: block;
float: left;
width: 100%;
padding: 12px 0 10px 0;
border-radius:  6px 6px 0 0;
line-height: 1.5em;
font-weight: bold;
text-align: center;
background: #ccc;
}

.TabMenu a.Current {
border-radius: 6px 6px 0 0;
color: #fff;
background: #666;
}

.TabContent {
display: none;
text-align: center;
}

.TabContent.Current {
display: block;
}



/* ■ TOP（Page_Home） ==================================================================================== */


/* 全画面キービジュアル --------------------------------------------------- */

#PageHome #KeyVisual {
width: 100%;
height: 100vh;
box-shadow: 0 20px 60px -60px #000 inset;
}

#PageHome #KeyVisual .LeadTitleSub {
color: #b9335f;
}

#PageHome #KeyVisual .IndexMenu1 .Num {
font-weight: 500;
color: #b9335f;		
}

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

	#PageHome #KeyVisual {
	position: relative;
	max-height: 360px;
	padding: 35px 15px 0 15px;
	box-sizing: border-box;
	background: url(/img/home/keyvisual/Texture_KeyVisual_Sp.jpg) no-repeat right top;
	background-size: cover;
	}
	
	#PageHome #KeyVisual .Director {
	font-size: 67%;
	line-height: 1.0em;
	}
	
	#PageHome #KeyVisual .LeadTitleMain {
	margin-bottom: 20px;
	font-size: 200%;
	line-height: 1.5em;
	}
	
	#PageHome #KeyVisual .LeadTitleSub {
	margin-bottom: 15px;
	line-height: 1.6em;
	}
	
	#PageHome #KeyVisual .IndexMenu1 li {
	float: none;
	}
	
	#PageHome #KeyVisual .IndexMenu1 span {
	display: inline-block;
	vertical-align: middle;
	}
	
	#PageHome #KeyVisual .IndexMenu1 .Num {
	font-size: 134%;
	font-style: oblique;
	letter-spacing: -0.05em;
	}
	
	#PageHome #KeyVisual .IndexMenu1 .Cap {
	margin-top: -3px;
	margin-left: 6px;
	font-size: 80%;
	line-height: 1.5em;	
	}

	.MinorsMds {
	margin: 20px 0 5px 0;
	font-size: 129%;
	text-decoration: underline;
	color: #ba335f;
	text-align: center;
	}

	.MinorsTxt {
	font-size: 100%;
	color: #ba335f;
	}

}

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

	#PageHome #KeyVisual {
	max-height: 330px;
	padding: 40px 15px 0 15px;
	}
		
	#PageHome #KeyVisual .LeadTitleMain {
	margin-bottom: 18px;
	font-size: 174%;
	line-height: 1.5em;
	}
	
	#PageHome #KeyVisual .LeadTitleSub {
	margin-bottom: 10px;
	font-size: 94%;
	line-height: 1.6em;
	}
	
}

@media print, screen and (min-width: 768px) {

	#PageHome #KeyVisual {
	max-height: 290px;
	background: url(/img/home/keyvisual/Texture_KeyVisual_Pc.jpg) no-repeat center top;
	background-size: cover;
	}
	
	#PageHome #KeyVisual .KeyVisualUnit {
	max-width: 1050px;
	margin: 0 auto;
	padding: 6% 30px 0 30px;
	}
	
	#PageHome #KeyVisual .Director {
	font-size: 94%;
	line-height: 1.0em;
	}
	
	#PageHome #KeyVisual .LeadTitleMain {
	margin-bottom: 10px;
	font-size: 210%;
	line-height: 1.6em;
	}
	
	#PageHome #KeyVisual .LeadTitleSub {
	margin-bottom: 25px;
	font-size: 147%;
	}
	
	#PageHome #KeyVisual .IndexMenu1 {
	width: 65%;
	margin-left: -1.5%;
	}

	#PageHome #KeyVisual .IndexMenu1 li {
	width: 33%;
	margin-right: 0.5%;
	}
	
	#PageHome #KeyVisual .IndexMenu1 li:nth-child(3n) {
	margin-right: 0;
	}
	
	#PageHome #KeyVisual .IndexMenu1 span {
	display: inline-block;
	vertical-align: middle;
	}
	
	#PageHome #KeyVisual .IndexMenu1 .Num {
	font-size: 540%;
	font-style: oblique;
	letter-spacing: -0.05em;
	}

	#PageHome #KeyVisual .IndexMenu1 .Cap {
	margin-top: -10px;
	margin-left: 15px;
	font-size: 120%;
	line-height: 1.5em;	
	}

	.MinorsMds {
	margin: 20px 0 5px 0;
	font-size: 129%;
	text-decoration: underline;
	color: #ba335f;
	text-align: center;
	}

	.MinorsTxt {
	font-size: 100%;
	color: #ba335f;
	text-align: center;
	}

}

@media print, screen and (min-width: 1090px) {
	
	#PageHome #KeyVisual {
	max-height: 420px;
	background-size: cover;
	}
	
	#PageHome #KeyVisual .LeadTitleMain {
	margin-bottom: 16px;
	font-size: 230%;
	line-height: 1.6em;
	}
		
	#PageHome #KeyVisual .IndexMenu1 {
	width: 58%;
	}
	
}


/* お問い合わせ（Contact） --------------------------------------------------- */

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

	#PageHome #Contact {
	padding: 0 15px;
	}
	
}

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

	
}

@media print, screen and (min-width: 768px) {

	#PageHome #Contact {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 20px;
	}

}


/* 各セクション 共通 --------------------------------------------------- */

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

	#PageHome .SectionMenu {
	padding-top: 40px;
	padding-bottom: 40px;

	}

}


@media print, screen and (min-width: 768px) {

	#PageHome .SectionMenu {
	padding-top: 75px;
	padding-bottom: 75px;
	}
	

}

@media print, screen and (min-width: 1090px) {

	#PageHome .SectionMenu {
	padding-bottom: 100px;
	}	

}

/* 見出し（カテゴリ名）*/
#PageHome .SectionMenu h2.Mds {
font-weight: normal;
text-align: center;
}

#PageHome .SectionMenu h2.Mds span {
display: block;
line-height: 1.0em;
}
	
@media only screen and (max-width: 767px) {

	#PageHome .SectionMenu h2.Mds {
	margin-bottom: 20px;
	}
	
	#PageHome .SectionMenu h2.Mds .Jp {
	margin-bottom: 12px;
	font-size: 150%;
	letter-spacing: 0.15em;
	}

	#PageHome .SectionMenu h2.Mds .En {
	font-size: 93%;
	letter-spacing: 0.15em;	
	}	

}

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

	#PageHome .SectionMenu h2.Mds .Jp {
	margin-bottom: 10px;
	font-size: 136%;
	letter-spacing: 0.15em;
	}

	#PageHome .SectionMenu h2.Mds .En {
	font-size: 86%;
	letter-spacing: 0.15em;	
	}
	
}

@media print, screen and (min-width: 768px) {

	#PageHome .SectionMenu h2.Mds {
	margin-bottom: 40px;
	}
	
	#PageHome .SectionMenu h2.Mds .Jp {
	margin-bottom: 30px;
	font-size: 210%;
	letter-spacing: 0.15em;
	}

	#PageHome .SectionMenu h2.Mds .En {
	font-size: 120%;
	letter-spacing: 0.15em;	
	}	

}

@media print, screen and (min-width: 1090px) {
	

}


/* 豊胸３カラム --------------------------------------------------- */

.Page_Pufillis .IndexNav {
text-align: center;
}

@media only screen and (max-width: 767px) {
	
	.Page_Pufillis .IndexNav {
	width: 100%;
	}
	
	.Page_Pufillis .IndexNav img {
	width: 90%;
	}

	.Page_Pufillis .IndexNav .Mds {
	color: #91294b;
	margin-bottom: 15px;
    font-size: 107%;
    line-height: 1.7em;
	}

	.Page_Pufillis .Col > li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 2%;
    }

	.Page_Pufillis .Col > li:nth-child(2n) {
    margin-right: 0;
    }

	.Page_Pufillis .Col > li:nth-child(2n+1):nth-last-child(-n+2),
	.Page_Pufillis .Col > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
    }
	
}


@media print, screen and (min-width: 768px) {
	
	.Page_Pufillis .IndexNav {
	width: 100%;
	padding-bottom: 30px;
	}

	.Page_Pufillis .IndexNav img {
	width: 90%;
	}

	.Page_Pufillis .IndexNav .Mds {
	color: #91294b;
	margin-bottom: 15px;
    font-size: 120%;
    line-height: 1.7em;
	}

	.Page_Pufillis .Col > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
    }

	.Page_Pufillis .Col > li:nth-child(3n) {
    margin-right: 0;
    }

	.Page_Pufillis .Col > li:nth-child(3n+1):nth-last-child(-n+3),
	.Page_Pufillis .Col > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
    margin-bottom: 0;
    }

}

@media print, screen and (min-width: 1090px) {
	
	
}




/* 当院がはじめての⽅へ（SectionBeginners） --------------------------------------------------- */

#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li a {
display: block;
font-family: 'Noto Serif JP', serif;
font-weight: normal;
letter-spacing: 0.08em;
color: #000;
}

@media only screen and (max-width: 767px) {
	
	#PageHome .SectionBeginners .IndexNav {
	width: 100%;
	border: 1px solid #e3adbf;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li {
	display: table;
	width: 100%;
	border-bottom: 1px solid #e3adbf;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li:last-child {
	border-bottom: none;
	}

	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li a {
	position: relative;
	padding: 15px 40px 15px 20px;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 15px;
	width: 19.5px;
	height: 7px; 
	background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat center top;
	background-size: contain;
	content: '';
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li span {
	display: table-cell;
	line-height: 1.0em;
	vertical-align: middle;
	}
	
	#PageHome .SectionBeginners .IndexNav .Icon {
	width: 20%;
	}
	
	#PageHome .SectionBeginners .IndexNav .Cap {
	width: 80%;
	padding-left: 15px;
	font-size: 129%;
	}
	

}


@media print, screen and (min-width: 768px) {
	
	#PageHome .SectionBeginners .IndexNav {
	width: 100%;
	border: 1px solid #e3adbf;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li {
	width: 20%;
	box-sizing: border-box;
	border-right: 1px solid #e3adbf;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li:last-child {
	border-right: none;
	}

	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li a {
	width: 100%;
	padding: 45px 0 35px 0;
	font-size: 129%;
	text-align: center;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li a span {
	display: block;
	margin: 0 auto;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 .Icon {
	margin-bottom: 30px;
	}

	#PageHome .SectionBeginners .IndexNav .IndexMenu1 .Icon img {
	width: 55px;
	height: auto;
	}

	#PageHome .SectionBeginners .IndexNav .IndexMenu1 .Menu2 .Icon {
	margin-left: 5px;
	}
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 .Menu5 .Icon { 
	margin-left: 5px;
	}
			

}

@media print, screen and (min-width: 1090px) {
	
	#PageHome .SectionBeginners .IndexNav .IndexMenu1 > li a {
	font-size: 143%;
	}
	
}


/* ⼈気の美容整形メニュー（SectionPopular） --------------------------------------------------- */

#PageHome .SectionPopular .IndexNav .IndexList > li {
display: table;
box-sizing: border-box;
border: 1px solid #e3adbf;
}
	
#PageHome .SectionPopular .IndexNav .IndexList > li a {
display: table-cell;
width: 100%;
box-sizing: border-box;
color: #000;
vertical-align: middle;
}

#PageHome .SectionPopular .IndexNav h3.Mds {
letter-spacing: -0.05em;
text-shadow:1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}

#PageHome .SectionPopular .IndexNav h4.Mds {
font-weight: normal;
}	
	
#PageHome .SectionPopular .IndexNav .Details .Lead1,
#PageHome .SectionPopular .IndexNav .Details .Lead2 {
display: inline-block;
line-height: 1.0em;
vertical-align: middle;
}

#PageHome .SectionPopular .IndexNav .Details .Lead2 em, 
#PageHome .SectionPopular .IndexNav .Details .Lead2 span {
display: inline-block;
}

#PageHome .SectionPopular .IndexNav .Details .Lead2 {
color: #b9335f;
font-weight: bold;
}	
	
#PageHome .SectionPopular .IndexNav .Details .Lead2 em {
font-family: 'Amiri', serif;
font-weight: 400;
letter-spacing: -0.01em;
}
	
#PageHome .SectionPopular .IndexNav .Details .Lead2 span {
font-family: 'Noto Serif JP', serif;
font-size: 72%;
}		

#PageHome .SectionPopular .IndexNav .Bg1 {
background: url(/img/home/popular/Texture_IndexBg1.jpg) no-repeat right top;
background-size: cover;
}
	
#PageHome .SectionPopular .IndexNav .Bg2 {
background: url(/img/home/popular/Texture_IndexBg2.jpg) no-repeat right top;
background-size: cover;
}
	
#PageHome .SectionPopular .IndexNav .Bg3 {
background: url(/img/home/popular/Texture_IndexBg3.jpg) no-repeat right top;
background-size: cover;
}

#PageHome .SectionPopular .IndexNav .Bg4 {
background: url(/img/home/popular/Texture_IndexBg4.jpg) no-repeat right top;
background-size: cover;
}

#PageHome .SectionPopular .IndexNav .Bg5 {
background: url(/img/home/popular/Texture_IndexBg5.jpg) no-repeat right top;
background-size: cover;
}

#PageHome .SectionPopular .IndexNav .Bg6 {
background: url(/img/home/popular/Texture_IndexBg6.jpg) no-repeat right top;
background-size: cover;
}

#PageHome .SectionPopular .IndexNav .Bg7 {
background: url(/img/home/popular/Texture_IndexBg7.jpg) no-repeat right top;
background-size: cover;
}

#PageHome .SectionPopular .IndexNav .Bg8 {
background: url(/img/home/popular/Texture_IndexBg8.jpg) no-repeat right top;
background-size: cover;
}

#PageHome .SectionPopular .IndexNav .Bg9 {
background: url(/img/home/popular/Texture_IndexBg9.jpg) no-repeat right top;
background-size: cover;
}
	
@media only screen and (max-width: 767px) {
	
	#PageHome .SectionPopular .IndexNav .IndexList > li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	}
	
	#PageHome .SectionPopular .IndexNav .IndexList > li:last-child {
	margin-bottom: 0;
	}
	
	#PageHome .SectionPopular .IndexNav .SE {
	display: none;
	}

	#PageHome .SectionPopular .IndexNav a {
	height: 140px;
	padding: 0 15px;
	}
	
	#PageHome .SectionPopular .IndexNav h3.Mds {
	margin-bottom: 6px;
	font-size: 127%;
	line-height: 1.3em;
	}
	
	#PageHome .SectionPopular .IndexNav h4.Mds {
	margin-bottom: 8px;
	font-size: 67%;
	line-height: 1.7em;
	}	
	
	#PageHome .SectionPopular .IndexNav .Details .Lead1 {
	font-size: 67%;
	margin-right: 1px;
	}	
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 {
	font-size: 100%;
	}	
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 em {
	font-size: 193%;
	}
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 span {
	font-size: 67%;
	}


}

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

	#PageHome .SectionPopular .IndexNav .SE {
	display: block;
	}
	
	#PageHome .SectionPopular .IndexNav h4.Mds {
	margin-bottom: 2px;
	}	
	
}

@media print, screen and (min-width: 768px) {
	
	#PageHome .SectionPopular .IndexNav .IndexList > li {
	margin-bottom: 2%;
	}
		
	#PageHome .SectionPopular .IndexNav .IndexList > li a {
	height: 180px;
	padding: 0 30px;
	}
	
	#PageHome .SectionPopular .IndexNav .SE {
	display: block;
	}

	#PageHome .SectionPopular .IndexNav h3.Mds {
	margin-bottom: 6px;	
	font-size: 172%;
	line-height: 1.4em;
	}
	
	#PageHome .SectionPopular .IndexNav h4.Mds {
	margin-bottom: 20px;
	font-size: 93%;
	line-height: 1.7em;
	}	
	
	#PageHome .SectionPopular .IndexNav .Details .Lead1 {
	font-size: 93%;
	margin-right: 5px;
	}	
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 {
	font-size: 115%;
	}	
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 em {
	font-size: 230%;
	}
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 span {
	font-size: 72%;
	}
	

}

@media print, screen and (min-width: 1090px) {
	
	#PageHome .SectionPopular .IndexNav .SE {
	display: none;
	}
	
	#PageHome .SectionPopular .IndexNav .IndexList > li a {
	height: 190px;
	}
	
	#PageHome .SectionPopular .IndexNav h3.Mds {
	font-size: 179%;
	line-height: 1.4em;
	}
	
	#PageHome .SectionPopular .IndexNav .Details .Lead2 em {
	font-size: 250%;
	}
	
}


/* 浅⾒ドクター厳選メニュー（SectionSelection） --------------------------------------------------- */

#PageHome .SectionSelection .IndexNav .IndexList > li {
display: table;
box-sizing: border-box;
border: 1px solid;
overflow: hidden;
}

#PageHome .SectionSelection .IndexNav .IndexList > li a {
display: table-cell;
width: 100%;
box-sizing: border-box;
text-align: center;
color: #000;
vertical-align: bottom;
}

#PageHome .SectionSelection .IndexNav .IndexList > li.Menu1 {
border-color: #f07799;
background: #fff url(/img/home/selection/Texture_IndexBg1.jpg) no-repeat center top;
background-size: cover;
}

#PageHome .SectionSelection .IndexNav .IndexList > li.Menu2 {
border-color: #88d0ee;
background: #fff url(/img/home/selection/Texture_IndexBg2.jpg) no-repeat center top;
background-size: cover;
}

#PageHome .SectionSelection .IndexNav .IndexList > li.Menu3 {
border-color: #bf8df0;
background: #fff url(/img/home/selection/Texture_IndexBg3.jpg) no-repeat center top;
background-size: cover;
}

#PageHome .SectionSelection .IndexNav .Menu1 h3.Mds {
color: #f07799;
}

#PageHome .SectionSelection .IndexNav .Menu2 h3.Mds {
color: #487dd5;
}

#PageHome .SectionSelection .IndexNav .Menu3 h3.Mds {
color: #a974de;
}

@media only screen and (max-width: 767px) {
	
	#PageHome .SectionSelection .IndexNav .IndexList > li {
	float: none;
	width: 100%;
	margin-bottom: 15px;
	}

	#PageHome .SectionSelection .IndexNav .IndexList > li:last-child {
	margin-bottom: 0;
	}
	
	#PageHome .SectionSelection .IndexNav .IndexList > li a {
	height: 295px;
	padding-bottom: 30px;
	}
	
	#PageHome .SectionSelection .IndexNav h3.Mds {
	margin-bottom: 2px;
	font-size: 150%;
	line-height: 1.5em;
	}
	
	#PageHome .SectionSelection .IndexNav .Lead1 {
	font-size: 86%;
	}	

}

@media print, screen and (min-width: 768px) {	
	
	#PageHome .SectionSelection .IndexNav .IndexList > li a {
	height: 270px;
	padding-bottom: 30px;
	}
	
	#PageHome .SectionSelection .IndexNav h3.Mds {
	margin-bottom: 2px;
	font-size: 167%;
	line-height: 1.5em;
	}
	
	#PageHome .SectionSelection .IndexNav .Lead1 {
	font-size: 93%;
	}		

}

@media print, screen and (min-width: 1090px) {
	
	#PageHome .SectionSelection .IndexNav .IndexList > li a {
	height: 340px;
	padding-bottom: 40px;
	}
	
}


/* お悩み別施術メニュー（SectionProblem） --------------------------------------------------- */

#PageHome .SectionProblem .IndexNav a {
display: block;
color: #000;
}

#PageHome .SectionProblem .IndexNav .InBox {
position: relative;
background: #fff;
}

#PageHome .SectionProblem .IndexNav h3.Mds {
position: absolute;
background: #ad9e84;
text-align: center;
line-height: 1.0em;
color: #fff;
}

#PageHome .SectionProblem .IndexNav .MenuList li {
float: none;
border-bottom: 1px solid #e9e9e9;
}

#PageHome .SectionProblem .IndexNav .MenuList > li a {
position: relative;
}

#PageHome .SectionProblem .IndexNav .MenuList > li a:before {
display: inline-block;
position: absolute;
background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat center top;
background-size: contain;
content: '';
}

@media only screen and (max-width: 767px) {
	
	#PageHome .SectionProblem .IndexNav .IndexList > li {
	width: 100%;
	margin-bottom: 20px;
	}
	
	#PageHome .SectionProblem .IndexNav .InBox {
	padding: 25px 20px 30px 20px;
	}
	
	#PageHome .SectionProblem .IndexNav h3.Mds {
	top: -25px;
	left: 0;
	right: 0;
	margin: 0 20px;
	padding: 15px 0;
	font-size: 143%;
	}	
	
	#PageHome .SectionProblem .IndexNav .MenuList > li a {
	padding: 15px 40px 15px 20px;
	font-size: 115%;
	line-height: 1.7em;
	}
	
	#PageHome .SectionProblem .IndexNav .MenuList > li a:before {
	top: 50%;
	right: 10px;
	width: 19.5px;
	height: 7px; 
	}

}

@media print, screen and (min-width: 768px) {

	#PageHome .SectionProblem .IndexNav .IndexList > li {
	margin-bottom: 2%;
	}
	
	#PageHome .SectionProblem .IndexNav .InBox {
	padding: 30px 30px 45px 30px;
	}
	
	#PageHome .SectionProblem .IndexNav h3.Mds {
	top: -30px;
	left: 0;
	right: 0;
	margin: 0 30px;
	padding: 15px 0;
	font-size: 165%;
	}
	
	#PageHome .SectionProblem .IndexNav .MenuList li {
	float: none;
	border-bottom: 1px solid #e9e9e9;
	}
	
	#PageHome .SectionProblem .IndexNav .MenuList > li a {
	position: relative;
	width: 100%;
	padding: 15px 40px 15px 20px;
	font-size: 115%;
	line-height: 1.7em;
	}
	
	#PageHome .SectionProblem .IndexNav .MenuList > li a:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0;
	width: 19.5px;
	height: 7px; 
	background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat center top;
	background-size: contain;
	content: '';
	}

}


/* お悩み別施術メニュー（SectionClinic） --------------------------------------------------- */

#PageHome .SectionClinic a {
color: #000;
}

#PageHome .SectionClinic .Lead1 a {
color: #b9335f;
}

#PageHome .SectionClinic .Lead1 span {
display: inline-block;
line-height: 1.0em;
vertical-align: middle;
}

#PageHome .SectionClinic .Lead1 .Num {
letter-spacing: -0.01em;
}
	
	
#PageHome .SectionClinic .BtnDetails {
position: relative;
box-sizing: border-box;
border: 1px solid #e3adbf;
line-height: 1.0em;
color: #b9335f;
}
	
#PageHome .SectionClinic .BtnDetails:before {
display: inline-block;
position: absolute;
top: 50%;
right: 10px;
width: 19.5px;
height: 7px; 
margin-top: -3.5px;
background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat center top;
background-size: contain;
content: '';
}	

/* 見出し（カテゴリ名）*/
#PageHome .SectionClinic h2.Mds {
font-weight: normal;
text-align: center;
}

#PageHome .SectionClinic h2.Mds span {
display: block;
line-height: 1.0em;
}

#PageHome .SectionClinic h3.Mds {
line-height: 1.0em;
}
	
@media only screen and (max-width: 767px) {
	
	#PageHome .SectionClinic h2.Mds {
	margin-bottom: 20px;
	}
	
	#PageHome .SectionClinic h2.Mds .Name {
	margin-bottom: 10px;
	font-size: 115%;
	}
	
	#PageHome .SectionClinic h2.Mds .Place {
	font-size: 165%;
	}
	
	#PageHome .SectionClinic h3.Mds {
	margin-bottom: 15px;
	font-size: 150%;
	}

	#PageHome .SectionClinic .IndexNav .IndexList > li {
	float: none;
	width: 100%;
	margin-bottom: 30px;
	}
	
	#PageHome .SectionClinic .IndexNav .IndexList > li:last-child {
	margin-bottom: 0;
	}

	#PageHome .SectionClinic .Thumb {
	margin-bottom: 15px;
	}
	
	#PageHome .SectionClinic .Lead1 {
	margin-bottom: 10px;
	}
	
	#PageHome .SectionClinic .Lead1 .Symbol {
	margin-top: 5px;
	margin-right: 5px;
	font-size: 143%;
	}
	
	#PageHome .SectionClinic .Lead1 .Num {
	font-size: 220%;
	}
	
	#PageHome .SectionClinic .Lead2 {
	font-size: 100%;
	line-height: 1.8em;
	}
	
	#PageHome .SectionClinic .BtnDetails {
	width: 100%;
	margin-top: 15px;
	padding: 15px;
	font-size: 115%;
	}

}

@media print, screen and (min-width: 768px) {
	
	#PageHome .SectionClinic h2.Mds {
	margin-bottom: 40px;
	}

	#PageHome .SectionClinic h2.Mds .Name {
	margin-bottom: 25px;
	font-size: 172%;
	}
	
	#PageHome .SectionClinic h2.Mds .Place {
	font-size: 220%;
	}
	
	#PageHome .SectionClinic h3.Mds {
	margin-bottom: 15px;
	font-size: 172%;
	line-height: 1.0em;
	}
	
	#PageHome .SectionClinic .Thumb {
	margin-bottom: 25px;
	}
	
	#PageHome .SectionClinic .Lead1 {
	margin-bottom: 8px;
	}
	
	#PageHome .SectionClinic .Lead1 a {
	pointer-events: none;
	}
	
	#PageHome .SectionClinic .Lead1 .Symbol {
	margin-top: 5px;
	margin-right: 5px;
	}
	
	#PageHome .SectionClinic .Lead1 .Num {
	font-size: 214%;
	}
	
	#PageHome .SectionClinic .Lead2 {
	font-size: 108%;
	line-height: 1.8em;
	}

	#PageHome .SectionClinic .BtnDetails {
	width: 75%;
	margin-top: 20px;
	padding: 15px 30px 15px 15px;
	font-size: 108%;
	}
	
	#PageHome .SectionClinic .BtnDetails:before {
	
	}				

}

@media print, screen and (min-width: 1090px) {
	
	#PageHome .SectionClinic .BtnDetails {
	width: 55%;
	}
	
}



/* ■ 下層ページ（PageSubPage） ==================================================================================== */

/* 各セクション 共通 --------------------------------------------------- */

/* 見出し（カテゴリ名）*/
#PageSubPage #PageTitle {
box-sizing: border-box;
background: #f6f4f1;
}

@media only screen and (max-width: 767px) {
	
	#PageSubPage #PageTitle {
	margin-bottom: 30px;
	padding: 15px 15px 30px 15px;
	box-shadow: 0 10px 20px -25px #000 inset;
	}	

}

@media print, screen and (min-width: 768px) {
	
	#PageSubPage #PageTitle {
	margin-bottom: 40px;
	padding: 12px 0 30px 0;
	box-shadow: 0 15px 25px -30px #000 inset;
	}			

}

@media print, screen and (min-width: 1090px) {
	
	#PageSubPage #PageTitle {
	margin-bottom: 50px;
	padding: 12px 0 40px 0;
	}
	
	#PageSubPage #PageTitle .MdsH1 {
	max-width: 1090px;
	margin: 0 auto;
	padding: 0 40px;
	}
	
}



/* ■ はじめての⽅へ ==================================================================================== */



/* ■ 施術案内（PageSurgery） ==================================================================================== */

/* 目次ページ（Page_SurgeryTop）--------------------------------------------------- */

/* ページ内リンク */
#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink {
border-color: #ba345e;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink a {
color: #000;
}
	
#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink li:last-child {
margin-bottom: 0;
}	
		
#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink .LinkDown:after {
border-color: #ba345e; 
}

/* 施術メニュー */
#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList li {
border-bottom: 1px solid #e9e8e5;
}

/*
#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList li:last-child {
border-bottom: none;
}
*/

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList a {
display: block;
position: relative;
box-sizing: border-box;
/* background-color: #f6f4f1; */
font-weight: normal;
color: #000;
text-decoration: none;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList a:after {
display: inline-block;/*忘れずに！*/
position: absolute;
top: 50%;
right: 15px;
width: 19.5px;
height: 7px;
margin-top: -3.5px;
background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat right center;
background-size: contain;
vertical-align: middle;
content: '';
}

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList .Main {
border-bottom: none;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList .Main a {
/* background-color: #ebe7e1; */
background-color: #b9335f;
/* background-color: #8a7453; */
color: #fff;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList .Main a:after {
top: 50%;
right: 15px;
width: 19.5px;
height: 7px;
margin-top: -3.5px;
background: url(/img/common/icon/Icon_LinkAllow2.png) no-repeat right center;
background-size: contain;
vertical-align: middle;
content: '';
}

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

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuListWrap .LBox,
#PageSubPage.PageSurgery.Page_SurgeryTop .MenuListWrap .RBox {
float: none;
}

/* ページ内リンク */
#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink {
margin-bottom: 40px;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink li {
float: none;
width: 100%;
margin-bottom: 10px;
line-height: 1.7em;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink .LinkDown:after {
top: 10px;
margin-top: -3px;
}

/* 施術メニュー */		
#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList a {
padding: 15px 40px 15px 15px;
}

}

@media print, screen and (min-width: 768px) {

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuListWrap {

}

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuListWrap .LBox,
#PageSubPage.PageSurgery.Page_SurgeryTop .MenuListWrap .RBox {
width: 48%;
}

/* ページ内リンク */
#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink {
margin-bottom: 70px;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .InPageLink li {
margin-right: 3%;
line-height: 2.5em;
}

/* 施術メニュー */	
#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList a {
padding: 15px 40px 15px 15px;
line-height: 1.6em;
}

#PageSubPage.PageSurgery.Page_SurgeryTop .MenuList .Main a {
font-size: 114%;
font-weight: bold;
}

}

@media print, screen and (min-width: 1090px) {
	

	
}



/* ■ 料金一覧（PagePrice） ==================================================================================== */

/* ページ内リンク */
#PageSubPage.PagePrice .InPageLink {
border-color: #ba345e;
}

#PageSubPage.PagePrice .InPageLink a {
color: #000;
}	
	
#PageSubPage.PagePrice .InPageLink .LinkDown:after {
border-color: #ba345e; 
}

/* Table2 */
#PageSubPage.PagePrice .Table2 th {
width: 50%;	
}

@media only screen and (max-width: 767px) {
	
	#PageSubPage.PagePrice .InPageLink {
	margin-bottom: 40px;
	}
	
	#PageSubPage.PagePrice .InPageLink li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.7em;
	}
	
	#PageSubPage.PagePrice .InPageLink .LinkDown:after {
	top: 10px;
	margin-top: -3px;
	}	

}

@media print, screen and (min-width: 768px) {
	
	#PageSubPage.PagePrice .InPageLink {
	margin-bottom: 70px;
	}
	
	#PageSubPage.PagePrice .InPageLink li {
	margin-right: 3%;
	line-height: 2.5em;
	}								

}

@media print, screen and (min-width: 1090px) {
	

	
}



/* ■ クリニック案内（PageHospital） ==================================================================================== */

/* 医師紹介（Page_Intro）--------------------------------------------------- */

#PageSubPage.PageHospital.Page_Intro .SectionMain {
margin-bottom: 0;
}

#PageSubPage.PageHospital.Page_Intro .SectionSub .Lead1 {
margin-bottom: 0;
}

#PageSubPage.PageHospital.Page_Intro .SectionSub .Info .Lead2 {
margin-bottom: 0;
}	

@media only screen and (max-width: 767px) {
	
	#PageSubPage.PageHospital.Page_Intro .SectionSub .LBox,
	#PageSubPage.PageHospital.Page_Intro .SectionSub .RBox {
	float: none;
	width: 100%;
	}

	#PageSubPage.PageHospital.Page_Intro .SectionSub .Thumb {
	margin-bottom: 15px;
	}
		
	#PageSubPage.PageHospital.Page_Intro .SectionSub .Info {
	margin-top: 20px;
	}							

	    	
}

@media print, screen and (min-width: 768px) {			
	
	#PageSubPage.PageHospital.Page_Intro .SectionSub .LBox {
	width: 25%;	
	}						

	#PageSubPage.PageHospital.Page_Intro .SectionSub .RBox {
	width: 70%;			
	}
	
	#PageSubPage.PageHospital.Page_Intro .SectionSub .Info {
	margin-top: 20px;
	}		
	
}

@media print, screen and (min-width: 1090px) {

}



/* 出版物の紹介（Page_Book）--------------------------------------------------- */

#PageSubPage.PageHospital.Page_Book .Info dl:first-child {
padding-top: 0;	
}
	
#PageSubPage.PageHospital.Page_Book .Info dl:last-child {
padding-bottom: 0;
border-bottom: none;
}

#PageSubPage.PageHospital.Page_Book .Info a {
display: inline-block;
}		

#PageSubPage.PageHospital.Page_Book .SectionSub {
border-bottom: 1px solid #e7e7e7;
}	

#PageSubPage.PageHospital.Page_Book .SectionSub:last-of-type {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}

#PageSubPage.PageHospital.Page_Book .SectionSub .Lead2 {
margin-bottom: 0;
}
	
@media only screen and (max-width: 767px) {

	#PageSubPage.PageHospital.Page_Book .SectionMain .Lead1 {
    margin-bottom: 25px;
	}
	    	
	#PageSubPage.PageHospital.Page_Book .Info {
	margin-bottom: 40px;
	}

	#PageSubPage.PageHospital.Page_Book .LBox {
	width: 26%;	
	}						

	#PageSubPage.PageHospital.Page_Book .RBox {
	width: 70%;			
	}

	#PageSubPage.PageHospital.Page_Book .SectionSub {
	margin-bottom: 20px;
	padding-bottom: 20px;
	}
	
	#PageSubPage.PageHospital.Page_Book .SectionSub h3.MdsH3 {
	margin-bottom: 8px !important;
	}		
}

@media print, screen and (min-width: 768px) {		

	#PageSubPage.PageHospital.Page_Book .Info {
	margin-bottom: 60px;
	}		
	
	#PageSubPage.PageHospital.Page_Book .Info a {
	pointer-events:none;
	color: #000;
	}
	
	#PageSubPage.PageHospital.Page_Book .LBox {
	width: 22%;	
	}						

	#PageSubPage.PageHospital.Page_Book .RBox {
	width: 74%;			
	}

	#PageSubPage.PageHospital.Page_Book .SectionSub {
	margin-bottom: 30px;
	padding-bottom: 30px;
	}			
	
}

@media print, screen and (min-width: 1090px) {
	

	
}



/* ■ 診療までの流れ（PageProcess） ==================================================================================== */

#PageSubPage.PageProcess h2.MdsH2 span {
display: inline-block;
}	

#PageSubPage.PageProcess h2.MdsH2 .IconStep {
color: #b9335f;
}	

#PageSubPage.PageProcess .SectionSub:last-of-type {
margin-bottom: 0;
}	

#PageSubPage.PageProcess .SectionSub .Lead1 {
margin-bottom: 0;
}

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

	#PageSubPage.PageProcess .SectionMain {
	margin-bottom: 35px;
	}

	#PageSubPage.PageProcess h2.MdsH2 .IconStep {
	display: block;
	font-size: 105%;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
	}

	#PageSubPage.PageProcess h2.MdsH2 .IconStep .Num {
	font-size: 120%;
	}
			    
	#PageSubPage.PageProcess .SectionSub .BtnM {
	margin-top: 20px;
	}
	    		
}

@media print, screen and (min-width: 768px) {		

	#PageSubPage.PageProcess h2.MdsH2 .IconStep {
	margin-right: 8px;
	font-size: 110%;
	font-weight: 500;
	letter-spacing: 0.1em;
	}

	#PageSubPage.PageProcess h2.MdsH2 .IconStep .Num {
	font-size: 150%;
	}
	
	#PageSubPage.PageProcess .SectionSub .LBox {
	width: 76%;	
	}						

	#PageSubPage.PageProcess .SectionSub .RBox {
	width: 20%;
	}

	#PageSubPage.PageProcess .SectionSub .Lead1 {
	line-height: 2.1em;
	}
				
	#PageSubPage.PageProcess .SectionSub .BtnM {
	margin-top: 20px;
	}
		
}

@media print, screen and (min-width: 1090px) {
	

	
}



/* ■ よくある質問（PageFaq） ==================================================================================== */

#PageSubPage.PageFaq h3.MdsH3 {
color: #ba345e;
}

/* ページ内リンク --------------------------------------------------- */
#PageSubPage.PageFaq .InPageLink {
border-color: #ba345e;
}

#PageSubPage.PageFaq .InPageLink a {
color: #000;
}	

#PageSubPage.PageFaq .InPageLink li:last-child {
margin-bottom: 0;
}	
		
#PageSubPage.PageFaq .InPageLink .LinkDown:after {
border-color: #ba345e; 
}


/* 目次ページ（Page_FaqTop）--------------------------------------------------- */
#PageSubPage.PageFaq.Page_FaqTop .FaqMenu li:first-child {
margin-top: 0;
}
	
#PageSubPage.PageFaq.Page_FaqTop .FaqMenu a {
display: block;
position: relative;
border: 1px solid #e9e8e5;
background: #fff;
font-weight: bold;
color: #000;
}

#PageSubPage.PageFaq.Page_FaqTop .FaqMenu a:after {
	display: inline-block;/*忘れずに！*/
	position: absolute;
	top: 50%;
	right: 15px;
	width: 19.5px;
	height: 7px;
	margin-top: -3.5px;
	background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat right center;
	background-size: contain;
	vertical-align: middle;
	content: '';
}

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

	#PageSubPage.PageFaq.Page_FaqTop .FaqMenu a {
	padding: 15px 40px 15px 15px;
	}	

	#PageSubPage.PageFaq.Page_FaqTop .FaqMenu li {
	margin-top: 10px;
	}

}

@media print, screen and (min-width: 768px) {
	
	#PageSubPage.PageFaq .SectionSub {
    margin-bottom: 30px;
	}
	
	#PageSubPage.PageFaq.Page_FaqTop .FaqMenu a {
	padding: 15px 40px 15px 15px;
	font-size: 114%;
	}

	#PageSubPage.PageFaq.Page_FaqTop .FaqMenu li {
	margin-top: 10px;
	}	

}

@media print, screen and (min-width: 1090px) {
	

	
}

/* よくある質問 一覧ボタン --------------------------------------------------- */
#PageSubPage.PageFaq .FaqList a {
display: block;
position: relative;
border: 1px solid #e9e8e5;
background: #fff;
font-weight: bold;
color: #000;
}

#PageSubPage.PageFaq .FaqList a:after {
display: inline-block;
position: absolute;
top: 50%;
right: 15px;
width: 19.5px;
height: 7px;
margin-top: -3.5px;
background: url(/img/common/icon/Icon_LinkAllow1.png) no-repeat right center;
background-size: contain;
vertical-align: middle;
content: '';
}

#PageSubPage.PageFaq .FaqList a:before,
#PageSubPage.PageFaq .FaqList a:after {
display: block;
position: absolute;
background-color: #b9335f;
content: "";
}

#PageSubPage.PageFaq .FaqList a:before {
top: 50%;
right: 18px;
width: 14px;
height: 1px;
margin-top: -1px;
}

#PageSubPage.PageFaq .FaqList a:after {
top: 50%;
right: 24px;
width: 1px;
height: 14px;
margin-top: -7px;
}

#PageSubPage.PageFaq .FaqList a.Current {
background: #ad9e84;
border-bottom: none;
color: #fff;
}

#PageSubPage.PageFaq .FaqList a.Current:before {
background-color: #fff;
}

#PageSubPage.PageFaq .FaqList a.Current:after {
display: none;
}

#PageSubPage.PageFaq .FaqList dl:first-child {
margin-top: 0;
}

#PageSubPage.PageFaq .FaqList dd {
margin-inline-start: 0;
border: 1px solid #e9e8e5;
border-top: none;
}

#PageSubPage.PageFaq .FaqList span {
display: block;
}

#PageSubPage.PageFaq .FaqList .Lead1:last-child {
margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	
	#PageSubPage.PageFaq .InPageLink {
	margin-bottom: 40px;
	}
	
	#PageSubPage.PageFaq .InPageLink li {
	float: none;
	width: 100%;
	margin-bottom: 10px;
	line-height: 1.7em;
	}

	#PageSubPage.PageFaq .InPageLink .LinkDown:after {
	top: 10px;
	margin-top: -3px;
	}	

	#PageSubPage.PageFaq .FaqList dl {
	margin-top: 10px;
	}

	#PageSubPage.PageFaq .FaqList a {
	padding: 15px 40px 15px 15px;
	}

	#PageSubPage.PageFaq .FaqList dd {
	padding: 15px;
	}

	#PageSubPage.PageFaq .FaqList .Lead1 {
	margin-bottom: 10px;
	}	

}

@media print, screen and (min-width: 768px) {
	
	#PageSubPage.PageFaq .InPageLink {
	margin-bottom: 50px;
	}
	
	#PageSubPage.PageFaq .InPageLink li {
	margin-right: 3%;
	line-height: 2.5em;
	}								

	#PageSubPage.PageFaq .SectionSub {
    margin-bottom: 30px;
	}
	
	#PageSubPage.PageFaq .FaqList .OpenCloseUnit {
	display: none;
	}

	#PageSubPage.PageFaq .FaqList dl {
	margin-top: 10px;
	}
	
	#PageSubPage.PageFaq .FaqList a {
	padding: 15px 40px 15px 15px;
	font-size: 114%;
	}
	
	#PageSubPage.PageFaq .FaqList dd {
	padding: 15px 20px;
	}

	#PageSubPage.PageFaq .FaqList .Lead1 {
	margin-bottom: 10px;
	}	
	
}

@media print, screen and (min-width: 1090px) {
	

	
}



/* ■ フォーム ==================================================================================== */

@media only screen and (max-width: 767px) {
	
	#PageSubPage.PageForm #Contents {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
	}

	#PageSubPage.PageForm.PageFormStep1 .KomeS {
	margin-bottom: 10px;
	}
	
	#PageSubPage.PageForm.PageFormStep3 .BtnNext {
	display: block;
	width: 100%;
    margin-top: 15px;
    padding: 15px;
    font-size: 115%;
	box-sizing: border-box;
	border: 1px solid #e3adbf;
	background: #fff url(/img/common/icon/Icon_LinkAllow1.png) no-repeat;
	background-size: 19.5px auto;
	background-position: 97% 50%;
	line-height: 1.0em;
	text-align: center;
	color: #b9335f;
	}	

}

@media print, screen and (min-width: 768px) {
	
	#PageSubPage.PageForm #Contents {
	float: none;
	width: 100%;
	}	
								

}

@media print, screen and (min-width: 1090px) {
	

	
}



/* ■ 浅見ドクター厳選メニュー ==================================================================================== */

/* お悩み別施術メニュー（SectionMenu） --------------------------------------------------- */

#PageSubPage.PageCourse .SectionMenu .IndexNav a {
display: block;
color: #000;
}

#PageSubPage.PageCourse .SectionMenu .IndexList > li {
border: 1px solid #e9e9e9;
}

#PageSubPage.PageCourse .SectionMenu .IndexNav h3.Mds {
background: #ad9e84;
text-align: center;
line-height: 1.0em;
color: #fff;
}

#PageSubPage.PageCourse .SectionMenu .IndexNav .LinkDetail {
position: relative;
width: 100%;
}

#PageSubPage.PageCourse .SectionMenu .IndexNav .LinkDown:after {
left: auto !important;
right: 0 !important;
border-color: #ba345e; 
}

#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 span {
display: block;;
}

#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 .Main {
color: #ba345e;
}

#PageSubPage.PageCourse .SectionMenu .PointBox .ListNum li:last-child {
margin-bottom: 0;
}

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

	#PageSubPage.PageCourse .SectionMenu {
    margin-bottom: 40px;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li {
	width: 49%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 10px 10px 0 10px;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li:nth-child(2n) {
	margin-right: 0;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li:nth-child(2n+1):nth-last-child(-n+2),
	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
	margin-bottom: 0;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList .Thumb {
	margin-bottom: 10px;		
	}	

	#PageSubPage.PageCourse .SectionMenu .IndexNav h3.Mds {
	padding: 8px 0;
	font-size: 108%;
	}
	
	#PageSubPage.PageCourse .SectionMenu .IndexNav .LinkDetail {
	padding: 10px 0;
	font-size: 93%;
	line-height: 1.7em;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox {
	margin-top: 25px;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 {
	margin-bottom: 8px;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 .Sub {
	font-size: 93%;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 .Main {
	font-size: 115%;
	}	

	#PageSubPage.PageCourse .SectionMenu .PointBox .ListNum li {
    margin-bottom: 4px;
	}
			
}

@media print, screen and (min-width: 768px) {

	#PageSubPage.PageCourse .SectionMenu {
	margin-bottom: 70px;
	}
	
	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	padding: 15px 15px 0 15px;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li:nth-child(3n) {
	margin-right: 0;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li:nth-child(3n+1):nth-last-child(-n+3),
	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList > li:nth-child(3n+1):nth-last-child(-n+3) ~ li {
	margin-bottom: 0;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .IndexList .Thumb {
	margin-bottom: 15px;		
	}	

	#PageSubPage.PageCourse .SectionMenu .IndexNav h3.Mds {
	padding: 10px 0;
	font-size: 100%;
	}
	
	#PageSubPage.PageCourse .SectionMenu .IndexNav .LinkDetail {
	padding: 15px 0;
	font-size: 108%;
	text-align: center;
	line-height: 1.7em;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .LinkDown {
	margin-left: -5px;
	}

	#PageSubPage.PageCourse .SectionMenu .IndexNav .LinkDown:after {
	margin-right: 15px;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox {
	margin-top: 40px;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 .Sub {
	font-size: 108%;
	}

	#PageSubPage.PageCourse .SectionMenu .PointBox h3.MdsH3 .Main {
	font-size: 129%;
	}			

	#PageSubPage.PageCourse .SectionMenu .PointBox .ListNum li {
    margin-bottom: 5px;
	}
}


/* 悩み別！プチ整形メニューをご紹介（SectionIntro） --------------------------------------------------- */
#PageSubPage.PageCourse .SectionIntro .SectionMain .InBox {
background: #f6f4f1;
}

#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea {
border-bottom: 1px solid #8a7453;	
}

#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox h3.MdsH3 span {
display: block;
}		

#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox h3.MdsH3 .Main {
color: #ba345e;	
}	

#PageSubPage.PageCourse .SectionIntro .SectionMain .Lead1:last-child,
#PageSubPage.PageCourse .SectionIntro .SectionMain .Lead2:last-child {
margin-bottom: 0;
}

#PageSubPage.PageCourse .SectionIntro .SectionMain em {
color: #ba345e;
}	

#PageSubPage.PageCourse .SectionIntro .SectionSub {
background: #fff;
}

#PageSubPage.PageCourse .SectionIntro .SectionSub:last-of-type {
margin-bottom: 0;
}

#PageSubPage.PageCourse .SectionIntro .SectionDrMemo {
border: 1px solid #8a7453;
}

#PageSubPage.PageCourse .SectionIntro .SectionDrMemo h5.MdsH5 {
color: #8a7453;
}	

#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .LeadMain {
font-weight: bold;
color: #ba345e;
}	

#PageSubPage.PageCourse .SectionIntro .BtnBox a {
text-align: left;
}
					
@media only screen and (max-width: 767px) {

	#PageSubPage.PageCourse .SectionIntro .SectionMain {
	margin-bottom: 40px;
	}

	#PageSubPage.PageCourse .SectionIntro .SectionMain .InBox {
	padding: 20px 15px;
	}

	#PageSubPage.PageCourse .SectionIntro .SectionMain .LBox,
	#PageSubPage.PageCourse .SectionIntro .SectionMain .RBox {
	float: none;
	}
	
	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea {
	margin-bottom: 20px;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox h3.MdsH3 .Sub {
	margin-bottom: 2px;
	line-height: 1.5em;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox h3.MdsH3 .Main {
	font-size: 115%;
	line-height: 1.5em;
	}		

	#PageSubPage.PageCourse .SectionIntro .SectionSub {
	margin-bottom: 20px;
	padding: 15px;
	}						

	#PageSubPage.PageCourse .SectionIntro .SectionSub .ListDisc li {
	margin-bottom: 4px;
	}	
		
	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo {
	margin-top: 20px;
	padding: 20px 15px;
	}

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo h5.MdsH5 {
	margin-bottom: 5px;
	font-size: 122%;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .LeadMain {
	margin-bottom: 8px;
	font-size: 115%;
	line-height: 1.6em;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .Thumb img {
	width: 90px;
	height: auto;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .Lead2 {
	margin-bottom: 10px;
	}		
		
	#PageSubPage.PageCourse .SectionIntro .BtnBox {
	margin-top: 25px;
	}		

	#PageSubPage.PageCourse .SectionIntro .BtnBox li {
	width: 100%;
	margin-bottom: 10px;
	}	

	#PageSubPage.PageCourse .SectionIntro .BtnBox li:last-child {
	margin-bottom: 0;
	}
	
	#PageSubPage.PageCourse .SectionIntro .BtnBox a {
	width: 100%;
	}
		
}

@media print, screen and (min-width: 768px) {

	#PageSubPage.PageCourse .SectionIntro .SectionMain {
	margin-bottom: 70px;
	}
	
	#PageSubPage.PageCourse .SectionIntro .SectionMain .InBox {
	padding: 25px 20px;
	}

	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea {
	display: table;
	margin-bottom: 25px;
	padding-bottom: 20px;
	}

	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .Thumb,
	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox {
	display: table-cell;
	vertical-align: middle;			
	}
		
	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .Thumb {
	width: 20%;
	}
	
	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox {
	width: 80%;
	padding-top: 15px;
	padding-left: 20px;
	}		
	
	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox h3.MdsH3 .Sub {
	margin-bottom: 2px;
	font-size: 108%;
	line-height: 1.4em;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionMain .MdsArea .MdsBox h3.MdsH3 .Main {
	font-size: 129%;
	}				
	
	#PageSubPage.PageCourse .SectionIntro .SectionSub {
	margin-bottom: 20px;
	padding: 20px;
	}			

	#PageSubPage.PageCourse .SectionIntro .SectionSub .ListDisc li {
	margin-bottom: 5px;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionSub .Lead1 {
	line-height: 2.0em;
	}		

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo {
	margin-top: 20px;
	padding: 20px;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo h5.MdsH5 {
	margin-bottom: 14px;
	font-size: 129%;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .LeadMain {
	margin-bottom: 8px;
	font-size: 115%;
	line-height: 1.7em;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .Lead2 {
	margin-bottom: 10px;
	}		

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .LBox {
	width: 78%;
	}	

	#PageSubPage.PageCourse .SectionIntro .SectionDrMemo .RBox {
	width: 18%;
	}	
	
	#PageSubPage.PageCourse .SectionIntro .BtnBox {
	margin-top: 35px;
	}		

	#PageSubPage.PageCourse .SectionIntro .BtnBox li {
	width: 49%;
	margin-right: 2%;
	}	

	#PageSubPage.PageCourse .SectionIntro .BtnBox li:nth-child(2n) {
	margin-right: 0;
	}	

	#PageSubPage.PageCourse .SectionIntro .BtnBox a {
	width: 100%;
	}	

}




/* ■ 汎用ライブラリー ==================================================================================== */

/*
SmartMenus
Magnific Popup
slick
*/


/* SmartMenus --------------------------------------------------- */

/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/

.sm{box-sizing:border-box;position:relative;z-index:9999;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.sm,.sm ul,.sm li{display:block;list-style:none;margin:0;padding:0;line-height:normal;direction:ltr;text-align:left;}
.sm-rtl,.sm-rtl ul,.sm-rtl li{direction:rtl;text-align:right;}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6{margin:0;padding:0;}
.sm ul{display:none;}
.sm li,.sm a{position:relative;}
.sm a{display:block;}
.sm a.disabled{cursor:default;}
.sm::after{content:"";display:block;height:0;font:0px/0 serif;clear:both;overflow:hidden;}
.sm *,.sm *::before,.sm *::after{box-sizing:inherit;}


/* Magnific Popup --------------------------------------------------- */

/* 閉じるボタン */
.mfp-close {
display: block;
position: absolute;
top: -20px;
right: -20px;
width: 50px;
height: 50px;
border-radius: 50%;
text-indent: -9999px;
background-color: #000;
background-image: url(/img/common/icon/Icon_Close.png);
background-repeat: no-repeat; 
background-position: 50% 50%;
background-size: 20px 20px;
}

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

}

@media print, screen and (min-width: 768px) {

}

@media print, screen and (min-width: 1090px) {

}


/* 親ウインドウの背景（opacityを調整） */
.mfp-bg {
position: fixed;
left: 0;
top: 0;
z-index: 1042;
width: 100%;
height: 100%;
background: #000;
overflow: hidden;
opacity: 0.2;
}

.mfp-wrap {
position: fixed;
left: 0;
top: 0;
z-index: 1043;
width: 100%;
height: 100%;
outline: none !important;
-webkit-backface-visibility: hidden;
}

.mfp-container {
position: absolute;
left: 0;
top: 0;
width: 100%;
height: 100%;
padding: 0 8px;
box-sizing: border-box;
text-align: center;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close:hover,
.mfp-close:focus {
opacity: 1;
}

.mfp-close:active {
/* top: 1px; */
}

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }


/* slick --------------------------------------------------- */

.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
