@charset 'utf-8';

/* ----------------------------------------
  Base Style Seet

	2-1.layout
	2-2.header
	2-3.footer
	2-4.link
	2-5.box
---------------------------------------- */

/* ----------------------------------------
  2-1.layout
---------------------------------------- */
body{
	font-family:'Noto Serif JP', serif;
	font-size: 1.1rem;
	line-height: 1.8;
	position:relative;
	color:#4c4a48;
	background:#fff;
}

header,footer,nav,section,article,figure,aside{display:block;}

button{
	border:none;
	background:none;
}

em{
	font-size:18.9px;
	color:#e37079;
}

.container{
	position:relative;
	width: 980px;
	margin:0 auto;
}


/* ----------------------------------------
  2-2.header
---------------------------------------- */
header{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	position: fixed;
    width:650px;
    background: rgba(255,255,255,.92);
	z-index: 9998;
	/* height:130px; */
}
header h1{
	font-size:12px;
	padding:16px 0 0;
	letter-spacing:0.03em;
	font-weight: normal;
	color: #666;
}
header .logo{
	position:absolute;
	top:50px;
	left:0;
}
header .phoneNumber{
	position:absolute;
	top:50px;
	left:416px;
}
header .btn{
	position:absolute;
	top:50px;
	left:738px;
}


/* ----------------------------------------
  2-3.footer
---------------------------------------- */
footer{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	padding:45px 0 50px;
}
footer ul{
	display:table;
	width:980px;
	margin:0 auto;
}
footer ul li{
	font-size:12px;
	line-height:1.6;
	display:table-cell;
	text-align:left;
	vertical-align:middle;
}
footer ul li:last-child{text-align:justify;}
footer address{
	font-size:12.5px;
	padding:0 39px 0 13px;
	letter-spacing:-0.01em
}
#back-top{
	position:fixed;
	z-index:100;
	right:100px;
	bottom:50px;
}

@media screen and (max-width: 680px){
	#back-top{
		right: 10px;
		bottom: 10px;
		width: 32px;
	}
}
@media screen and (min-width: 681px) and (max-width: 767px){
	#back-top{
		right: 5%;
		bottom: 2%;
		width: 36px;
	}
}

#back-top:hover{transition:0.1s;}

/* ----------------------------------------
  2-4.link
---------------------------------------- */
a img{transition:0.1s;}
a img:hover{
	transition:0.1s;
	opacity:0.6;
}
.btn{transition:0.5s;}
.btn:hover{
	transition:0.5s;
	opacity:0.6;
}

/* ----------------------------------------
  2-5.box
---------------------------------------- */
/*web限定 モニター募集 50%OFF*/
.campaignOnWeb{
	padding:22px 0 26px;
	background:#ffd4da;
}
.campaignOnWeb p{
	position:relative;
	padding:4px 0 0 146px;
}
.campaignOnWeb p:before{
	position:absolute;
	top:-33px;
	left:-40px;
	display:inline-block;
	width:170px;
	height:171px;
	content:'';
	background:url(../img/badge01.png) 0 0 no-repeat;
}

/*お問い合わせ*/
.boxInquiry{
	margin: 20px auto 40px;
	padding: 20px 24px 30px;
	border: 10px solid #D9D4D4;
	background:#FFF;
}
.boxInquiry p{
	margin:0 0 25px;
	text-align:center;
}
.boxInquiry .btn{float:left;}
.boxInquiry .phoneNumber{
	float:left;
	margin-left:27px;
}
.inquiryBtm{
	margin-bottom: 54px;
}

/*施術料金*/
.priceTable th{
	font-size:17px;
	box-sizing:border-box;
	width: 300px;
	padding:0 0 0 24px;
	text-align:left;
	letter-spacing:0.1em;
	border:1px solid #c3c3c3;
	background:#f5efe8;
}

.priceTable-edit th{
	width: 40%;
}

.priceTable td{
	font-size:17.5px;
	box-sizing:border-box;
	width: 600px;
	padding:6px 0 4.5px 12px;
	border:1px solid #c3c3c3;
}
.priceTable td.alignright{font-size:19px;}
.priceTable td.alignright span{font-size:16px;}

/*よくあるご質問*/
.boxPlan .faq dl dt:first-child{
	padding-top:20px;
	border:none;
	background-position:0 20px;
}
.boxPlan .faq dl dt{
	font-size:20px;
	line-height: 1.8;
	min-height: 40px;
	margin-bottom:5px;
	padding:25px 0 0 50px;
	color:#634c4c;
	border-top:1px solid #919191;
	background:url(../img/icon_q.png) 0 25px no-repeat;
}
.boxPlan .faq dl dd{
	font-size:16px;
	line-height:1.7em;
	margin-bottom:19px;
	padding:0 0 0 50px;
	background:url(../img/icon_a.png) 0 5px no-repeat;
}
.boxPlan .faq dl dd p{margin-bottom:25px;}

