/*************************
medical.css
**************************/
@charset "utf-8";


/* セカンドページ共通(スマホ) 
------------------------------*/
/*************************
#header
**************************/
#header .topHeadImg {
	padding: 13% 0 18% 0;
	background: #e4caa8 url(../img/siteHeadMainImg.png) no-repeat center;
	background-size:cover;
}

#header .topHeadTxt {display: none;}

/*************************
#main
**************************/
#main section, #main aside,#main section * {margin: 0; padding: 0;}
#main .pageTitle {padding-top: 1.0526315%;}
#main .pageTitle .bledList {margin-bottom: 3.1578947%;}
#main .pageTitle .bledList a:hover {color:#880052;}
#main .pageTitle h2 {
	font-size: 24px;
	font-weight: bold;
	color: #880052;
	margin-bottom: 8.5714284%; /* 20px */
}

.innerLeftWrapper {
	float: none;
	width: 100%; /* 320px */
	margin: 0;
	padding: 0;
}

#main .innerLeftWrapper section {
	margin-top: 4.2857142%;
	padding: 4.2857142%;
}

.innerSideWrapper {
	display: none;
}
/* /セカンドページ共通(スマホ) 
------------------------------*/


/*************************
#main .txtTitleBox
**************************/
#main .txtMainTitleBox {
	/* width:283px */
	background: url(../img/medical/medicalContentMain.png) no-repeat;
	background-size:cover;
	height: 150px;
	margin-top: 4.2857142%; /* 10px */
	margin-bottom: 1.7667844%; /* 5px */
	padding: 15px;
	/*box-sizing: content-box;*/
	color: #444444;
}

#main .txtMainTitleBox .titleTxt {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

/*************************
#main .medicalSection共通
**************************/
#main .medicalSectionFirst {
	margin-top: 0 !important;
}
#main .medicalSectionLast {
	margin-bottom: 10.6007067% !important; /* 30px */
}

/*************************
#main .medicalSectionA
**************************/
#main .medicalSectionA {
	/* width:283px */
}

/* フォント
------------------------------*/
#main .medicalSectionA .titleTxtBox .titleTxt {
	line-height: 1.5;
}

#main .medicalSectionA .titleTxtBox .titleTxt {
	font-size: 20px;
	font-weight: bold;
	color: #880052;
}

#main .medicalSectionA .titleTxtBoxA .titleTxt {
	font-size: 24px;
	color: #65450d;
	padding-bottom: 15px; /* 10px */
}

#main .medicalSectionA .bodyBoxA {
	padding-bottom: 30px;
}

#main .medicalSectionA .lastBodyBox {
	padding-bottom: 0px;
}

/* イメージ画像
------------------------------*/
#main .medicalSectionA figure {
	text-align: center;
	margin-top: 15px;
}

/* リスト
------------------------------*/
#main .medicalSectionA .listBox ul {
	width: 100%;
	border-bottom: dotted 1px #7f7f7f;
}

#main .medicalSectionA .listBox ul li {
	width: 100%;
	line-height: 1.5;
	padding: 1.2em 0 0 1em;
	margin-bottom: 1.2em;
	background: url(../img/medical/medicalContentListMark.png) no-repeat 1px 24px;
	border-top: dotted 1px #7f7f7f;
}

/* リスト（メリット・デメリット
------------------------------*/
#main .medicalSectionA .meritBox,
#main .medicalSectionA .demeritBox {
	margin-bottom: 1em;	
}

#main .medicalSectionA .meritBox .titleTxt,
#main .medicalSectionA .demeritBox .titleTxt {
	position:relative;
	zoom:1;
	text-align: center;
	padding: 0.5em;
	-moz-border-radius: 20px;    /* Firefox */
	-webkit-border-radius: 20px; /* Safari,Chrome */
	border-radius: 20px;         /* CSS3 */
	background-color: #969696;   /* 背景色 */
	color: #ffffff;
	margin-bottom: 0.5em;
	behavior: url(/PIE.htc);
}
#main .medicalSectionA .meritBox .titleTxt {
	background-color: #cd7499;   /* 背景色 */
}
#main .medicalSectionA .meritBox ul li,
#main .medicalSectionA .demeritBox ul li {
	line-height: 1.5;
}

/* テーブル
------------------------------*/
#main .medicalSectionA .tableBox table {
	width: 100%;
	border-bottom: solid 1px #efd5df;
}

