@charset "utf-8";

/*************************
base.css
**************************/

/* フォント読み込み
------------------------------*/
@font-face {
	font-family: Hannari;
	src: url('font/Hannari.eot?') format('eot'),
		 url('font/Hannari.woff') format('woff'),
		 url('font/Hannari.otf') format('truetype');
	unicode-range: U+0000-007F;
}

@font-face {
	font-family: Hannari;
	src: url('font/Hannari.eot?') format('eot'),
		 url('font/Hannari.woff') format('woff'),
		 url('font/Hannari.otf') format('truetype');
	unicode-range: U+0080-10FFFF; /* ASCII文字 以外 */
}

/* 全体
------------------------------*/
* {margin: 0; padding: 0;-webkit-box-sizing: border-box; -moz-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box; box-sizing: border-box;}
body {
	background-color: #f0f0f0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	overflow-x: hidden;
}

/* フォント
------------------------------*/
h2,h3,h4{
	/*font-family: "Hannari","ヒラギノ明朝 Pro W3", "ＭＳ Ｐ明朝", "Hiragino Mincho ProN", "MS PMincho",serif;*/
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'HGS明朝E','ＭＳ Ｐ明朝', serif;
  -webkit-transform-origin: 0 0;
  -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02);
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
}

nav{
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'HGS明朝E','ＭＳ Ｐ明朝', serif;
}


h2{font-size : 18px;}
h3{font-size : 18px;}
h4{font-size : 18px;}

p,dl dd,table tr td,table tr th{line-height: 1.75;}
table tr th{line-height: 1.2;}

.fwb {font-weight: bold !important;}

