/*
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;
}
/* -left- */
.hd_l {
    padding-top: 10px;
    width: 325px;
}
.hd_l li {
    margin-bottom: 7px;
    line-height: 1.5em;
}
.hd_l li:first-child {
	-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 li span {
    background: #f9a63b;
    color: #fff;
    padding: 3px 8px 2px;
    text-align: center;
}
.hd_l li:last-child {
    background: #ffefad;
    color: #000;
    font-size: 18px;
    padding: 3px 0 2px;
    text-align: center;
}
/* -logo- */
.hd_logo {
    padding-top: 30px;
    text-align: center;
}
.hd_logo img {
    margin: 0 auto 20px;
}
.hd_logo p {
    color: #545454;
    font-size: 18px;
    letter-spacing: 0.1em;
    margin: 0;
}
.hd_logo span {
    font-size: 22px;
    margin: 0 5px;
}
/* -right- */
.hd_r {
    text-align: right;
    width: 325px;
}
.hd_r li {
    margin-bottom: 0;
    line-height: 1.5em;
}
.hd_r li img {
    margin-bottom: 10px;
}
.hd_r li:nth-child(2) {
    border: 1px solid;
    color: #a43039;
    font-size: 20px;
    padding: 3px 0 2px;
    text-align: center;
}
.hd_r li:nth-child(3) {
    background: url("./images/common/tel.png") no-repeat scroll 0 center;
    font-size: 50px;
    line-height: 1.0em;
    margin: 0;
}
p.copyright {
    border-top: 1px solid #b7a290;
}

/* -----------------------------------------------------------
Global-menu
----------------------------------------------------------- */
nav.mega-global {
    border-top: 2px solid #e0e0e0;
}

/* -----------------------------------------------------------
MV
----------------------------------------------------------- */
.mv {
    background: #f8f1eb;
}
.mv .inner {
	background: url("./images/slide/mv-01.jpg") no-repeat scroll center 0;
    height: 820px;
    padding-top: 250px;
}
.mv .ttl img {
    margin-bottom: 170px;
}
.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: .1em;
    line-height: 2.0em;
}

/* -----------------------------------------------------------
Top01
----------------------------------------------------------- */
.top01 {
    box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15)inset;
    -webkit-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15)inset;
    -moz-box-shadow: 0 5px 3px -3px rgba(0, 0, 0, 0.15)inset;
	background: url(./images/top/top01-bg01.jpg) no-repeat center 0;
    font-size: 18px;
    padding: 150px 0 50px;
    text-align: center;
}
.top01 h2 img {
    margin: 0 auto 30px;
}
.top01 p {
    margin: 0;
}

