html {
	scroll-padding-top: 150px;
}

.reservation_area ul li.side_btn_03 a::before {
    content: "";
    background: url(/wp-content/uploads/phone.png);
    width: 25px;
    height: 25px;
    background-size: 25px;
    margin-right: 10px;
}

h3.heading-2 {
    margin: 0 auto 20px;
    font-weight: bold;
    font-size: 1.4rem;
    color: var(--main-color02);
	text-align: center;
	font-family: 'Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
	width: fit-content;
}
h3.heading-2:after {
    display: block;
    content: '';
    border-bottom: 10px dotted #ffde59;
}

h3.heading-3 {
  position: relative;
  margin-bottom: 2em;
  padding: 1.5rem 2rem;
  border-radius: 10px;
	display:inline-block;
	color: var(--main-color02);
	border: 3px solid var(--main-color02);
}

h3.heading-3:before,
h3.heading-3:after {
  position: absolute;
  content: '';
  border-radius: 50%;
  border: 3px solid var(--main-color02);
}

h3.heading-3:before {
  bottom: -20px;
  left: 30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
}

h3.heading-3:after {
  bottom: -45px;
  left: 50px;
  width: 15px;
  height: 15px;
}

/* 院長の想い-TOP */
.top-thought {
    background: url(/wp-content/uploads/doctor-bg.png) no-repeat;
    background-size: cover;
}
.top-thought img {
    width:400px;
}
@media (max-width: 768px) {
    .top-thought img {
        width: 100%;
    }
}
.thought-img {
	width: 35%;
}
@media (max-width: 768px) {
    .thought-img {
        width: 100%;
    }
}

/* 院長の想い-下層 */
.thought-bg {
	background-color: rgba(227, 213, 184, 0.5)
}
.thought-title {
	padding: 20px 20px 0px;
	font-size: 1.2rem;
	font-weight: bold;
	font-family: 'Yu Mincho Light', 'YuMincho', 'Yu Mincho', '游明朝体', sans-serif;
}
.thought-title:first-letter {
    font-size: 1.4em;
	color: #E1AB3A;
}

.thought-wrap {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.thought-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    position: relative;
    width: 100%;
}
.thought-inner-02 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    position: relative;
    width: 100%;
	flex-direction: row-reverse;
}
.thought-inner-03 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-grow: 1;
    position: relative;
    width: 100%;
	flex-direction: row-reverse;
}

.thought-img:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
}

.thought-inner:nth-child(1):before {
    content: '';
    position: absolute;
    right: 0;
	bottom: 20px;
    width: 50%;
    height: 80%;
    background-image: url(/wp-content/uploads/thought01.png);
    background-size: cover;
	background-position: top;
}
.thought-inner-02:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
	bottom: 20px;
    width: 50%;
    height: 80%;
    background-image: url(/wp-content/uploads/thought02.png);
    background-size: cover;
	background-position: top right;
}
.thought-inner-03:nth-child(1):before {
    content: '';
    position: absolute;
    left: 0;
	bottom: 20px;
    width: 500px;
    height: 90%;
    background-image: url(/wp-content/uploads/thought03.png);
    background-size: cover;
}

.thought-content {
    padding: 15px;
    width: 60%;
	position: relative;
}
.thought-content-02 {
    padding: 15px;
    width: 70%;
	margin-bottom: 60px;
	position: relative;
}
.thought-content-inner {
    padding: 10px;
    border: 1px solid #ffdf;
}
.thought-content.thought-content-02.thought-content-03 p:first-child {
    backdrop-filter: blur(2px);
    padding: 5px;
    width: fit-content;
	margin: 10px;
}

.thought-head {
    padding: 10px 0 10px 55px;
    display: flex;
    align-items: center;
    color: var(--main-color02);
    position: relative;
    font-size: 1.5rem;
    font-family: serif;
}
.thought-head span {
    line-height: 1.2;
    display: block;
    font-weight: normal;
}