.txtGreenColor{color: #04ac93;}
.fontSize12 {font-size: 12px;}
.fontSize14 {font-size: 14px;}
.fontSize16 {font-size: 16px !important;}
.fontSize22 {font-size: 22px !important;}

.txt_c { text-align: center;}
.txt_l { text-align: left;}
.txt_r { text-align: right;}

.lineheight1 {line-height: 1 !important;}
.lineheight1_5 {line-height: 1.5 !important;}

/* マージン */
.mb0  { margin-bottom: 0 !important;}
.mb5  { margin-bottom: 5px !important;}
.mb10 { margin-bottom: 10px !important;}
.mb15 { margin-bottom: 15px !important;}
.mb20 { margin-bottom: 20px !important;}
.mb25 { margin-bottom: 25px !important;}
.mb30 { margin-bottom: 30px !important;}
.mb40 { margin-bottom: 40px !important;}
.mb50 { margin-bottom: 50px !important;}
.mb60 { margin-bottom: 60px !important;}

.ml0  { margin-left: 0 !important;}
.ml5  { margin-left: 5px !important;}
.ml10 { margin-left: 10px !important;}
.ml15 { margin-left: 15px !important;}
.ml20 { margin-left: 20px !important;}
.ml25 { margin-left: 25px !important;}
.ml30 { margin-left: 30px !important;}
.pb0  { padding-bottom: 0 !important;}
.pl0  { padding-left: 0 !important;}


/* リンク
------------------------------*/
a {color: #000;text-decoration:none;}

.underline {text-decoration: underline !important;}

.linkQuartOpacity:hover,.linkQuartOpacity:hover > img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.linkHerfOpacity:hover,.linkHerfOpacity:hover > img {
	filter:alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.linkFullOpacity:hover,.linkFullOpacity:hover > img {
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* 画像
------------------------------*/
img {
	vertical-align : middle;
	max-width:100%;
	height:auto;
}

/* 各種設定
------------------------------*/
.fLeft {
	display: block;
	float: left;
}


/*ボタン(スマホ用)
------------------------------*/
.btnBox {
	display: block;
	height:60px;
	color: #ffffff;
	background-color: #734325;
}
.btnBox .btnTxt {
	display: block;
	float: left;
	width: 70%;
	line-height: 60px;
	margin: 0 0 0 15px;
	font-weight: bold;
}
.btnBox .btnAllow {
	display: block;
	float: right;
	width: 5%;
	margin: 0 15px 0 0;
	line-height: 60px;
}

.btnBoxSp {
	display: block;
	height:60px;
	color: #ffffff;
	background-color: #734325;
}
.btnBoxSp .btnTxt {
	display: block;
	float: left;
	width: 70%;
	line-height: 60px;
	margin: 0 0 0 15px;
}
.btnBoxSp .btnAllow {
	display: block;
	float: right;
	width: 5%;
	margin: 0 15px 0 0;
	line-height: 60px;
}

.btnAllow img {
	vertical-align: baseline;
}

.brownBtnBox {color: #ffffff; background-color: #734325;} /* デフォルト */
.whiteBtnBox {color: #000000; background-color: #ffffff;}
.orangeBtnBox {color: #ffffff; background-color: #ff8e00;}
.greenBtnBox {color: #000000; background-color:#74e3d2;}
.borderBrownBtnBox {color: #000000; background-color:#ffffff; border: solid 1px #734325;}

/* ヘッダーアイコンメニュー
------------------------------*/
#spNav, #contactBtm {
	margin: 0 0 3.2786885% 0; /* 0 0 10px 0 */
	width: 100%;
	position: relative;
	float: left;
	background-color: #7be4d4;
}

#contactBtm {
	margin: 0;
	filter:alpha(opacity=90);
	-moz-opacity: 0.9;
	opacity: 0.9;
}

#spNav .spMenu ul li, #contactBtm .spMenu ul li {
	float: left;
	padding: 0 5px 0 5px;
	margin: 10px 0 10px 0;
	border-left: solid 1px rgba(0,0,0,0.2);
	width: 25%;
	text-align: center;
}

#contactBtm .spMenu ul li {
	margin: 10px 0 0 0;
	width: 33.333333%;
}

#spNav .spMenu ul .liFirst, #contactBtm .spMenu ul .liFirst {
	border-left: none;
}

.fixed {
	background-color: #7be4d4;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 1;
}

/* wrapper
------------------------------*/
.innerWrapper {
	margin:0 auto 0 auto;
	max-width: 92.773437%; /* 950px / 1024px * 100 */
	height: auto;
}

.disnon {
  display: none;
}

/* タブメニュー
------------------------------*/
.tab,.contactTab {
	margin-top: 5%;
	padding: 0;
}

.tab li,.contactTab li {
	float: left;
	width: 50%;
	height: auto;
	margin: 0;
	padding: 10px 0 10px 0;
	background-color: #e0e0e0;
	cursor: pointer;
	color: #03d6b7;
}

.tab li > img,.contactTab li > img {
	margin: 5px 0 0 15px;
	vertical-align: -8px;
}


.tab .selected,.contactTab .selected {
	background-color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* メニューアイコン
------------------------------*/
.menuIcon {
	position: absolute;
	right: 6%;
	text-align: right;
	cursor: pointer;
	margin: 0;
	padding: 0;
}

.drawerMenu {
	display: none;
	position:relative;
	z-index: 2;
	margin: 0;
	background-color: #ffffff;
}

.drawerMenu li a {
	display: block;
	padding: 20px 5% 20px 5%;
	cursor: pointer;
	border-bottom: solid 1px #74e3d2;

}

.drawerMenu li:hover a {
	background-color: #03d6b7;
	color: #ffffff;
}

.drawerMenu li:hover a {
	display: block;
	color: #ffffff;
	filter:alpha(opacity=1000);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/* 共通クラス
------------------------------*/
.borderGreen {
	display: block;
	margin: 0 5px 0 5px;
	border-bottom: solid 1px #74e3d2;
}

.txtGreen {
	color: #04ac93;
}

.bgMoyou {
	background: url("../img/medical/torningContentMainSp.jpg") repeat scroll 0% 0% / cover transparent;
}

/*************************
#container
**************************/
.typeSp {display: block;}
.typePc {display: none;}
#container {
	width: 100%;
}

/*************************
#header
**************************/
#header .siteHeadImg {
	height: 80px;
	padding: 10px 0 10px 0;
	background-color: #74e3d2;
}
#header .siteHeadLogoImg {
	width: 230px;
	height: 50px;
	float: left;
}
#header .siteHeadLogoImg h1 {
	margin: 0;
	padding: 0;
}
#header .siteHeadLogoImg h1 > img {
	position: absolute;
	width: 230px;
	height: auto;
	z-index: 0;
}

#header .topHeadImg {
	padding: 20% 0 20% 0;
	background: url(../img/topHeadMainImg.jpg) no-repeat center;
	background-size:cover;
}
#header .topHeadImg .imgBox {
	width: 90%;
	height: auto;
	margin: 0 0 -15% 0;
}
#header .topHeadTxt {
	background-color: #b29059;
	padding: 15px 0;
}
#header .topHeadTxt p {
	font-size: 16px;
	line-height: 1.5;
	color: #ffffff;
}
#header .topHeadTxt p {
	font-size: 16px !important;
	line-height: 1.5 !important;
	letter-spacing: 1px !important;
	color: #fff !important;
}
#header .topHeadTxt p strong {
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'HGS明朝E','ＭＳ Ｐ明朝', serif;
	font-size: 20px;
	color: #555;
}
@media screen and (max-width:768px) {
	#header .topHeadImg .imgBox {
		width: 50%;
		margin: -20px 0 -15% 0;
	}
	#header .topHeadTxt {
		background-color: #CAB087;
		padding: 10px 0;
	}
	#header .topHeadTxt p {
		font-size: 14px !important;
		line-height: 1.4 !important;
		letter-spacing: 0 !important;
	}
	#header .topHeadTxt p strong {
		font-size: 18px;
	}
	#header .topHeadTxt p span.notice {
		font-size: 10px;
	}
}

