/*
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;
}

.content {
  margin-bottom: 50px;
}

.sidebar {
  margin-bottom: 50px;
}

footer {
  margin-top: 0 !important;
}

.min {
  font-family: "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Sawarabi Mincho";
}

.gothic {
  font-family: Hiragino Kaku Gothic Pro, ヒラギノ角ゴ Pro W3, メイリオ, Meiryo,
    Osaka, ＭＳ Ｐゴシック, Arial, sans-serif;
}

.top p {
  line-height: 2.2;
}

footer {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* -----------------------------------------------------------
Commmon
----------------------------------------------------------- */
.hd_inner .wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hd_inner .hd_left,
.hd_inner .hd_logo,
.hd_inner .hd_right {
  width: 33%;
  padding: 10px 0;
}

.hd_inner .hd_left ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 15px;
}

.hd_inner .hd_left li {
  flex: 1 0 auto;
  background-color: #564336;
  color: #ffffff;
  padding: 5px;
  text-align: center;
  font-size: 13px;
}

.hd_inner .hd_logo {
  text-align: center;
}

.hd_inner .hd_logo img {
  margin: 0 auto 10px;
}

.hd_inner .hd_logo li {
  font-size: 16px;
  line-height: 1.5;
}

.hd_inner .hd_right .image-wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.hd_inner .hd_right li:nth-child(2) {
  font-size: 18px;
  background-color: #f0ead8;
  padding: 10px 7px;
  text-align: center;
  margin: 10px 0 5px;
  color: #42361f;
}

.hd_inner .hd_right .tel {
  background: url("./images/common/tel.png") no-repeat scroll left center;
  background-size: 27px 35px;
  font-size: 48px;
  color: #543518;
  line-height: 1.1;
  font-weight: 100;
  padding-left: 40px;
}

.hd_inner .hd_right li:nth-child(4) {
  font-size: 14px;
  text-align: end;
  line-height: 1.5;
}

.hd_inner .hd_right li:last-child {
  font-size: 16px;
  color: #333333;
  text-align: end;
  line-height: 1.5;
}

/* -----------------------------------------------------------
MV
----------------------------------------------------------- */
.mv .inner {
  background: url("./images/slide/mv.jpg") no-repeat scroll center center;
  height: 600px;
  background-size: cover;
}

.mv .wrapper h2 img {
  margin: 280px 0 0 0;
}

/* ------ POINT ---- */

.point {
  background: url("./images/slide/point-bg01.png") repeat-x scroll center 0;
  height: 570px;
}

.point img {
  margin: 0 auto;
  padding-top: 65px;
}


/* -----------------------------------------------------------
Top01
----------------------------------------------------------- */

.top01 {
  background: url("./images/top/top00-bg01.png") repeat;
  padding-top: 70px;
  padding-bottom: 100px;
}

.top01 h2 {
  background: url("./images/top/top01-bg01.png") no-repeat scroll center 0;
  height: 857px;
  margin-bottom: 0px;
  position: relative;
}

.top01 h2 img {
  margin: 0 auto;
  position: absolute;
  top: 130px;
  left: 0;
  right: 0;
  z-index: 10;
}

.top01 .wrapper .box {
  margin-top: -310px;
  position: relative;
  z-index: 5;
}

.top01 .wrapper .box .inner {
  background: url("./images/top/top01-bg02.jpg") no-repeat scroll right 0;
}

.top01 .box h3 {
  font-size: 26px;
  color: #a4750e;
  font-weight: normal;
  line-height: 1.5;
  margin-bottom: 10px;
}

.top01 .wrapper .box p {
  width: 50%;
  font-size: 18px;
  line-height: 2;
}

/* -----------------------------------------------------------
Top02
----------------------------------------------------------- */
.top02 {
  padding-top: 60px;
  padding-bottom: 50px;
  background-image: linear-gradient(rgba(191, 133, 17, 0.08), rgba(191, 133, 17, 0.08)), url("./images/top/top00-bg01.png");
  background-repeat: repeat;
}

.top02 .wrapper .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin-bottom: 80px;
}


.top02 .wrapper .box {
  width: 480px;
  font-size: 18px;
}

