@charset "utf-8";
/* CSS Document */

/* reset *************************************************************/
body {
	line-height: 1;
	margin: 0;
	font-family: arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.3;
	display: block;
}

article,
footer,
header {
	display: block;
}

ul,
li {
	list-style: none;
	padding: 0;
	margin: 0;
}

dl,
dt,
dd {
	padding: 0;
	margin: 0;
}

table,
tr,
td {
	border: 0;
	padding: 0;
	margin: 0;
}

a {
	display: block;
	color: #ff6699;
	text-decoration: none;
}

img {
	vertical-align: bottom;
	border: 0;
	padding: 0;
	margin: 0;
	line-height: 0;
}

div {
	margin: 0;
	padding: 0;
}


/* common class *************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* for macIE \*/
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.clear {
	clear: both;
}

.w100Img {
	max-width: 100%;
	height: auto;
}

.fs10 {
	font-size: 10px;
}

.taL {
	text-align: left;
}

.taC {
	text-align: center;
}

.taR {
	text-align: right;
}

.fL {
	float: left;
}

.fR {
	float: right;
}

.mB0 {
	margin-bottom: 0px !important;
}

.mB05 {
	margin-bottom: 5px;
}

.mB10 {
	margin-bottom: 10px;
}

.mB15 {
	margin-bottom: 15px;
}

.mB20 {
	margin-bottom: 20px;
}

.mt05 {
	margin-top: 5px;
}

.mT10 {
	margin-top: 10px;
}

/* 追加 */

.mb10 {
	margin-bottom: 1.5625%;
}

.mt20 {
	margin-top: 3.125%;
}

.mt40 {
	margin-top: 6.25%;
}

.mb20 {
	margin-bottom: 3.125%;
}

.mb40 {
	margin-bottom: 6.25%;
}

.bgPink {
	background: #fff3fa url(../img/pinkbg_top.jpg) repeat-x 0 0;
	padding-top: 39px !important;
}

.inner {
	padding: 3.125%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.gold {
	color: #A28D3C !important;
}

.fs12 {
	font-size: 12px;
}


/* tags *************************************************************/
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	font-size: 14px;
	font-weight: normal;
	color: #222222;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #eee;
	line-height: 1.2;
}

p {
	line-height: 1.3;
	font-size: 100%;
}

a {
	display: block;
	color: #0066cc;
	text-decoration: underline;
}

img {
	max-width: 100%;
	width: auto !important;
	height: auto !important;
	margin: 0 auto;
}


/* #wrapper *************************************************************/
#wrapper {
	background: #fff;
	/*overflow-y:hidden;*/
}

@media screen and (min-width: 641px) {
	#wrapper {
		width: 640px;
		margin: auto;
	}
}

@media screen and (max-width: 640px) {
	#wrapper {
		width: 100%;
	}
}

/* #header *************************************************************/
/* #header {
	position: fixed;
	top: 0;
	z-index: 30;
	width: 100%;
} */

#header {
	width: 640px;
	max-width: 100%;
	margin: 0 auto;
	position: fixed;
	z-index: 30;
	padding-left: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

#header h1 {
	width: 42%;
	max-width: 260px;
}

#header h1 img {
	width: 100%!important;
	max-width: 260px;
}

#header ul {
	width: 46%;
	max-width: 280px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#header ul li img {
	width: 100%!important;
	max-width: 140px;
	object-fit: contain;
}

/* #top *************************************************************/
#top .mail {
	width: 46.66666% !important;
}

#top .tel {
	width: 51.66666% !important;
}

#top .box {
	background: url(../img/topimg02.jpg) no-repeat 0 100%;
	padding-bottom: 3.59% !important;
}

/* #trouble *************************************************************/
#trouble {
	margin-bottom: 0;
}

#trouble img {
	margin-bottom: 3.125%;
}

#trouble img:first-child {
	margin-bottom: 6.25%;
}

#trouble img:last-child {
	margin-bottom: 1.5625%;
}

/* #trouble *************************************************************/
#type {
	position: relative;
}

