/*
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 {
	margin: 0 auto;
	width: 1000px;
    padding: 10px 0 0;
}
/* -logo- */
.hd_logo {
    margin-right: 2%;
    width: 43%;
}
/* -left- */
.hd_l {
    margin-left: 12%;
    width: 10%;
}
.hd_l p {
    text-align: center;
}
.hd_l a {
    background: #f6637e;
    color: #fff;
    display: block;
    padding: 10px 0;
}
.hd_l a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.hd_l i {
    display: block;
    line-height: 1.5em;
}
/* -right- */
.hd_r {
    width: 28%;
}
.hd_r p {
    font-size: 13px;
    line-height: 1.3em;
    margin-bottom: 2px;
}
.hd_r .point {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 2px;
}
.hd_r .hd_tel {
    font-size: 28px;
    font-weight: 700;
}
.hd_r .fa-phone-square {
    color: #eb727b;
    font-size: 32px;
}
.hd_r .fa-caret-right {
    margin: 0 5px 0 8px;
    font-size: 11px;
    padding-bottom: 1px;
    vertical-align: middle;
}
.hd_r span {
    color: #f4637e;
    font-weight: 700;
    margin-left: 15px;
}
/* -footer- */
/* -left- */
.ft_l {
    width: 50%;
}
.ft_l p {
    font-size: 18px;
    margin-bottom: 15px;
}
.ft_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;
}
.ft_l .inner .point01 {
   width: 24%; 
}
.ft_l .inner .point02 {
    text-align: center;
   width: 74%; 
}
.ft_l .inner .point02 a {
    background: #f6637e;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 21px;
    font-weight: 700;
    padding: 37px 0;
}
.ft_l .inner .point02 a:hover {
    text-decoration: none;
    opacity: 0.8;
}
.ft_l .inner .point02 i {
    font-size: 45px;
    margin-right: 15px;
    vertical-align: sub;
}
/* -right- */
.ft_r {
    width: 45%;
}
.ft_r .point01 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 3px;
    margin-bottom: 0;
    text-align: center;
}
.ft_r .ft_tel {
    font-size: 42px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 1.3em;
    margin-bottom: 5px;
    text-align: center;
}
.ft_r .point02 {
    font-size: 16px;
    margin-bottom: 10px;
}
.ft_r .point02 span {
    border: 2px solid;
	color: #f6637e;
    margin-right: 15px;
    padding: 5px 15px;
}
.ft_r .point03 span {
    color: #f4637e;
    font-weight: 700;
    margin-left: 15px;
}
.ft_r table {
    margin-bottom: 10px;
}
.ft_r tr {
    border-top: 1px solid;
    border-bottom: 1px solid;
}
.ft_r th,
.ft_r td {
    border: none;
    text-align: center;
}
.ft_r th {
    border: none;
    font-weight: normal;
}
.ft_r th:first-child {
    width: 30%;
}
.ft_r td {
    color: #3ddcb6;
}
.content {
    padding-bottom: 50px;
}
/* -----------------------------------------------------------
Top-Page
----------------------------------------------------------- */
.top a {
    color: #675044;
}
.top a:hover {
    color: #f4637e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.top_btn img {
    display: inline;
}
footer {
    background: #f9f9f9;
}