/*************************
#topTrouble_pc
**************************/
#topTrouble_pc {
	background: #fff;
	text-align: center;
	width: 100%;
}
@media screen and (max-width:768px) {
	#topTrouble_sp {
		background: #fff;
		text-align: center;
		width: 100%;
	}
}



/*************************
#pickupbnr_pc
**************************/
#pickupbnr_pc {
	background: url(../img/bnr_1512_bg.jpg) repeat center;
	/*height:204px;*/
	text-align: center;
	padding: 23px 0;
}
@media screen and (max-width:768px) {
	#pickupbnr_sp {
		background: url(../img/bnr_1512_bg.jpg) repeat center;
		height: auto;
		text-align: center;
		padding: 3% 0;
	}
	#pickupbnr_sp p {
		line-height: 1 !important;
	}
	#pickupbnr_sp img {
		width: 100%;
	}
	#pickupbnr_sp p.btn img {
		width: 75%;
	}
}

/*************************
#main
**************************/
#main {

}
#main section {
	margin-top: 5%;
	background-color: #ffffff;
	padding: 5%;
}

/*************************
#main .topSectionA
**************************/
#main .topSectionA {
	margin-top: 0;
}

#main .topSectionA .imgBox {
	text-align: center;
	margin-top: 10px;
}
#main .topSectionA .txtBox .em {
	background: #ff6;
}
#main .topSectionA .btnBox {
	margin-top: 10px;
}

/*************************
#main .topSectionB シミ取りのクリニックを選ぶポイント
**************************/

#main .topSectionB .tableBox {
	display: table;
	width: 100%;
	margin-bottom: 20px;
}

#main .topSectionB .txtTitleBox {
	text-align: center;
}

#main .topSectionB .txtBox .imgBox {
	text-align: center;
	margin-top: 10px;
}

#main .topSectionB .imgBoxLastChild {
	text-align: center;
	margin-top: 10px;
}

#main .topSectionB .txtBox {
	text-align: left;
}

#main .topSectionB .txtBox .btnBox {
	width: 100%;
}

#main .topSectionB .movie {
	position: absolute;
	top: 50px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 70%;
}


#main .topSectionB .txtBox h3 {
	margin-bottom: 5px;
	margin-top: 20px;
}

#main .topSectionB .txtBox .colorGreen {
	color: #2da20f;
}

#main .topSectionB .txtBox .colorOrange {
	color: #e49c00;
}

#main .topSectionB .txtBox .colorBlue {
	color: #16b3f5;
}

/*************************
#main .topSectionC シミ取りおすすめメニュー
**************************/
#main .topSectionC_title {
	width: 100%;
	background: none;
	padding-left: 0;
	padding-right: 0;
}

#main .topSectionC_Wrapper {
	width: 100%;
}

#main .topSectionC {
	background: none;
	padding-left: 0;
	padding-right: 0;
}

#main .topSectionC:first-child {
	padding-bottom: 0;
}

#main .topSectionC:first-child+.topSectionC {
	padding-top: 0;
}

