/*
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 {
  width: 33%;
  padding-top: 10px;
}

.hd_inner .hd_logo {
  width: 33%;
  padding-top: 10px;
}

.hd_inner .hd_right {
  width: 33%;
}

.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: #585045;
  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;
  font-size: 48px;
  line-height: 1em;
  font-weight: 100;
  padding-left: 40px;
}

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

.hd_inner .hd_right li:last-child {
  font-size: 18px;
  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: 130px auto 0;
}

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

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

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

/* -----------------------------------------------------------
LINE
----------------------------------------------------------- */

.gradient-line {
  height: 10px;
  background: linear-gradient(
    to top,
    rgba(165, 157, 139, 0.27) 2px,
    rgba(165, 157, 139, 0.38) 8px
  );
  background-color: transparent;
}

.gold_line {
  background: url("./images/common/gold_line.png") repeat-x scroll center 0;
  height: 10px;
}

/* -----------------------------------------------------------
Top-Page
----------------------------------------------------------- */
.top_btn img {
  display: inline;
}

.top {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #333333;
}

/* -----------------------------------------------------------
Top0102bg
----------------------------------------------------------- */
.top0102 {
  background: url("./images/top/top01-02-bg01.png") no-repeat scroll center 0;
  height: 4800px;
  background-size: cover;
}

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

.top01 {
  padding-top: 70px;
}

.top01 h2 {
  background: url("./images/top/top01-bg01.jpg") no-repeat scroll center 0;
  height: 380px;
  margin-bottom: 110px;
}

.top01 h2 img {
  margin: 0 auto;
  padding-top: 90px;
}

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

.top01 .box h3 {
  font-size: 24px;
  color: #543518;
  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;
}

.top02 .wrapper .inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.top02 .wrapper .box {
  width: 47%;
  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 .box,
.top02 .inner03 .box,
.top02 .inner05 .box,
.top02 .inner07 .box {
  margin-left: auto;
}

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

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

.top02 .wrapper .inner01 .title {
  background: url("./images/top/top02-icon01.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner02 .title {
  background: url("./images/top/top02-icon02.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner03 .title {
  background: url("./images/top/top02-icon03.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner04 .title {
  background: url("./images/top/top02-icon04.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner05 .title {
  background: url("./images/top/top02-icon05.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner06 .title {
  background: url("./images/top/top02-icon06.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner07 .title {
  background: url("./images/top/top02-icon07.png") no-repeat scroll right 0;
}

.top02 .wrapper .inner08 .title {
  background: url("./images/top/top02-icon08.png") no-repeat scroll right 0;
}

.top02 h2 {
  color: #ac8020;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  padding-top: 5px;
}

.top02 .wrapper h3 {
  color: #ac8020;
  font-size: 35px;
  font-weight: normal;
  line-height: 1.5;
}

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

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

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

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

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

.top03 .inner .wrapper .comment {
  position: absolute;
  top: 650px;
  left: 110px;
}

.top03 .inner .wrapper .comment h3 {
  text-align: center;
  font-size: 26px;
  color: #be8915;
  line-height: 1.2;
  margin-bottom: 10px;
}

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

.top03 .inner .wrapper p {
  text-align: center;
  line-height: 1.9;
}

/* -----------------------------------------------------------
top04
----------------------------------------------------------- */
.top04 {
  background-color: #eee8e0;
  padding-bottom: 120px;
}

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

.top04 .visual h2 img {
  padding-top: 85px;
  margin-left: auto;
}

.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 .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/top05-bg00.jpg") no-repeat scroll center 0;
}

/* -----------------------------------------------------------
top05
----------------------------------------------------------- */
.top05 {
  padding-top: 70px;
}

.top05 .visual img {
  margin: 0 auto 60px;
}

.top05 .visual h2 img {
  margin: 0 auto 70px;
}

.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 .box {
  position: relative;
  background: #ffffff url("./images/top/top05-bg01.png") no-repeat scroll center
    0;
  width: 48%;
  margin-bottom: 40px;
  padding: 30px 30px 10px;
}

.top05 .container02 .box h3 img {
  margin-left: auto;
  margin-bottom: 10px;
}

.top05 .container02 .box ol {
  counter-reset: my-counter;
  padding-top: 20px;
  margin-bottom: 10px;
}

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

.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: #be8915;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  margin: -5px 10px 0 -35px;
  text-align: center;
  height: 30px;
  width: 30px;
}

.top05 .btn-area {
  background-color: rgba(141, 110, 61, 0.2);
}

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

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

.top-blog-bg {
  background: #bb9564 url("./images/top/top-blog-bg01.png") no-repeat scroll
    center 0;
  height: 760px;
  background-size: cover;
}

.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 #ccc;
  padding-bottom: 14px;
  color: #ffffff;
}

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

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

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

.top-blog-bg dt,
.top-blog-bg dd a {
  color: #ffffff;
}

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

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

/* -----------------------------------------------------------
top06
----------------------------------------------------------- */
.top06 {
  background-color: #efeeeb;
}

.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: 70px;
}

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

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

.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: #be8915;
  font-size: 30px;
}

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

/* -----------------------------------------------------------
top07
----------------------------------------------------------- */
.top07 {
  background-color: #e8e4dc;
  padding-top: 75px;
  padding-bottom: 100px;
}

.top07 h2 img {
  margin: 0 auto;
}

.top07 .wrapper img {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
}

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