/*手術の説明*/
.aboutSurgery{
	box-sizing:border-box;
	/* width:720px; */
	margin: 0px auto;
	padding: 0;
	/* border:6px solid #ece9e9; */
}
.aboutSurgery p{
	/* font-size:14px; */
	/* line-height:2em; */
	padding:20px 0 0 0;
}






















@media screen and (max-width: 480px) {
	
img{
	/* width: 100%; */
	/* max-width: 100%; */
	height: auto;
}
header,footer,nav,section,article,figure,aside{display:block;}

button{
	border:none;
	background:none;
}

em{
	font-size:18.9px;
	color:#e37079;
}

.container{
	position:relative;
	width: 95%;
	margin:0 auto;
}


/* ----------------------------------------
  2-2.header
---------------------------------------- */
header{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	/* height:130px; */
}
header h1{
	font-size: 11px;
	padding:16px 0 0;
	letter-spacing:0.03em;
	font-weight: normal;
	color: #666;
}
header .logo{
	position: relative;
	top: 10px;
	left:0;
}
header .phoneNumber{
	position:absolute;
	top:50px;
	left:416px;
	display: none;
}
header .btn{
	position:absolute;
	top:50px;
	left:738px;
	display: none;
}

/* ----------------------------------------
  2-3.footer
---------------------------------------- */
footer{
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro W3','メイリオ','Meiryo','ＭＳ Ｐゴシック',sans-serif;
	padding: 15px 0 0px;
}
footer ul{
	display:table;
	width: 100%;
	margin:0 auto;
}
footer ul li{
	font-size:12px;
	line-height:1.6;
	display: block;
	text-align:left;
	vertical-align:middle;
	margin: 20px;
}
footer ul li:last-child{text-align:justify;width: 191px;margin: auto;}
footer address{
	font-size:12.5px;
	padding:0 39px 0 13px;
	letter-spacing:-0.01em
}
#back-top{
	position:fixed;
	z-index:100;
	right: 10px;
	bottom: 10px;
}
#back-top:hover{transition:0.1s;}

/* ----------------------------------------
  2-4.link
---------------------------------------- */
a img{transition:0.1s;}
a img:hover{
	transition:0.1s;
	opacity:0.6;
}
.btn{transition:0.5s;}
.btn:hover{
	transition:0.5s;
	opacity:0.6;
}

/* ----------------------------------------
  2-5.box
---------------------------------------- */
/*web限定 モニター募集 50%OFF*/
.campaignOnWeb{
	padding:22px 0 26px;
	background:#ffd4da;
}
.campaignOnWeb p{
	position:relative;
	padding:4px 0 0 146px;
}
.campaignOnWeb p:before{
	position:absolute;
	top:-33px;
	left:-40px;
	display:inline-block;
	width:170px;
	height:171px;
	content:'';
	background:url(../img/badge01.png) 0 0 no-repeat;
}

/*お問い合わせ*/
.boxInquiry{
	margin: 20px auto 40px;
	padding: 0px 14px 10px;
	border: 10px solid #D9D4D4;
	background:#FFF;
}
.boxInquiry p{
	margin: 0 0 15px;
	text-align:center;
}
.boxInquiry .btn{float: none;}
.boxInquiry .phoneNumber{
	float: none;
	margin-left: 0;
	margin: 10px auto;
}
.inquiryBtm{
	margin-bottom: 54px;
}

/*施術料金*/
.priceTable th{
	font-size: 16px;
	box-sizing:border-box;
	width: 30%;
	padding: 5px;
	text-align:left;
	letter-spacing:0.1em;
	border:1px solid #c3c3c3;
	background:#f5efe8;
}
.priceTable td{
	font-size: 16px;
	box-sizing:border-box;
	width: 30%;
	line-height: 1.2;
	padding: 5px;
	border:1px solid #c3c3c3;
}
.priceTable td.alignright{font-size: 16px;}
.priceTable td.alignright span{font-size: 13px;}

/*よくあるご質問*/
.boxPlan .faq dl dt:first-child{
	padding-top:20px;
	border:none;
	background-position:0 20px;
}
.boxPlan .faq dl dt{
	font-size: 18px;
	line-height: 1.6;
	min-height: 40px;
	margin-bottom:5px;
	padding:25px 0 0 50px;
	color:#634c4c;
	border-top:1px solid #919191;
	background:url(../img/icon_q.png) 0 25px no-repeat;
}
.boxPlan .faq dl dd{
	font-size:16px;
	line-height:1.7em;
	margin-bottom:19px;
	padding:0 0 0 50px;
	background:url(../img/icon_a.png) 0 5px no-repeat;
}
.boxPlan .faq dl dd p{margin-bottom:25px;}

/*手術の説明*/
.aboutSurgery{
	box-sizing:border-box;
	/* width:720px; */
	margin: 0px auto;
	padding: 0;
	/* border:6px solid #ece9e9; */
}
.aboutSurgery p{
	/* font-size:14px; */
	/* line-height:2em; */
	padding:20px 0 0 0;
}


	
	
	
}


.center-img {
    text-align: center;
    margin-bottom: 20px;
}
