/*
Theme Name: child-pc
Template: base-pc
*/

/*-----------------------------------------------------
RESET css
---------------------------------------------------- */
html, body, h1, h2, h3, h4, h5, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align:baseline;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
body {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
li, ol, ul {
  list-style: none;
  list-style-type: none;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
a:hover img {
  opacity: 0.7;
}
html, body {
  width: 100%;
  height: 100%;
  min-width: 1000px;
}
img {
  display: block;
}
.slideshow{ 
	display:none;
}

/* -----------------------------------------------------------
Commmon
----------------------------------------------------------- */
/* -- FLEX-- */
.hd_inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

/* --- COMMON ヘッダー --- */
.hd_inner {
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
	margin: 0 auto;
	width: 1000px;
    padding: 10px 0 0;
}
/* -left- */
.hd_l {
    width: 320px;
}
.hd_l .inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.hd_l .inner p {
    background: #000000;
    color: #fff;
    margin-bottom: 5px;
    padding: 3px 22px 2px;
    text-align: center;
}

/* -logo- */
.hd_logo {
    text-align: center;
}
.hd_logo img {
    margin: 0 auto;
}
.hd_logo p {
    margin-bottom: 8px;
}
.hd_logo p span {
    font-size: 15px;
}

/* -right- */
.hd_r {
    text-align: right;
    width: 320px;
}
.hd_r p {
    font-size: 15px;
    margin-bottom: 5px;
}
.hd_r img {
    margin-left: auto;
}
.hd_r .tel {
    color: #4d2504;
    background: url("./images/common/tel.png") no-repeat scroll 20px center;
    font-size: 45px;
    line-height: 1.2em;
    margin: 0;
}
.hd_r .info {
    line-height: 18px;
    font-size: 13px;
    text-align: right;
}
footer {
    border-top: 5px solid #b4292f;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
}
.ft-bg {
    background-size: cover;
    border-bottom: 1px solid #565656;
}

/* -----------------------------------------------------------
MV
----------------------------------------------------------- */
.mv {
    background: linear-gradient(to bottom,#000 0%,#000 35%,#cccccc 35%,#cccccc 100%);
    background: -moz-linear-gradient(top,#000 0%,#000 35%,#cccccc 35%,#cccccc 100%);
    background: -webkit-linear-gradient(top,#000 0%,#000 35%,#cccccc 35%,#cccccc 100%);
}
.mv .inner {
	background: url("./images/slide/mv-01.jpg") no-repeat scroll center 0;
    height: 880px;
}
.mv p {
    margin: 0;
}
.mv .ttl img {
    margin: 290px auto 40px;
}
.mv .point img {
    margin: 0 auto;
}


/* -----------------------------------------------------------
Top-Page
----------------------------------------------------------- */
.top_btn img {
    display: inline;
}
.top {
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
    font-feature-settings: "palt";
    letter-spacing: .05em;
}

/* -----------------------------------------------------------
Top01
----------------------------------------------------------- */
.top01 {
    font-size: 18px;
}
.top01 h2 {
    font-size: 50px;
    font-weight: 500;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
    text-align: center;
}
.top01 .inner {
	background: #f3f3f3 url(./images/top/top01-bg01.jpg) no-repeat center center;
    padding: 70px 0;
    position: relative;
}
.top01 .wrapper {
	background: url(./images/top/top01-bg02.png) no-repeat center 0;
}
.top01 h3 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.top01 .box {
    padding-top: 520px;
}
.top01 .box p {
    margin: 0;
    line-height: 1.9em;
}

/* -----------------------------------------------------------
Top02
----------------------------------------------------------- */
.top02 {
	background: #f3f3f3;
	padding-bottom: 100px;
}
.top02 .box-a {
    background: #fff url(./images/top/top02-bg01.jpg) no-repeat 0 0;
}
.top02 .box-b {
    background: #fff url(./images/top/top02-bg02.jpg) no-repeat right 0;
}
.top02 .box-c {
    background: #fff url(./images/top/top02-bg03.jpg) no-repeat 0 0;
}
.top02 .box-d {
    background: #fff url(./images/top/top02-bg04.jpg) no-repeat right 0;
}
.top02 .box-e {
    background: #fff url(./images/top/top02-bg05.jpg) no-repeat 0 0;
}
.top02 .box-a .box,
.top02 .box-c .box,
.top02 .box-e .box {
    margin-left: auto;
}
.top02 .box {
    height: 380px;
    margin-bottom: 40px;
    padding: 50px 25px 0 25px;
	width: 500px;
    position: relative;
}
.top02 .box::before {
    color: #fff;
    font-size: 40px;
    line-height: 70px;
    position: absolute;
    height: 100px;
    top: 0;
}
.top02 .box-a .box::before,
.top02 .box-c .box::before,
.top02 .box-e .box::before {
    background: linear-gradient(45deg, transparent 0%,transparent 50%,#b4292f 50%,#b4292f 100%);
    right: 0;
    padding-left: 60px;
    width: 40px;
}
.top02 .box-b .box::before,
.top02 .box-d .box::before {
    background: linear-gradient(-45deg, transparent 0%,transparent 50%,#b4292f 50%,#b4292f 100%);
    left: 0;
    padding-left: 20px;
    width: 80px;
}
.top02 .box-a .box::before {
    content: "1";
}
.top02 .box-b .box::before {
    content: "2";
}
.top02 .box-c .box::before {
    content: "3";
}
.top02 .box-d .box::before {
    content: "4";
}
.top02 .box-e .box::before {
    content: "5";
}
.top02 .box h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 2.0em;
    text-align: center;
}
.top02 .box h3 span {
    color: #b4292f;
}
.top02 .box h4 {
    font-size: 32px;
    font-weight: 500;
    line-height: 1.0em;
    margin-bottom: 15px;
    text-align: center;
}
.top02 .box h4 span {
    color: #b4292f;
}
.top02 .box .top_btn {
    text-align: center;
}

/* -----------------------------------------------------------
top03
----------------------------------------------------------- */
.top03 {
    font-size: 18px;
    padding-bottom: 50px;
}
.top03 .inner {
	background: url(./images/top/top03-bg01.jpg) no-repeat center 0;
    height: 587px;
    margin-bottom: 50px;
    padding-top: 100px
}
.top03 h2 {
	margin: 0 auto;
    width: 1000px;
}
.top03 p {
	margin-bottom: 40px;
}
.top03 .box {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top03 .name {
	font-size: 32px;
}


/* -----------------------------------------------------------
top04
----------------------------------------------------------- */
.top0405-bg {
	background: url(./images/top/top04-bg01.png) no-repeat center 0;
    background-size: cover;
}
.top04 {
    font-size: 18px;
    padding: 50px 0 80px;
    position: relative;
}
.top04 h2 {
    color: #b4292f;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 70px;
    text-align: center;
    width: 100%;
}
.top04 h2::before {
    content: "TREATMENT";
    color: #333;
    display: block;
    font-size: 50px;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    text-align: center;
}
.top04 .wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top04 .text {
    width: 480px;
}
.top04 .dot01 {
    margin-bottom: 80px;
}
.top04 .dot01::before {
    content: url(./images/top/top04-0102.png);
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translate(205%, 0);
    -webkit-transform: translate(205%, 0);
    -ms-transform: translate(205%, 0);
}
.top04 .dot02::before {
    content: url(./images/top/top04-0202.png);
    position: absolute;
    top: 530px;
    left: 50%;
    transform: translate(-420%, 0);
    -webkit-transform: translate(-420%, 0);
    -ms-transform: translate(-420%, 0);
}

/* -----------------------------------------------------------
top05
----------------------------------------------------------- */
.top05 {
    font-size: 20px;
}
.top05 .wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top05 .box {
    background: #fff;
	width: 470px;
}
.top05 .box p {
    margin: 0;
}
.top05 .box-a h3 {
	background: url(./images/top/top05-bg01.jpg) no-repeat center 0;
}
.top05 .box-b h3 {
	background: url(./images/top/top05-bg02.jpg) no-repeat center 0;
}
.top05 .box h3 {
    border-bottom: 3px solid #b4292f;
    font-size: 26px;
    font-weight: 500;
    height: 150px;
    line-height: 1.2em;
    padding-left: 40px;
}
.top05 .box h3 span {
    font-size: 18px;
}
.top05 .box h3 {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.top05 .box ol {
    counter-reset: my-counter;
    padding: 30px 40px;
}
.top05 .box ol li {
    line-height: 30px;
    font-size: 20px;
    margin-bottom: 15px;
    padding-left: 35px;
    position: relative;
}
.top05 .box ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #b4292f;
  color: #fff;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.top05 .inner {
    background-image: radial-gradient(rgb(0, 0, 0, 0.3) 30%, transparent 31%), radial-gradient(rgb(0, 0, 0, 0.3) 30%, transparent 31%);
    background-size: 2px 2px;
    background-position: 0 0, 1px 1px;
    height: 100%;
    margin-top: 90px;
    padding: 50px 0 20px;
}

/* -----------------------------------------------------------
Top-blog
----------------------------------------------------------- */
.top-blog {
	padding: 40px 0; 
}
.top-blog_bg {
    background: linear-gradient(-15deg, #000 0%,#000 50%,#1d1d1d 50%,#1d1d1d 100%);
}
.top-blog .wrapper {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-blog .box {
    width: calc(50% - 20px);
}
.top-blog .title {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top-blog .title p {
    margin: 0;
}
.top-blog .title01 {
	border-bottom: 1px solid #959595;
}
.top-blog .title01 h2 {
    border-left: 7px solid #b4292f;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.0em;
    margin-bottom: 10px;
    padding-left: 10px;
}
.top-blog .title01 a {
    color: #b4292e;
    font-size: 14px;
}
.top-blog .title01 a:hover {
    color: #134bb0;
}
.top-blog .title02 h2 {
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.0em;
    margin-bottom: 30px;
}
.top-blog .title02 h2 span {
    font-size: 14px;
    margin-left: 10px;
}
.top-blog .title02 a {
    color: #fff;
    font-size: 14px;
    padding-top: 10px;
}
.top-blog .title02 a:hover {
    color: #ecc4c6;
}
.top-blog.top-blog_bg dt {
	color: #fff;
}
.top-blog_bg dd a {
	color: #fff;
}
.top-blog .inner {
	margin-bottom: 30px;
}
.top-blog dl {
	color: #55452d;
	margin-top: 10px;
	overflow: hidden;
}
.top-blog dt {
	float: left;
	line-height: 20px;
	padding-top: 14px;
	color: #55452D;
}
.top-blog dd {
	clear: both;
	line-height: 38px;
	font-size: 15px;
	border-bottom: 1px dashed #ccc;
	color: #55452D;
}
.top-blog dd i {
	margin-left: 5px;
}
.top-blog dl dt span {
	font-size: 80%;
	color: #FFF;
	background-color: #BF002F;
	min-width: 55px;
	padding: 1px 5px 0 5px;
	line-height: 20px;
	display: inline-block;
	margin-left: 10px;
	text-align: center;
}
.top-blog dl dt span.doctor_blog {
	background-color: #6679CB;
}
.top-blog dl dt span.staff_blog {
	background-color: #81BC59;
}

/* -----------------------------------------------------------
top06
----------------------------------------------------------- */
.top06 {
    padding: 80px 0 30px;
}
.top06 h2 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 50px;
    line-height: 1.5em;
    padding-bottom: 10px;
	border-bottom: 1px solid #959595;
}
.top06 h2 span {
    border-left: 7px solid #b4292f;
    padding-left: 10px;
}
.top06 .inner {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.top06 table span {
	color: #b4292f;
}
.top06 .tel th,
.top06 .tel td {
	line-height: 28px;
}
.top06 .tel td span {
	font-size: 28px;
}
.top06 th, .top06 td {
	border: 0;
    font-size: 16px;
    padding: 15px 1%;
    vertical-align: top;
}
.top06 th {
    font-weight: 500;
    width: 5em;
}
.top06 td {
    padding-right: 10px;
}
.top06 tr {
	border-bottom: 1px solid #CCC;
}
.top06 tr:last-child {
	border-bottom: none;
}
.top06 ul li {
	line-height: 1.8em;
}
.top06 ul li:last-child {
	font-size: 14px;
}
.top06 .box {
    padding-top: 10px;
    width: 480px;
}
.top06 img {
    margin-bottom: 30px;
}
.top06 .box p {
    margin-bottom: 30px;
}
.top06 .top_btn {
    margin-top: 50px;
    text-align: center;
}

.hd_r .tel {
	font-size: 38px!important;
}

.top-blog dd {
	color: #fff!important;
}