#main .topSectionC .imgBox {
	float: left;
	width: 47.5%;
	height: auto;
}

#main .topSectionC .txtBox {
	line-height: 1.1;
	float: right;
	width: 47.5%;
	height: auto;
}

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

#main .topSectionC .txtBox h3 .menuPrice {
	font-size: 22px;
}

#main .topSectionC .txtBox p {
	margin-top: 0;
}

#main .topSectionC .txtTitleBox > h2 img {
	margin-right: 5px;
}

/*************************
#main .topSectionD シミ取り治療の症例
**************************/
#main .topSectionD {
	margin-top: 0;
}
#main .topSectionD:first-child {
	margin-top: 5%;
}

#main .topSectionD:first-child+.topSectionD {
	padding-top: 0;
}

#main .topSectionD .txtTitleBox > h2 img {
	margin-right: 5px;
}

#main .topSectionD .txtSubTitleBox {
	margin-bottom: 10px;
	font-size: 22px;
}

#main .topSectionD .imgBox,#main .topSectionD .btnBoxA  {
	margin-top: 10px;
	text-align: center;
}

#main .topSectionD .btnBoxA .btnTxt  {
	margin-left: 15.686274%; /* 40px */
}

/*************************
#main .topSectionBeforafter　もっと詳しく知りたい方はこちら
**************************/
#main .topSectionBeforafter {
	padding: 0;
	background: none;
}



/*************************
#main .topSectionE シミ取り治療Ｑ＆Ａ
**************************/
#main .topSectionE {
	background: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	margin:0;
}

#main .topSectionEFirstChild {
	padding-top: 5%;
	padding-bottom: 2.5%;
}

#main .topSectionE .imgBox {
	float: left;
}

#main .topSectionE .txtBox {
	margin-left: 3em;
}

#main .topSectionE .txtQuestionBox,#main .topSectionE .txtAnswerBox {
	padding: 1em;
}

#main .topSectionE .txtQuestionBox {
	background-color: #74e3d2;
	cursor: pointer;
}

#main .topSectionE .txtAnswerBox {
	display: none;
	background-color: #ffffff;
}

/*************************
#main .topSectionF シミ取り治療の効果
**************************/
#main .topSectionF {
	background: none;
	padding-left: 0;
	padding-right: 0;
	padding-top: 2.5%;
	margin:0;
}

#main .topSectionF .txtBodyBox {
	margin-top: 2.5%;
}

#main .topSectionF .txtBodyBox table {
	width: 100%;
}

#main .topSectionF .txtBodyBox table tr {
	width: 100%;
}

#main .topSectionF .txtBodyBox table .bgWhite {
	background-color: #ffffff;
}

#main .topSectionF .txtBodyBox table .bgGreen {
	background-color: #d8f8f2;
}

#main .topSectionF .txtBodyBox table tr th {
	background-color: #f5e5cb;
	border-left: solid 1px #d1d1d1;
	font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'HGS明朝E','ＭＳ Ｐ明朝', serif;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	padding: 16px 3px;
	width: 15.16667%;
	-webkit-transform-origin: 0 0;
    -webkit-transform: scale(1, 1.01);
     -moz-transform-origin: 0 0;
     -moz-transform: scale(1, 1.01);
      -ms-transform-origin: 0 0;
      -ms-transform: scale(1, 1.02);
       -o-transform-origin: 0 0;
       -o-transform: scale(1, 1.01);
}

#main .topSectionF .txtBodyBox table tr .firstTh {
	border-left: none;
	width: 9%;
}

#main .topSectionF .txtBodyBox table tr td {
	border-left: solid 1px #d1d1d1;
	height: 60px;
	text-align: center;
	vertical-align: middle;
	padding: 6px;
}

#main .topSectionF .txtBodyBox table tr .tdTitle {
	border-left: none;
}
#main .topSectionF .txtBodyBox table tr .tdTitle p {
	color: #2a9e80;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
}
@media screen and (max-width:768px) {
	#main .topSectionF .txtBodyBox table tr .tdTitle p {
	/*縦書き*/
		line-height: 1.9;
		letter-spacing: 0.03em;
		writing-mode: tb-rl; /* IE用 */
		writing-mode: vertical-rl; /* Chrome、Firefox用 */
		margin: 0 auto;
		white-space: nowrap;
		width: 1em; /* firefox対策 */
		line-height: 1em; /* firefox対策 */
		text-orientation: upright;
	}
}