#main .medicalSectionA .tableBox table tr {
	height: 1em;
	border-top: solid 1px #efd5df;
}
#main .medicalSectionA .tableBox table tr td,
#main .medicalSectionA .tableBox table tr th {
	padding: 0.5em 1em 0.5em 1em;
	text-align: left;
}
#main .medicalSectionA .tableBox table tr th {
	width: 45%;
	background: #cd7499;
	color: #ffffff;
}
#main .medicalSectionA .tableBox table tr td {
	width: 55%;
}

/* 施術の流れ
------------------------------*/
#main .medicalSectionA .bodyBoxC .flowBox p {
	margin-top: 10px; /* 10px */
}

#main .medicalSectionA .bodyBoxC .flowBox .pFirstChild {
	margin-top: 0;
}

#main .medicalSectionA .bodyBoxC .flowBox .imgBox {
	display: block;
	float: left;
	width: 15%; /* 40px */
	max-width: 62px;
	margin-right: 4%;
}

#main .medicalSectionA .bodyBoxC .flowBox .txtBox {
	display: block;
	float: left;
	padding-top: 0.25em;
	width: 75%; /* 200px */
}

#main .medicalSectionA .bodyBoxC .flowImgBox {
	text-align: center;
}

/* Q&A 
------------------------------*/
#main .medicalSectionA .bodyBoxB .qaBox {
	margin-top: 10px; /* 10px */
}

#main .medicalSectionA .bodyBoxB .qaBox .txtBox {
	margin-left: 3em;
}

#main .medicalSectionA .bodyBoxB .qaBox .imgBox {
	float: left;
}

#main .medicalSectionA .bodyBoxB .qaBox .txtQuestionBox,#main .medicalSectionA .txtAnswerBox {
	height: auto;
	padding: 20px;
	cursor: pointer;
}

#main .medicalSectionA .bodyBoxB .qaBox .txtQuestionBox {
	background-color: #ce94ac;
}

#main .medicalSectionA .bodyBoxB .qaBox .txtAnswerBox {
	display: none;
	background-color: #ffffff;
}

/* 料金
------------------------------*/
#main .medicalSectionA h4.priceSubtit {
	background: #880052;
  color: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px;
}

#main #menuPrice > .txtBox {
    margin-bottom: 30px;
}

/*#main .medicalSectionA .priceBox {
	padding: 15px;
	background-color: #f7efe2;
	margin-top: 4px;
	line-height: 1.5;
}

#main .medicalSectionA .priceBoxFirstChild {
	margin-top: 0;
}

#main .medicalSectionA .priceBox .menuTxt {
	display: block;
	float: left;
	margin-top: 0.2em;
}

#main .medicalSectionA .priceBox .priceTxt {
	display: block;
	float: right;
	color: #880052;
	font-size: 18px;
	text-align: right;
}

#main .medicalSectionA .priceBox .single .menuTxt {
	font-size: 85%;
}

#main .medicalSectionA .priceBox .single .priceTxt {
	font-size: 13px;
}

#main .medicalSectionA .priceBox .priceTxt .tax {
  font-size: 60%;
}*/

#main .priceSectionB .txtSubBoxA {
	margin-bottom: 30px;
}

#main .priceSectionB .txtSubBoxA table {
	border: 1px solid #ccc;
  line-height: 1.4;
	margin: 1em 0 10px;
	width: 100%;
}

#main .priceSectionB .txtSubBoxA table tr {
	border-bottom: 1px solid #ccc;
}

#main .priceSectionB .txtSubBoxA table th {
	/*background-color: #f5e5cb;*/
	background-color: #fbf1e2;
	border-right: 1px dotted #ccc;
	padding: 10px;
  vertical-align: middle;
	width: 62%;
}

#main .priceSectionB .txtSubBoxA table td {
	font-weight: bold;
	color: #734325;
	padding: 10px;
	text-align: right;
  vertical-align: middle;
}
#main .priceSectionB .txtSubBoxA table td .tax {
  font-size: 50%;
  display: block;
}

#main .priceSectionB .txtSubBoxA table .single th {
  font-size: 85%;
}
#main .priceSectionB .txtSubBoxA table .single td {
  font-size: 14px;
}

#main .medicalSectionA .btnBox {
	margin-top: 20px;
	padding: 0 15px 0 15px;
}

/* クリニック
------------------------------*/
#main .ginzaLogo {
	text-align: center;
	padding: 30px 0 10px;
}
#main .ginzaLogo img {
	width: 232px;
}
#main section#menuClinic > .txtBox {
  background-color: #f7efe2;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
  padding: 10px 10px;
}
#main .medicalSectionA .clinicBoxFirstChild {
	margin-top: 0;
}
#main .medicalSectionA .clinicBox {
	line-height: 1.5;
	/*margin-top: 10px;  10px */
	padding: 5px 2px;
  width: 49%;
}