.top02 .wrapper .inner01,
.top02 .wrapper .inner03,
.top02 .wrapper .inner05,
.top02 .wrapper .inner07 {
  background: url("./images/top/top02-bg01.png") no-repeat scroll 0 0;
}

.top02 .wrapper .inner02,
.top02 .wrapper .inner04,
.top02 .wrapper .inner06,
.top02 .wrapper .inner08 {
  background: url("./images/top/top02-bg02.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner01 .pic img,
.top02 .wrapper .inner03 .pic img,
.top02 .wrapper .inner05 .pic img,
.top02 .wrapper .inner07 .pic img {
  padding: 40px 0 40px 40px;
}

.top02 .wrapper .inner02 .pic img,
.top02 .wrapper .inner04 .pic img,
.top02 .wrapper .inner06 .pic img,
.top02 .wrapper .inner08 .pic img {
  padding: 40px 40px 40px 0;
}

.top02 .inner01 .title,
.top02 .inner03 .title,
.top02 .inner05 .title,
.top02 .inner07 .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.top02 .inner02 .title,
.top02 .inner04 .title,
.top02 .inner06 .title,
.top02 .inner08 .title {
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.top02 .inner01 .title h3,
.top02 .inner03 .title h3,
.top02 .inner05 .title h3,
.top02 .inner07 .title h3 {
  padding-left: 90px;
}

.top02 .inner02 .title h3,
.top02 .inner04 .title h3,
.top02 .inner06 .title h3,
.top02 .inner08 .title h3 {
  padding-right: 90px;
}

.top02 .inner01 .box,
.top02 .inner03 .box,
.top02 .inner05 .box,
.top02 .inner07 .box {
  padding-left: 40px;
  box-sizing: border-box;
  margin-left: 0;
}

.top02 .inner02 .box,
.top02 .inner04 .box,
.top02 .inner06 .box,
.top02 .inner08 .box {
  padding-right: 40px;
  box-sizing: border-box;
  margin-right: 0;
}

.top02 .wrapper .box .text p {
  line-height: 1.9;
}

.top02 .wrapper .title {
  margin-bottom: 30px;
}

.top02 h2 {
  color: #543518;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 45px;
  margin-bottom: 25px;
}

.top02 .wrapper {
  counter-reset: top02-counter;
}

.top02 .wrapper h3 {
  color: #543518;
  font-size: 28px;
  font-weight: normal;
  line-height: 1.5;
  position: relative;
  white-space: nowrap;
  width: max-content;
}

.top02 .wrapper h3::before {
  counter-increment: top02-counter;
  content: counter(top02-counter, decimal-leading-zero);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #C9A77F;
  font-family: "Futura PT", Futura, "Century Gothic", sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1;
}

.top02 .inner01 .title h3::before,
.top02 .inner03 .title h3::before,
.top02 .inner05 .title h3::before,
.top02 .inner07 .title h3::before {
  left: 0;
}

.top02 .inner02 .title h3::before,
.top02 .inner04 .title h3::before,
.top02 .inner06 .title h3::before,
.top02 .inner08 .title h3::before {
  right: 0;
}


.top02 .inner01 .box img,
.top02 .inner03 .box img,
.top02 .inner05 .box img,
.top02 .inner07 .box img {
  margin-left: 0;
  margin-right: auto;
}

.top02 .inner02 .box img,
.top02 .inner04 .box img,
.top02 .inner06 .box img,
.top02 .inner08 .box img {
  margin-left: auto;
  margin-right: 0;
}

/* -----------------------------------------------------------
top03
----------------------------------------------------------- */

.top03 .inner {
  background: url(./images/top/top03-bg01.png) no-repeat scroll center 0;
  height: 1300px;
  background-size: cover;
}

.top03 .inner .wrapper h2 img {
  margin: 150px auto 0;
}

.top03 .inner .wrapper {
  background: url(./images/top/top03-bg02.png) no-repeat scroll center 410px;
  position: relative;
  overflow: visible;
}

.top03 .inner .wrapper::before {
  content: "";
  display: table;
}

.top03 .inner .wrapper .overlay-anchors {
  position: relative;
  height: 0;
  width: 100%;
  z-index: 10;
}

.top03 .inner .wrapper .comment {
  position: absolute;
  top: 350px;
  left: 220px;
  transform: translateX(-50%);
  width: max-content;
  text-align: center;
}

.top03 .inner .wrapper .comment h3 {
  margin-bottom: 15px;
}

.top03 .inner .wrapper .nakayoshi {
  position: absolute;
  top: 540px;
  left: 50%;
  transform: translateX(-50%);
  width: 380px;
  text-align: center;
}

.top03 .inner .wrapper .nakayoshi h4 img {
  display: block;
  margin: 0 auto 30px;
}

.top03 .inner .wrapper .nakayoshi p,
.top03 .inner .wrapper .comment p {
  text-align: center;
  line-height: 1.9;
  font-size: 18px;
}

.top03 .inner .wrapper .nakayoshi a {
  display: block;
  margin: 40px auto 0;
  width: 320px;
  position: relative;
  z-index: 9999;
}

.top03 .inner .wrapper .nakayoshi a img {
  width: 100%;
  height: auto;
}

.top03 .inner .wrapper .nakayoshi a:hover {
  opacity: 0.8;
}



.top03 .inner .wrapper .animals {
  display: block;
  position: relative;
  z-index: 1;
  margin: 100px auto 0;
}

/* -----------------------------------------------------------
top04
----------------------------------------------------------- */
.top04 {
  background-color: #f9f2e7;
  padding-bottom: 120px;
  border-top: 6px solid;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #ae8b47, #dfc690, #ae8b47) 1;
}

.top04 .visual {
  background: url("./images/top/top04-bg01.jpg") no-repeat scroll center 0,
    linear-gradient(to right, #c3a175 50%, #c3a175 50%);
  background-size: cover;
  height: 500px;
  margin-bottom: 50px;
  position: relative;
}

.top04 .visual .wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
}

.top04 .visual h2 {
  margin-bottom: 70px;
}

.top04 .visual h2 img,
.top04 .visual h3 img {
  display: block;
}

.top04 .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.top04 .box {
  width: 63%;
}

.top04 p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.9;
}

.top04 .box a img {
  transition: opacity 0.3s ease;
}

.top04 .box a:hover img {
  opacity: 0.8;
}

/* ─── ドクター写真 ─────────────────── */
.top04 .photo {
  width: 32%;
  text-align: center;
}

.top04 .photo img {
  width: 100%;
  height: auto;
  border: 0;
}

.top04 .photo .name {
  margin-top: 15px;
  font-size: 30px;
  line-height: 1.3;
}

.top04 .photo .name span {
  font-size: 16px;
}

/* -----------------------------------------------------------
Top05blogbg
----------------------------------------------------------- */
.top05blog {
  background: url("./images/top/top00-bg01.png") repeat;
}

/* -----------------------------------------------------------
top05
----------------------------------------------------------- */
.top05 {
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #ae8b47, #dfc690, #ae8b47) 1;
}

.top05 .visual {
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}

.top05 .visual img {
  margin: 0 auto;
  display: block;
}

.top05 .visual h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  z-index: 2;
}

.top05 .visual h2 img {
  margin: 0;
}

.top05 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top05 .container01 .box {
  width: 48%;
  margin-bottom: 70px;
}

.top05 .container01 .box p {
  font-size: 18px;
}

.top05 .container02 {
  margin-bottom: 50px;
}

.top05 .container02 .box {
  width: 48%;
  margin-bottom: 50px;
  position: relative;
  background-color: #fff;
  padding-bottom: 30px;
  text-align: center;
  overflow: hidden;
}

.top05 .container02 .box h3 img {
  width: 100%;
  margin-bottom: 20px;
}

.top05 .container02 .box>img {
  margin: 0 auto;
}

.top05 .container02 .box ol {
  counter-reset: my-counter;
  padding: 20px 20px 0;
}

.top05 .container02 .box ol li {
  font-size: 18px;
  padding: 20px 0 12px 40px;
  border-bottom: solid 1px #d0d2d6;
  text-align: left;
}

.top05 .container02 .box ol li:last-child {
  border-bottom: none;
}

.top05 .container02 .box ol li span {
  font-size: 16px;
}

.top05 .container02 .box ol li .block {
  display: block;
}

.top05 .container02 .box a {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top05 .container02 .box a:hover {
  background: #f3f3f8;
  opacity: 0.2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top05 .container02 .box ol li::before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #564336;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin: -5px 10px 0 -35px;
  text-align: center;
  height: 30px;
  width: 30px;
  border-radius: 50%;
}

.top05 .btn-area {
  background: url("./images/top/top05-bg02.png") repeat;
}

.top05 .btn-area .inner {
  margin-top: 40px;
  margin-bottom: 40px;
  row-gap: 10px;
}

/* -----------------------------------------------------------
Top-blog
----------------------------------------------------------- */
.top-blog {
  padding: 65px 0;
}

.top-blog-bg {
  background: url("./images/top/top-blog-bg01.png") no-repeat scroll center 0,
    url("./images/top/top00-bg01.png") repeat;
  background-size: cover, auto;
  border-bottom: 6px solid;
  border-image: linear-gradient(to right, #ae8b47, #dfc690, #ae8b47) 1;
}

.top-blog .wrapper {
  display: flex;
  flex-wrap: nowrap;
  /* ボタンの高さを揃える為に変更 wrap → nowrap へ　高さを揃える */
  justify-content: space-between;
  align-items: stretch;
  /* 高さを揃える */
}

.top-blog .box {
  width: calc(50% - 20px);
  display: flex;
  flex-direction: column;
}

.top-blog {
  line-height: 1.9;
}

.top-blog dt {
  padding-top: 14px;
}

.top-blog dd {
  font-size: 15px;
  border-bottom: 1px solid #333333;
  padding-bottom: 14px;
}

.top-blog dd a {
  color: #333333;
}

.top-blog dd i {
  margin-left: 5px;
}

.top-blog dl dt span {
  font-size: 80%;
  background-color: #b72929;
  color: #ffffff;
  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: #183b9c;
}

.top-blog dl dt span.staff_blog {
  background-color: #826c31;
}

.top-blog dd:last-child {
  border-bottom: none;
}

.top-blog .button {
  margin-top: auto;
}

.top-blog .button img {
  margin: 0 auto;
}


.top-blog-bg .icon {
  padding-top: 50px;
}

.top-blog-bg .icon img {
  margin: 0 auto;
}

/* -----------------------------------------------------------
top06
----------------------------------------------------------- */
.top06 {
  background: url("./images/top/top00-bg01.png") repeat;
  padding-bottom: 80px;
}

.top06 h2 {
  background: url("./images/top/top06-bg01.jpg") no-repeat scroll center 0;
  height: 470px;
  background-size: cover;
}

.top06 h2 img {
  padding-top: 195px;
  margin: 0 auto;
}

.top06 .wrapper {
  padding-top: 80px;
}

.top06 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.top06 .inner .box {
  width: 48%;
  margin-bottom: 50px;
}

.top06 .inner .box p {
  font-size: 18px;
  line-height: 1.8;
}

.top06 .tel th {
  vertical-align: middle;
}

.top06 th,
.top06 td {
  border: 0;
  font-size: 16px;
  padding: 10px 1%;
  vertical-align: top;
}

.top06 th {
  font-weight: 500;
  width: 5em;
}

.top06 td {
  padding-right: 10px;
}

.top06 tr {
  border-bottom: 1px solid #d6d6d6;
}

.top06 tr:last-child {
  border-bottom: none;
}

.top06 .tel td {
  color: #99530e;
  font-size: 30px;
}

.top06 td:last-child span {
  color: #c50000;
  display: block;
  font-size: 15px;
}

/* -----------------------------------------------------------
top07
----------------------------------------------------------- */
.top07 {
  background: url(./images/top/top07-bg01.png) no-repeat scroll center 0, url(./images/top/top00-bg01.png) repeat;
  background-size: cover, auto;
  padding-top: 75px;
  padding-bottom: 100px;
}

.top07 h2 img {
  margin: 0 auto 40px;
}

.top07 .clinics {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top07 .clinics li {
  width: 23%;
}

.top07 .clinics li a {
  display: block;
}

.top07 .clinics li a:hover {
  opacity: 0.8;
  transition: opacity 0.3s;
}

.top07 .map {
  margin-bottom: 50px;
  text-align: center;
}

.top07 .wrapper p {
  font-size: 18px;
  line-height: 1.9;
}

/* -----------------------------------------------------------
Footer
----------------------------------------------------------- */
.ft-bg,
.copyright {
  background-color: #bb9c67 !important;
}