/* -----------------------------------------------------------
Top-blog
----------------------------------------------------------- */
.top-blog {
	background: url(./images/top/top01-bg01.png) repeat center 0;
    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;
	padding: 50px 0;
}
.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 .box01 {
    font-size: 14px;
    width: 45%;
}
.top-blog .box01 h2 {
    border-bottom: 1px solid;
    color: #f4637e;
	font-size: 22px;
    font-weight: 500;
    line-height: 1.3em;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.top-blog .box01 .inner {
	margin: 0 5px 30px;
}
.top-blog dl {
	-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 dl {
	line-height: 1.5em;
    max-height: 330px;
    overflow: scroll;
    padding: 5px 0;
}
.top-blog dt {
	border-bottom: 1px dashed #f4637e;
    font-weight: 700;
    padding: 15px 0 10px;
    width: 30%;
}
.top-blog dd {
	border-bottom: 1px dashed #f4637e;
    padding: 15px 0 10px;
    width: 70%;
}
.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;
}
.top-blog .top_btn {
    margin-top: 30px;
    text-align: right;
}
.top-blog .top_btn a {
    border: 1px solid #f4637e;
    border-radius: 15px;
	color: #f4637e;
    font-size: 12px;
    padding: 5px 10px;
}
.top-blog .top_btn a:hover {
    background: #f4637e;
	color: #fff;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* -----------------------------------------------------------
Top01
----------------------------------------------------------- */
.top01 .box02 {
    height: 450px;
    width: 50%;
}

/* -----------------------------------------------------------
Top02
----------------------------------------------------------- */
.top02 {
	background: url(./images/top/top02-bg01.jpg) no-repeat right 0;
    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;
}
.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:rgba(255,255,255,0.8);
    height: 600px;
    padding: 70px 20px 0 0;
	width: 700px;
    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;
}
.top02 h2 {
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
	font-size: 36px;
    font-weight: 500;
    margin-bottom: 30px;
    letter-spacing: 3px;
    line-height: 1.7em;
}
.top02 h2 span {
	color: #f4637e;
}
.top02 p {
	background: url(./images/top/top02-bg02.jpg) no-repeat center 0;
    padding-top: 180px;
}
.top02 i {
	color: #7ec1af;
	font-size: 42px;
    margin-right: 10px;
}

/* -----------------------------------------------------------
top03
----------------------------------------------------------- */
.top03 {
	background: url(./images/top/top03-bg01.jpg) no-repeat 0 0;
    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;
}
.top03 .inner {
    background:rgba(255,255,255,0.8);
    height: 600px;
    margin-left: auto;
    padding: 70px 0 0 40px;
	width: 800px;
    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;
}
.top03 h2 {
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
	font-size: 36px;
    font-weight: 500;
    margin-bottom: 60px;
    letter-spacing: 3px;
    line-height: 1.7em;
}
.top03 h2 .point01 {
    position: relative;
    padding: 10px 10px 20px;
}
.top03 h2 .point01:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 10px;
    background: repeating-linear-gradient(-45deg, #7ec1af, #7ec1af 4px, #fff 4px, #fff 8px);
}
.top03 h2 .point02 {
	color: #f4637e;
    font-size: 42px;
    margin-left: 5px;
}
.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;
}
.top03 .box p {
	font-size: 14px;
}
.top03 .box h3 {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.7em;
    margin-bottom: 10px;
    text-align: center;
    padding-top: 90px;
}
.top03 .box-a {
	background: url(./images/top/top03-bg02.jpg) no-repeat center 0;
    padding-top: 130px;
    width: 240px;
}
.top03 .box-b {
	background: url(./images/top/top03-bg03.jpg) no-repeat center 0;
    padding-top: 130px;
    width: 240px;
}
.top03 .box-c {
	background: url(./images/top/top03-bg04.jpg) no-repeat center 0;
    padding-top: 130px;
    width: 240px;
}
.top03 .box-a h3 {
	background: url(./images/top/top03-bg05.png) no-repeat center 0;
}
.top03 .box-b h3 {
	background: url(./images/top/top03-bg06.png) no-repeat center 0;
}
.top03 .box-c h3 {
	background: url(./images/top/top03-bg07.png) no-repeat center 0;
}
.top03 i {
	color: #7ec1af;
	font-size: 42px;
    margin-right: 10px;
}