/* -----------------------------------------------------------
Top02
----------------------------------------------------------- */
.top02 {
    border-bottom: 2px solid #e0e0e0;
    font-size: 18px;
    padding-bottom: 100px;
}
.top02 .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;
}
.top02 .box {
    background: linear-gradient(to bottom,transparent 0%,transparent 20%,#f8f1eb 20%,#f8f1eb 100%);
    background: -moz-linear-gradient(top,transparent 0%,transparent 20%,#f8f1eb 20%,#f8f1eb 100%);
    background: -webkit-linear-gradient(top,transparent 0%,transparent 20%,#f8f1eb 20%,#f8f1eb 100%);
    margin-bottom: 50px;
    padding: 0 30px 90px 30px;
    position: relative;
	width: 480px;
}
.top02 .box p {
    margin: 0;
}
.top02 .box h3 {
    color: #895b3f;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.8em;
    margin-bottom: 10px;
    text-align: center;
}
.top02 .box h3 span {
    color: #a43039;
    border-bottom: 2px solid;
    font-size: 22px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.top02 .box .top_btn {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
}

/* -----------------------------------------------------------
top03
----------------------------------------------------------- */
.top03 {
    background: #fdfdfd url("./images/top/top03-bg01.jpg") no-repeat scroll center bottom;
    font-size: 18px;
    padding: 100px 0 80px;
}
.top03 .box {
    position: relative;
    width: 680px;
}
.top03 h2 img {
    margin-bottom: 50px;
}
.top03 .box p {
    margin-bottom: 30px;
}
.top03 .box .name {
    font-size: 30px;
    margin-top: 60px;
}
.top03 .box .top_btn {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
}

/* -----------------------------------------------------------
top04
----------------------------------------------------------- */
.top04 {
    background: #f8f1eb;
    font-size: 18px;
    padding-bottom: 60px;
}
.top04 h2 {
    background: #e4d2c2 url("./images/top/top04-bg01.jpg") repeat-x scroll center 0;
    height: 430px;
    margin-bottom: 50px;
    padding-top: 100px;
}
.top04 h2 img {
    margin: 0 auto;
}

/* -----------------------------------------------------------
top05
----------------------------------------------------------- */
.top05 {
    background: #f8f1eb;
    padding-bottom: 80px;
}
.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;
    border-top: 3px solid #f9a63b;
    margin-bottom: 30px;
    padding: 30px 0 80px;
    position: relative;
	width: 490px;
}
.top05 .box h3 {
    color: #895b3f;
    font-size: 26px;
    font-weight: 500;
    line-height: 1.0em;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    text-align: center;
}
.top05 .box h3 span {
    font-size: 20px;
}
.top05 .box01 {
	-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 .box01 {
	padding: 0 20px;
}
.top05 .box02 {
	width: 290px;
}
.top05 .box ol {
    counter-reset: my-counter;
}
.top05 .box ol li {
    line-height: 2.0em;;
    margin-bottom: 10px;
    padding-left: 35px;
    position: relative;
}
.top05 .box ol li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #ef8100;
  color: #fff;
  display: block;
  float: left;
  line-height: 30px;
  margin-left: -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}
.top05 .box ol li span {
    color: #bb3c45;
}
.top05 .box ol li:last-child {
    margin: 0;
}
.top05 .box .top_btn {
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 20px;
    position: absolute;
    text-align: center;
}
.top05 .btn-area {
    background: #f1e0d1;
    padding: 20px 20px 0 20px;
    margin-top: 30px;
}

/* -----------------------------------------------------------
Top-blog
----------------------------------------------------------- */
.top-blog {
	padding: 40px 0; 
}
.top-blog_bg {
	background: #f8f1eb;
}
.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 {
	border-bottom: 3px solid #c9c9c9;
    position: relative;
}
.top-blog .title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right,#bb3c46 0%,#bb3c46 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -moz-linear-gradient(left,#bb3c46 0%,#bb3c46 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -webkit-linear-gradient(left,#bb3c46 0%,#bb3c46 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-position: left;
    background-repeat: no-repeat;
}
.top-blog_bg .title::after {
    background-image: linear-gradient(to right,#bb3c46 0%,#bb3c46 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -moz-linear-gradient(left,#bb3c46 0%,#bb3c46 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -webkit-linear-gradient(left,#bb3c46 0%,#bb3c46 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
}
.top-blog .title h2 {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    padding-bottom: 5px;
}
.top-blog .title p {
    margin: 0;
}
.top-blog .title a:hover {
    color: #d55c36;
}
.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 {
    font-size: 18px;
    padding: 50px 0;
}
.top06 h2 {
	border-bottom: 3px solid #c9c9c9;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.top06 h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right,#dd588d 0%,#dd588d 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -moz-linear-gradient(left,#dd588d 0%,#dd588d 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -webkit-linear-gradient(left,#dd588d 0%,#dd588d 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-position: left;
    background-repeat: no-repeat;
}
.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 .time {
	padding-top: 30px;
}
.top06 th, .top06 td {
	border: 0;
    font-size: 15px;
    padding: 15px 1%;
    vertical-align: top;
}
.top06 th {
    font-weight: 500;
    width: 5em;
}
.top06 td span {
    color: #b40000;
}
.top06 tr {
	border-bottom: 1px solid #CCC;
}
.top06 tr:last-child {
	border-bottom: none;
}
.top06 .tel td {
	font-size: 30px;
	line-height: 22px;
}
.top06 .box {
    padding-top: 10px;
    width: 480px;
}
.top06 .box .photo {
    margin-bottom: 5px;
}
.top06 .box p {
    margin-bottom: 30px;
}
/* -----------------------------------------------------------
top07
----------------------------------------------------------- */
.top07 {
    font-size: 18px;
    padding: 20px 0;
}
.top07 h2 {
	border-bottom: 3px solid #c9c9c9;
    font-size: 24px;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 30px;
    padding-bottom: 10px;
    position: relative;
}
.top07 h2::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: 0 auto;
    text-align: center;
    background-image: linear-gradient(to right,#dd588d 0%,#dd588d 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -moz-linear-gradient(left,#dd588d 0%,#dd588d 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-image: -webkit-linear-gradient(left,#dd588d 0%,#dd588d 10%,#fff 10%,#fff 10.5%,transparent 10.5%,transparent 100%);
    background-position: left;
    background-repeat: no-repeat;
}
.top07 .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;
}
.top07 .box { 
    width: 235px;
}



.hd_r li:nth-child(3) {
	font-size: 48px!important;
}