#main .medicalSectionA .clinicSubBox {	
	text-align: center;
}

#main .medicalSectionA .clinicSubBox .typePc {
	display: none;
}

#main .medicalSectionA .clinicSubBox .typeSp {
	display: inline;
}

#main .medicalSectionA .clinicBox .txtBox a {
	display: block;
}

#main .medicalSectionA .clinicBox .linkNone {
	pointer-events:none;/*リンクを非リンクに変える*/
	cursor:default;/*マウスカーソルを矢印のまま変えない*/
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

/*************************
#main .MenuguideBtn
**************************/
#main .MenuguideBtn {
	text-align: center;
}



/* PC表示
------------------------------*/
@media screen and (min-width:768px) {



/* セカンドページ共通(PC) 
------------------------------*/
/*************************
#main
**************************/
#main .pageTitle .bledList {
	margin-top: 0;
	margin-bottom: 3.1578947%;
}
#main .pageTitle h2 {
	margin: 0;
}

.innerLeftWrapper {
	display: block;
	float: left;
	width: 73.68421%; /* 700px */
}

.innerSideWrapper {
	display: block;
	float: right;
	width: 23.057894%; /* 220px */
}

#main .innerLeftWrapper section {
	margin-top: 4.2857142%; /* 30px */
	padding: 4.2857142%; /* 30px */
}

#main .innerSideWrapper aside {
	margin-top: 13.636363%; /* 30px */
	background-color: #ffffff;
}

#main .menuAside .headTxtBox {
	background-color: #ce94ac;
	padding: 18.181818% 0 6.363636% 9.090909%; /* 40px 0 14px 20px */
}

#main .menuAside .headTxtBox h2 {
	font-size: 18px;
	letter-spacing: -0.1em;
}

#main .innerSideWrapper .headTxtBox  {
}

#main .innerSideWrapper .bodyTxtBox p.subtitleTxt {
	background-color: #f5e5cb;
	border-bottom: solid 1px #cccccc; 
	color: #222;
	font-weight: bold;
	padding: 5.909090% 0 5.909090% 9.090909%; /* 13px 0 13px 20px */
}

#main .innerSideWrapper .bodyTxtBox ul li {
	border-bottom: solid 1px #cccccc; 
}

#main .innerSideWrapper .bodyTxtBox ul li img {
	vertical-align: baseline;
	margin-right: 4.45454545%;
}

#main .innerSideWrapper .bodyTxtBox ul li a {
	display: block;
	padding: 5.909090% 0 5.909090% 9.090909%; /* 13px 0 13px 20px */
}

#main .innerSideWrapper .bodyTxtBox ul li a:hover {
	color: #ffffff;
	background-color: #ce94ac;
}

#main .pageTitle h2 {
	font-size: 30px;
	font-weight: normal;
}
/* /セカンドページ共通(PC) 
------------------------------*/


/*************************
#header
**************************/
#header {
	height: 200px; 
	background: #e4caa8 url(../img/siteHeadMainImg.png) no-repeat center;
}

#header .topHeadImg {display: none;}
#header .siteHeadLogoImg {
	display: block; 
	width: 600px; /*600px*/
	height: 185px;
}

#header .siteHeadLogoImg h1 {
	display: block; 
	float: left; 
	width: 165px; /*165px*/
}

#header .siteHeadLogoImg .imgBox {  
	float: left; 
	margin-top: 70px; /*70px*/
	margin-left: 40px; /*40px*/
	width: 365px; /*365px*/
}

/*************************
#main .txtTitleBox
**************************/
#main .txtMainTitleBox {
	padding-left: 220px;
	padding-right: 30px;
	height: 190px;
}

#main .txtMainTitleBox .titleTxt {
	font-size: 34px;
	margin-bottom: 12px;
}

#main .torningTxtTitleBox {
	background: url(../img/medical/eyebrows/medicalContentMain.png) no-repeat;
}

#main .limelightTxtTitleBox {
	background: url(../img/medical/limelight/medicalContentMain.png) no-repeat;
}

#main .laserTxtTitleBox {
	background: url(../img/medical/laser/medicalContentMain.png) no-repeat;
}

/* 20190416 背景画像修正 */
#main .eyebrow .torningTxtTitleBox {
	background: url(../img/medical/bg_medical_title_eyebrow.png) no-repeat;
}
#main .eyeline .torningTxtTitleBox {
	background: url(../img/medical/bg_medical_title_eyeline.jpg) no-repeat;
}
#main .lip .torningTxtTitleBox {
	background: url(../img/medical/bg_medical_title_lip.jpg) no-repeat;
}
#main .follow .torningTxtTitleBox {
	background: url(../img/medical/bg_medical_title_follow.jpg) no-repeat;
}