#main .topSectionF .txtBodyBox table tr .tdTxt {
	display: block;
	font-size: 10px;
}
#main .topSectionF .txtBodyBox table tr td img {
	width: 40px;
}

/*************************
#footer
**************************/
#footer .siteFootMainImg {
	background-color: #ffffff;
	margin-bottom: 5%;
	margin-top: 5%;
}

@media screen and (min-width:768px) {
	#footer .typePc .innerWrapper { 
		display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
}

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

/*冬期休診バナー用*/
.win_bnr{
	width:100%;
	border:solid 1px #666;
	background:#fff;
	padding:22px 0;
	margin:0 auto 30px;
}

.win_bnr  p.win_title{
	color:#cc0000;
	font:22px 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro', 'HGS明朝E','ＭＳ Ｐ明朝', serif;
	margin:0 auto;
}

.win_bnr p{
	font-size:14px;
	line-height:24px;
	text-align:center;
}

#footer #clinicInfo {
  text-align: center;
}
#footer #clinicInfo h2 {
  margin-top: 20px;
}
#footer #clinicInfo .ginzaLogo {
	padding: 20px 0 10px;
}
#footer #clinicInfo .ginzaLogo img {
	width: 232px;
	height: auto;
}
#footer #clinicInfo .footerContact {
  padding: 20px 0;
	text-align: center;
}
#footer #clinicInfo .footerContact .footerContactBtn {
  margin: 10px auto;
  width: 80%;
}
#footer #clinicInfo .footerContact .footerContactBtn a {
  background: #f2961d;
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 14px 8px 14px 20px;
  position: relative;
  width: 100%;
}
#footer #clinicInfo .footerContact .footerContactBtn a:after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
  display: block;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-left: 4px;
  width: 8px;
}
#footer #clinicInfo .footerContact .footerContactBtn a:hover {
  opacity: 0.8;
}

#footer .txtCopyRight {
	font-size: 13px;
	background-color: #74e3d2;
	padding: 5% 0 5% 0;
	margin: 5% 0 5% 0;
}

#footer .txtCopyRightMarginBttom {
	height: 40px;
}

#footer small {
	text-align: center;
	display: block;
}

#contactBtm {
	position:fixed; z-index:2;
	bottom:0; left:0;
	width:100%;
	height:60px;
	padding:0;
	background-color: #74e3d2;
}

#contactBtm p a {
	display: block;
	text-align: center;
	color: #fff;
	line-height: 60px;
	font-size: 15px;
}

#contactBtm p a:active,#contactBtm p a:hover {
	text-decoration:none;
	filter:alpha(opacity=1000);
	-moz-opacity: 1.0;
	opacity: 1.0;
}



*:not(:target){box-sizing:border-box !important;}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    *{
        box-sizing:border-box !important;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#main .topSectionC a {
		display: block;
	}
}

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

.typeSp {display: none;}
.typePc {display: block;}

/* フォント設定 */
body {font-size: 14px;}
h2{font-size : 26px;}
h3{font-size : 22px;}

/*ボタン(スマホ用)
------------------------------*/
.btnBox {
	height:40px;
	color: #ffffff;
	background-color: #734325;
}
.btnBox .btnTxt {
	display: block;
	float: left;
	line-height: 40px;
	margin: 0 0 0 15px;
}
.btnBox .btnAllow {
	display: block;
	float: right;
	margin: 0 15px 0 0;
	line-height: 40px;
}

/* ----Add 20190416 都立大院追加　ボタンの文字調整---- */
#footer .topSectionF .btnBox .btnTxt {
	margin: 0 0 0 10px;
	width: 80%;
}
#footer .topSectionF .btnBox .btnAllow {
	margin: 0 10px 0 0;
}


.btnBoxSp{display: none;}

.borderGreen {
	margin: 0 0 5px 0;
	padding: 0;
}

#container {
	width: 100%;
	height: auto;
}

#header {
	background: #e4caa8 url(../img/topHeadMainImg.jpg) no-repeat center;
	height: 439px;
}