@media (max-width: 768px) {
    .thought-inner.thought-inner-02..thought-inner-03 {
        height: auto;
        justify-content: center;
    }
    .thought-inner:before {
        display: none;
    }
	.thought-inner-02:before {
        display: none;
    }
	.thought-inner-03:before {
        display: none;
    }
    .thought-img {
        display: block;
    }
	.thought-content {
    padding: 15px;
    width: 100%;
}
	.thought-content-02 {
    padding: 15px;
    width: 100%;
}
	.feature-text {
		margin-top:20px;
	}
}
.thought-comment {
    background: #fff2bf;
    display: flex;
    flex-wrap: wrap;
    width: 49%;
}
@media (max-width: 768px) {
.thought-comment {
    background: #fff2bf;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}
}
.comment-icon {
    width: 20%;
    padding: 10px;
}
.comment-text {
    width: 80%;
    padding: 10px;
}

/* 診療案内 */
.worry {
	display: flex;
	flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 0;
    /* gap: 20px; */
	justify-content: space-between;
}
.worry-item {
	text-align: center;
	width: 33%;
}
@media (max-width: 480px) {
    .worry-item {
        width: 50%;
    }
}
.worry img {
	border-radius: 50%;
	width: 70%;
	height: auto;
}
.worry p {
	padding: 0 5px 20px;
}

/* qa */
.table-qa, .table-qa2 {
    width: 100%;
	text-align: center;
	margin-bottom:20px;
}
.table-qa th {
    background: #ffdfe6;
}
.table-qa2 th {
    background: #66cdaa;
}
.table-qa td, .table-qa th {
    padding: 0.7em 1em;
    border: 2px solid #ffdfe6;
    vertical-align: middle;
}
.table-qa2 td, .table-qa2 th {
    padding: 0.7em 1em;
    border: 2px solid #66cdaa;
    vertical-align: middle;
}
.toggle-content {
	background: #ffffff;
	padding: 0 60px;
}
@media (max-width: 480px) {
    .toggle-content {
        padding: 0px;
    }
}

.qalist {
    padding-left: 60px;
}
.cbt-img {
	width: 10%;
	min-width: 100px;
	float: right;
}
.cbt-img-02 {
	width: 20%;
	min-width: 200px;
	float: right;
	margin-top: -50px;
}
@media (max-width: 767px) {
    .cbt-img-02 {
        margin: auto;
        float: none;
    }
}
.counseling-bg {
    background-color: var(--main-color01);
    padding: 20px;
    border-radius: 30px;
}

.counseling-flow dt {
    background: var(--main-color02);
    color: #fff;
    text-align: center;
    border-radius: 15px;
    width: 100px;
}
.counseling-flow dl dd {
    width: calc(100% - 110px);
}
@media (max-width: 480px) {
    .counseling-flow dt {
        width: 80px;
    }
	.counseling-flow dl dd {
    width: calc(100% - 90px);
	}
}
.counseling ul  {
	padding: 0.5em 1em 0.5em 2.7em;
	position: relative;
}

.counseling ul li {
	line-height: 1.5;
	padding: 0.5em 0;
	list-style-type: none!important;
}

.counseling ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;
	color: #E1AB3A;
}
/* 初診の方へ */
.staff-flow_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
}
.prevention-flow {
    list-style: none;
}
.prevention-flow > li {
    position: relative;
    padding-left: 3rem;
    padding-bottom: 30px;
}

.prevention-flow > li:not(:last-child)::before {
    content: '';
    width: 4px;
    height: 100%;
    position: absolute;
    top: calc(50% - -30px);
    left: 24px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    border-left-style: dotted;
    border-color: var(--main-color02);
    border-width: 5px;
}
.prevention-flow > li dl dt {
    font-size: 1.6em;
    font-weight: 600;
	text-align: center;
    color: var(--main-color02);
    width: 280px;
}
.prevention-flow > li dl dt p{
    line-height: 0.5em;
    padding-top: 20px;
}
.prevention-flow > li dl dd {
    width: calc(100% - 290px);
}

@media (max-width: 768px) {
    .prevention-flow > li dl dt, .prevention-flow li dl dd {
        width: 100%;
		text-align: left;
    }
}

.first_visit li {
	list-style-type: disc;
}
.first_visitli::marker {
    color: var(--main-color02);
}

.flow {
    font-size: 0.8em;
    font-weight: 400;
    color: #E1AB3A;
}
.time {
    width: 2.2em;
    height: auto;
    text-align: center;
	font-size: 1em;
    border-radius: 100vh;
    display: inline-block;
    color: var(--main-color02);
	background: #ffffff;
	border: 2px solid var(--main-color02);
    position: absolute;
    left: 0;
    margin-top: 5px;
}
@media (max-width: 768px) {
    .time {
    width: 2.2rem;
	font-size: 1rem;
}
	.prevention-flow li:not(:last-child)::before {
    left: 1rem;
    }
}

.reader-box {
    display: flex;
    padding: 10px;
    background: #e6e6e6;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
    flex-wrap: wrap;
    margin-top: 20px;
}
@media screen and (min-width:768px) {
.staff-flow_wrapper {
	background-image: url(/wp-content/uploads/fist-bg.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	background-color:rgba(255,255,255,0.6);
	background-blend-mode:lighten;
}
}