/*************************
#main .medicalSectionA
**************************/

/* フォント
------------------------------*/
#main .medicalSectionA .titleTxtBox .titleTxt {
	font-size: 24px;
	font-weight: bold;
	color: #880052;
}

#main .medicalSectionA .titleTxtBoxA .titleTxt {
	font-size: 32px;
	padding-bottom: 30px; /* 10px */
}

#main .medicalSectionA .bodyBoxA {
	padding-bottom: 50px;
}
#main .medicalSectionA .lastBodyBox {
	padding-bottom: 0px;
}

/* イメージ画像
------------------------------*/
#main .medicalSectionA figure {
	margin-top: 0;
}
#main .medicalSectionA .bodyBoxA .imgBox {
	float: right;
	width: 46.875%;
	max-width: 300px;
}
#main .medicalSectionA .bodyBoxC .imgBox {
	float: right;
	width: 30%;
}

/* リスト
------------------------------*/
#main .medicalSectionA .bodyBoxA .listBox {
	float: left;
	width: 46.875%;
}

#main .medicalSectionA .listBox ul li {
	padding: 1.5em 0 0 1.2em;
}

/* リスト（メリット・デメリット
------------------------------*/
#main .medicalSectionA .bodyBoxA .meritDdemeritBox {
	float: left;
	width: 51%;
}
#main .medicalSectionA .meritBox .titleTxt,
#main .medicalSectionA .demeritBox .titleTxt {
	width: 97%;
}
#main .medicalSectionA .meritBox ul li,
#main .medicalSectionA .demeritBox ul li {
	line-height: 2;
}

/* テーブル
------------------------------*/
#main .medicalSectionA .tableBox table tr td,
#main .medicalSectionA .tableBox table tr th {
	padding: 0.8em 1em 0.8em 1em;
}
#main .medicalSectionA .tableBox table tr th {
	width: 25%;
}
#main .medicalSectionA .tableBox table tr td {
	width: 55%;
}

/* 施術の流れ
------------------------------*/
#main .medicalSectionA .txtBox .flowBox {
	float: left;
	width: 70%; /* 460px */
}

#main .medicalSectionA .txtBox .flowBox .pFirstChild {
	margin-top: 0;
}

#main .medicalSectionA .txtBox .flowBox .imgBox {
	float: left;
	height: 80px;
}

#main .medicalSectionA .txtBox .flowBox .txtBox {
	float: left;
	padding-top: 1.2em;
	width: 78.086956%; /* 350px */
}

#main .medicalSectionA .txtBox .flowImgBox {
	float: right;
	width: 28.125%; /* 180px */
}

/* Q&A
------------------------------*/
#main .medicalSectionA .bodyBoxB .qaBox .txtQuestionBox,
#main .medicalSectionA .txtAnswerBox {
	cursor: auto;
}

#main .medicalSectionA .bodyBoxB .qaBox .txtAnswerBox {
	display: block;
}

#main .menuAside .headParentTxtBox {
	padding: 15px 0 15px 0;
	background-color: #f0f0f0;
	border-top: solid 1px #ce94ac;
	text-size: 19px;
	color: #880052;
}

/* 料金
------------------------------*/
#main .priceSectionB .txtSubBoxA table th {
	/*background: none;*/
}

#main .priceSectionB .txtSubBoxA table td {
	font-size: 22px;
}

#main .priceSectionB .txtSubBoxA p {
	margin-top: 10px;
}

/* クリニック
------------------------------*/
#main .ginzaLogo {
	text-align: center;
	padding: 15px 0 10px;
}
#main .ginzaLogo img {
	width: 272px;
}
#main section#menuClinic > .txtBox {
  justify-content: flex-start;
  padding: 10px 10px;
}
#main .medicalSectionA .clinicBox {
	margin: 0 6px;
  padding: 5px 0;
  width: calc(100% / 4 - 12px);
}

#main .medicalSectionA .clinicBoxFirstChild {
	/*padding-left: 1.25%;  8px */
}

#main .medicalSectionA .clinicBoxThirdChild {
	/*padding-right: 1.25%;  8px */
}

#main .medicalSectionA .clinicBox .txtBox h3 {
	font-size: 16px;
}

#main .medicalSectionA .clinicSubBox .typeSp {
	display: none;
}

#main .medicalSectionA .clinicSubBox .typePc {
	display: inline;
}

}
@media screen and (min-width:1024px) {

}
/* スマホ表示
------------------------------*/
@media screen and (min-width:380px) {

}