#header .siteHeadImg {
	background: none;
	height: 205px;
	margin: 0;
	padding: 0;
}

#header .siteHeadImgWrapper {
	height: 160px;
	margin: 0;
	padding: 0;
}


#header .siteHeadImg h1 {
	display: block;
	float: left;
	width: 162px;
	height: auto;
}

/* ブックマークお問い合わせボタン
------------------------------*/
#header .siteHeadImg .bookmarkBtn {
	position: fixed;
	top: 15%;
	right: 0;
	display: block;
	float: right;
	width: 44px;
	height: 380px;
	margin: 0;
	padding: 0;
	z-index: 1;

	/* IE7対応 */
	*margin-top: -181px;
}

#header .topHeadImg {
	background: none;
	height: 95px;
	margin: 0;
	padding: 0;
}

#header .topHeadTxt {
	background: none;
	margin: 20px 0 0 0;
	padding: 0;
}

#header .topHeadTxt .txtBox {
	width: 50em;
}

#header .topHeadTxt .txtBox p {
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8;
	letter-spacing: 4px;
}

/*************************
#gnav
**************************/
#gnav {
	height: 50px;
	background-color: #74e3d2;
}

#gnav .topHeadNav ul {
	width: 100%;
}

#gnav .topHeadNav li {
	float: left;
	width: 20%;
	text-align: center;
}

#gnav .topHeadNav li a {
	display: block;
	height: 50px;
}

#gnav .topHeadNav li a:hover {
	background-color: #04ac93;
	color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

#gnav .topHeadNav .current {
	background-color: #04ac93;
	color: #ffffff;
	filter:alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
}

/*************************
#main .topSectionA しみの種類・原因
**************************/
#main section {
	margin-top: 5%;
	background-color: #ffffff;
	padding: 2.5%;
}

#main .topSectionA {
	float: right;
	width: 47.5%;
	margin-top: 5%;
	margin-left: 5%;
}

#main .topSectionAFirstChild {
	float: left;
	margin-left: 0;
}

.titleTxtBox {
	margin-bottom: 10px;
	color: #04ac93;
}

.titleTxtBox img {
	margin-right: 5px;
	vertical-align: -5px;
}

#main .topSectionA .txtBox {
	float: left;
	width: 50%;
	margin: 20px 0 0 0;
	padding: 0;
}

#main .topSectionA .imgBox {
	float: right;
	width: 50%;
	margin: 0;
	padding: 0;
}

/*************************
#main .topSectionB シミ取りのクリニックを選ぶポイント
**************************/

#main .topSectionB .txtTitleBox {
	text-align: left;
}

#main .topSectionB .txtBox {
	display: table-cell;
	width: 50%; /* 420px */
	margin-top: 20px;
}

#main .topSectionB .movie {
	position: absolute;
	top: 70px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 240px;
}

#main .topSectionB .txtBox .imgBox {
	margin-top: 20px;
}

#main .topSectionB .btnBox {
	float: right;
	margin-top: 20px;
	width: 40%;
}

#main .topSectionB .imgBoxLastChild {
	width: 50%; /* 480px */
}

/*************************
#main .topSectionC シミ取りおすすめメニュー
**************************/
#main .topSectionC_Wrapper {
	display: table;
}

#main .topSectionC {
	display: table-cell;
	float: left;
	width: 30.33%;
	margin-top: 0;
	margin-left: 3%;
	padding: 0;
}

#main .topSectionC .txtTitleBox img {
	vertical-align: -0.15em;
}

#main .topSectionCFirstChild {
	margin-left: 0;
}

/*#main .topSectionC:first-child,*/
#main .topSectionC .imgBox {
	float: none;
	margin-left: 0;
	margin-top: 5%;
	text-align: center;
	width: 100%;
}

#main .topSectionC .txtBox {
	float: none;
	width: 100%;
	padding: 10px 11% 0;
}

#main .topSectionC .txtBox p {
	margin: 0;
}

#main .topSectionC .txtBox h3 {
	font-size: 19px;
}

#main .topSectionC .txtBox h3 .menuPrice {
	font-size: 28px;
}

/*************************
#main .topSectionD シミ取り治療の症例
**************************/
#main .topSectionD {
	float: left;
	padding-top: 0;
	width: 33.33333%;
}