/* -----------------------------------------------------------
top04
----------------------------------------------------------- */
.top04  {
	background: url(./images/top/top04-bg00.png) repeat center 0;
    padding-bottom: 50px;
}
.top04 h2 {
	background: linear-gradient(#faede9 0%,#faede9 50%,transparent 50%,transparent 100%) ;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
	font-size: 36px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.7em;
    padding: 20px 0;
    text-align: center;
}
.top04 .inner {
	background: url(./images/top/top04-bg01.png) no-repeat center 100px;
    padding: 30px 0 50px;
}
.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;
}
.top04 .box01 {
    padding: 20px 10px 0 140px;
	width: 500px;
}
.top04 .box02 {
    padding: 0 140px 0 10px;
    text-align: right;
	width: 500px;
}
.top04 .mr30 {
    margin-right: 30px;
}
.top04 .mr50 {
    margin-right: 50px;
}
.top04 .mr70 {
    margin-right: 70px;
}
.top04 .ml30 {
    margin-left: 30px;
}
.top04 .ml50 {
    margin-left: 50px;
}
.top04 .ml70 {
    margin-left: 70px;
}
.top04 .balloon{
    position: relative;
    padding: 10px 20px;
    background-color: #fae9e8;
    border: 2px solid #f3ced1;
    display: inline-block;
}

/* アイコンを左に表示 */
.top04 .box01 .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -15px;
    top: 8px;
    border-right: 15px solid #f3ced1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.top04 .box01 .balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    left: -12px;
    top: 8px;
    border-right: 15px solid #fae9e8;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
/* アイコンを右に表示 */
.top04 .box02 .balloon::before {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -15px;
    top: 8px;
    border-left: 15px solid #f3ced1;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.top04 .box02 .balloon::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    right: -12px;
    top: 8px;
    border-left: 15px solid #fae9e8;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
}
.top04 .top_btn {
    text-align: center;
}
.top04 .top_btn a {
    background: #fd6978;
    border: 1px solid #fd6978;
    border-radius: 5px;
	color: #fff;
    font-size: 18px;
    padding: 20px 80px;
}
.top04 .top_btn a:hover {
    background: #fff;
	color: #fd6978;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/* -----------------------------------------------------------
top05
----------------------------------------------------------- */
.top05  {
    background: #faede9;
    padding: 50px 0;
}
.top05 h2 {
	color: #fd6978;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
	font-size: 42px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 20px 0;
    text-align: center;
}
.top05 h2 span {
	color: #675044;
    display: block;
    font-size: 18px;
}
.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;
    padding: 20px;
	width: 320px;
}
.top05 h3 {
	font-size: 18px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-align: center;
}
.top05 .box p {
    font-size: 14px;
}
.top05 .box p img {
    margin: 0 auto;
}
.top05 .top_btn {
    margin: 0 auto;
    text-align: center;
    width: 90%;
}
.top05 .top_btn a {
    background: #fd6978;
    border: 1px solid #fd6978;
    border-radius: 30px;
	color: #fff;
    display: block;
    padding: 10px 0;
}
.top05 .top_btn a:hover {
    background: #fff;
	color: #fd6978;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* -----------------------------------------------------------
top06
----------------------------------------------------------- */
.top06  {
    padding: 50px 0;
}
.top06 .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;
}
.top06 .wrapper {
	background: url(./images/top/top06-bg01.jpg) no-repeat center 0;
    height: 600px;
}
.top06 h2 {
    background:rgba(255,255,255,0.8);
	color: #fd6978;
    font-family: "Yu Mincho",YuMincho,"Hiragino Mincho ProN","Sawarabi Mincho";
	font-size: 42px;
    font-weight: 500;
    height: 150px;
    letter-spacing: 3px;
    line-height: 1.2em;
    padding: 40px 60px;
    text-align: center;
}
.top06 h2 span {
	color: #675044;
    display: block;
    font-size: 18px;
}
.top06 .box {
    background:rgba(255,255,255,0.9);
	margin-top: 250px;
    padding: 40px;
    width: 500px;
}

/* -----------------------------------------------------------
Top04
----------------------------------------------------------- */
.top07 {
	background: url(./images/top/top07-bg01.jpg) no-repeat center 0;
    background-size: cover;
    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;
    height: 600px;
    padding: 100px 0;
    text-align: center;
}
.top07 iframe {
	border: 15px solid #fff !important;
}