#type .title {}

#typeContents {
	position: relative;
	float: left;
	z-index: 10;
	background: #faf6f6 url(../img/type_bg02.png) repeat-x 0 100%;
	width: 100%;
	margin-top: 0;
	padding-bottom: 70px;
	color: #363535;
}

#typeContents .txtarea {
	background: #FFFFFF;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -1px;
	z-index: 15;
}

#typeContents>.inner {
	padding-top: 0;
}

#typeContents .cours {
	padding-left: 3.125%;
	padding-top: 3.125%;
}

#typeContents .price {
	color: #e60012;
	letter-spacing: -1.5px;
	margin-top: 1.5625%;
}

@media screen and (min-width: 641px) {
	#typeContents h3 {
		font-size: 40px;
	}

	#typeContents .cours {
		font-size: 24px;
	}

	#typeContents .price {
		font-size: 62px;
	}

	#typeContents .price span.yen {
		color: #363535;
		font-size: 24px;
	}
}

@media screen and (max-width: 640px) {
	#typeContents h3 {
		font-size: 20px;
	}

	#typeContents .cours {
		font-size: 14px;
	}

	#typeContents .price {
		font-size: 36px;
	}

	#typeContents .price span.yen {
		color: #363535;
		font-size: 14px;
	}
}

.bgPinkGrad {
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #fccddc), color-stop(0.00, #feeff5));
	background: -webkit-linear-gradient(top, #feeff5 0%, #fccddc 100%);
	background: -moz-linear-gradient(top, #feeff5 0%, #fccddc 100%);
	background: -o-linear-gradient(top, #feeff5 0%, #fccddc 100%);
	background: -ms-linear-gradient(top, #feeff5 0%, #fccddc 100%);
	background: linear-gradient(top, #feeff5 0%, #fccddc 100%);
	box-shadow: 0 0 3px rgba(255, 175, 175, 0.75) inset;
}

/* #google *************************************************************/
#google {
	margin-bottom: 3.125%;
}

/* #reason *************************************************************/
#reason {
	margin-bottom: 6.25%;
}

/* bottom *************************************************************/

#rev {
	width: 21.66666%;
}

#pagetop {
	width: 41.5%;
}

/* #footer *************************************************************/
#footer {
	text-align: center;
	background: #e95098;
	padding: 3.125% 0 56px 0;
}

#footer p {
	color: #fff;
	font-size: 12px;
}





article.pulldown02 section.txtarea {
	display: none;
}


/*---------------
クリニック一覧
---------------*/
#clinicList * {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

#clinicList {
	margin-top: -13%;
	padding-top: 13%;
}

#clinicTitle {
	background: #e9e9e9;
	color: #f23888;
	border-top: #dadada 1px solid;
	border-bottom: #dadada 1px solid;
}

#clinicLogo {
	text-align: center;
}

#clinicLogo img {
	width: 83% !important;
}

#clinicList article.pulldown02 h2 {
	position: relative;
	padding: 14px 10px;
	border-bottom: #cecece solid 1px;
	text-shadow: #FFF 2px 2px 0;
	color: #000;
	text-decoration: none;
	font-size: 12px;
	font-weight: normal;

	background: -moz-linear-gradient(top, #fff 0%, #dadada 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dadada));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #fff 0%, #dadada 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #fff 0%, #dadada 100%);
	/* Opera 11.10+ */
	background: linear-gradient(to bottom, #fff 0%, #dadada 100%);
	/* W3C */
}

#clinicList article.pulldown02 h2.mid1st {
	border-top: #cecece solid 1px;
}

#clinicList article.pulldown02 h2:after {
	content: url(../img/clinic_openarrow.png);
	position: absolute;
	right: 5px;
	top: 40%;
}

#clinicList article.pulldown02 h2.open:after {
	content: url(../img/clinic_closearrow.png);
	position: absolute;
	right: 5px;
	top: 40%;
}


/*--CLINIC table--*/
table.typelp02 {
	width: 100%;
	border: 0;
	border-collapse: separate;
	border-spacing: 0;
	border-top: #ccc solid 1px;
	border-left: #ccc solid 1px;
	font-size: 14px;
}