#main .topSectionDFirstChild .txtTitleBox img {
	vertical-align: -0.20em;
	margin-right: 5px;
}

#main .topSectionDFirstChild, #main .topSectionC .imgBox {
	float: none;
	padding-top: 2.5%;
	width: 100%;
}

/*************************
#main .topSectionE シミ取り治療Ｑ＆Ａ
**************************/
#main .topSectionE table tr {
	width: 100%;
}
#main .topSectionE table tr th {
	width: 43.68421%; /* 415px */
	padding: 1em 1em 1em 0;
	background-color: #74e3d2;
}
#main .topSectionE table tr td {
	width: 43.68421%; /* 415px */
	padding: 1em 1em 1em 0;
	background-color: #ffffff;
}
#main .topSectionE table tr .iconQ {
	width: 6.3157894%; /* 60px */
	padding: 1em 0 0 1em;
	background-color: #74e3d2;
}
#main .topSectionE table tr .iconA {
	width: 6.3157894%; /* 60px */
	padding: 1em 0 0 1em;
	background-color: #ffffff;
}

/*************************
#main .topSectionF シミ取り治療の効果
**************************/
#main .topSectionF .txtBodyBox table tr th {
	height: auto;
	font-size: 16px;
}
#main .topSectionF .txtBodyBox table tr #koukaLaser {
	font-size: 15px;
}
/*#main .topSectionF .txtBodyBox table tr th,
#main .topSectionF .txtBodyBox table tr th span {
	line-height: 1;
}*/
#main .topSectionF .txtBodyBox table tr th span {
	display: inline;
	font-size: 14px;
}

#koukaTorning {
	background: url(../img/topContentsKoukaTorning.png) no-repeat center bottom;
}
#koukaLimelight {
	background: url(../img/topContentsKoukaLimelight.png) no-repeat center bottom;
}
#koukaAurora {
	background: url(../img/topContentsKoukaAurora.png) no-repeat center bottom;
}
#koukaBbl {
	background: url(../img/topContentsBbl.png) no-repeat center bottom;
}
#koukaM22 {
	background: url(../img/topContentsM22.png) no-repeat center bottom;
}
#koukaLaser {
	background: url(../img/topContentsKoukaLaser.png) no-repeat center bottom;
}

#main .topSectionF .txtBodyBox table tr .tdTxt {
	font-size: 14px;
}

#main .topSectionF .txtBodyBox table tr .tdTitle {
	font-size: 16px;
}

#main .topSectionF .txtBodyBox table tr td img {
	width: auto;
}

/*************************
#footer
**************************/


/*冬期休診バナー用PC*/
.win_bnr{
	width:100%;
	padding:22px;
	margin:0 auto 30px;
}

.win_bnr  p.win_title{
	font:24px serif;
	margin:0 auto;
}
.win_bnr p{
	font-size:15px;
	line-height:24px;
	text-align:center;
}
.pcbr{
	display:none;
}

#footer #clinicInfo h2 {
  margin-bottom: 40px;
}
#footer #clinicInfo .ginzaLogo {
	padding: 0 0 30px;
}
#footer #clinicInfo .ginzaLogo img {
	width: 272px;
}
#footer #clinicInfo .footerContact {
  padding: 20px 0;
}
#footer #clinicInfo .footerContact .footerContactBtn {
  margin: 10px auto;
  width: 50%;
}

#footer .txtCopyRight {
	padding: 2.5% 0 2.5% 0;
}

/* ページトップボタン */
#pagetop_btn {
	position: fixed;
	right: 49px;
	bottom: 50px;
}
#pagetop_btn a {
	width: 70px;
	display: block;
	/* transition */
		-webkit-transition: 2s;
		-moz-transition: 2s;
		transition: 2s;
}
#pagetop_btn a:hover {}
#pagetop_btn span {
	background: #fff;
	width: 70px;
	height: 70px;
	display: block;
	/* transition */
		-webkit-transition: 2s;
		-moz-transition: 2s;
		transition: 2s;
}

}

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

#main .topSectionF .txtBodyBox table tr th {
	height: auto;
	font-size: 15px;
}
#main .topSectionF .txtBodyBox table tr #koukaLaser {
	font-size: 16px;
}

/* 1024px以上は固定する */
.innerWrapper {
	max-width: 950px;
}

}