table.typelp02 tr th {
	border: 0;
	text-shadow: #FFF 1px 1px 0;
	color: #000;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}


table.typelp02 tr td.biyou {
	background-color: #f7e7cb;
	background-image: url(../sp_clinic_img/logomark_b.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	width: 110px;
}

table.typelp02 tr td.skin {
	background-color: #EDEDED;
	background-image: url(../sp_clinic_img/logomark_s.png);
	background-repeat: no-repeat;
	background-position: 3px center;
	width: 110px;
}

table.typelp02 tr th.w50p {
	width: 50%;
}

table.typelp02 tr th.w55p {
	width: 55%;
}

table.typelp02 tr th.w60p {
	width: 60%;
}

table.typelp02 tr th.w70p {
	width: 70%;
}

table.typelp02 tr th a {
	color: #E63E73;
}

table.typelp02 tr td {
	border: 0;
	padding: 5px;
	border-bottom: #ccc solid 1px;
	border-right: #ccc solid 1px;
}

table.typelp02 tr td a {
	color: #E63E73;
}

table.typelp02 tr td.map {
	width: 100px;
	text-align: center;
}

table.typelp02 tr td {
	text-align: right;
	margin-right: 5px;
}

table.typelp02 .map img {
	width: 100px !important;
}

/*--クリニックの注意文--*/
.clinicInfo {
	font-size: 12px;
	color: #666;
	padding: 1em 0.5em 1.5em 0.5em;
}

/* 管理医師のご紹介 */
#navi05 {
	margin: 1em 0;
}

.txtarea {
	margin: 0 0 1em;
	font-size: 16px;
}

#tc {
	margin-top: 1em;
}

#tc img {
	padding-bottom: 1em;
}


/*fixed_btn
------------------------------------*/

#fixed_btn {
	width: 100%;
	position: fixed;
	bottom: 0px;
	display: none;
	z-index: 12;

}

#fixed_btn ul {
	text-align: center;
	width: 100%;
	height: 60px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat-x;
	background-size: 3px 60px;
	border-top: 1px solid #fff;
	/* box-shadow */
	box-shadow: 0px 0px 7px 2px #a8a8a8;
	-moz-box-shadow: 0px 0px 7px 2px #a8a8a8;
	-webkit-box-shadow: 0px 0px 7px 2px #a8a8a8;
}

#fixed_btn ul li {
	display: block;
	font-size: 0;
	text-align: center;
}

#fixed_btn ul li:first-child {
	float: left;
	width: 35.9375%;
	box-sizing: border-box;
	text-align: center;
	margin: 4px 0 0 1.5625%;
}

#fixed_btn ul li:first-child img {
	width: 115px !important;
	height: 50px !important;
}

#fixed_btn ul li:last-child {
	float: right;
	width: 60.625%;
	box-sizing: border-box;
	text-align: center;
	background-image: url(../img/footer_cv_bg_r.jpg), url(../img/footer_cv_bg_l.jpg), url(../img/footer_cv_bg.png);
	background-position: right, left, left;
	background-repeat: no-repeat, no-repeat, repeat-x;
	background-size: 11px 55px, 11px 55px, 5px 55px;
	margin: 4px 0.625% 0 0;
}

#fixed_btn ul li:last-child img {
	width: 170px !important;
	height: 55px !important;
}


.trial {
	padding-left: auto;
	padding-right: auto;
	text-align: center;
	margin: 0 0 20px 0;
}

.trial table {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	font-size: 12px;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}

.trial table th {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
	background: #fadce9;
}

.trial table td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px;
}

.trial table td.t_left {
	text-align: left;
}

.trial table td.t_right {
	text-align: right;
}

.trial table td .price {
	color: #f00;
	font-size: 16px;
}



/*
---------------------------------*/

.anime_box {
	padding: 0 auto;
	text-align: center;
	margin-top: 10px;
}

.anime_box img {
	margin: 0 auto;
}