/* フォント読み込み */
@import url('https://fonts.googleapis.com/css2?family=Cormorant:wght@300&family=Zen+Maru+Gothic:wght@500&display=swap');


h1,h2,h3,h4,h5,p{
	font-family: 'Cormorant', serif!important;
font-family: 'Zen Maru Gothic', sans-serif!important;
}
/* header */
#header {
    height: 70px!Important;
}
body.home #global_menu ul ul {
    top: 70px!important;
}
#global_menu > ul > li > a {
    height: 70px!important;
    line-height: 70px!important;
}
#global_menu ul ul {
    top: 70px;
}
#global_menu ul ul a {
    padding: 14px 17px 12px;
}
#bread_crumb {
    width: 1200px!important;
}
@media screen and (max-width: 1200px){
	#bread_crumb {
    width: 100%!important;
}
}
.header_fv{
    width: 70%;
    display: inline-block;
    position: absolute;
    top: 35%;
    left: calc(50% - 35%);
    text-align: center;
}
.header_fv h1{
	color: #EF9337;
	font-size: 2.3rem;
font-family: 'Cormorant', serif;
font-family: 'Zen Maru Gothic', sans-serif;
	line-height: 1.4;
    text-shadow: 0 0 15px #fff, 0 0 15px #FFf, 0 0 15px #fff, 0 0 15px #fff;
}
.header_fv h1 span{
	color: #4E2028;
	font-size: 1.5rem;
}
.header_fv h1 span span{
	font-size: 1.2rem;
}
.header_fv_left{
	position: absolute;
	left: 5%;
	bottom: 7%;
}
.header_fv_right{
    position: absolute;
    right: 5%;
    bottom: 7%;
    background-color: #fff;
    padding: 1% 0%;
    border-radius: 10px;
    width: 30%;
}
.header_fv_right_img{
	width: 90%;
	margin: 0 auto;
}
.header_fv_right_img img{
	width: 100%;
}
.header_fv_right_btn{
	width: 90%;
	margin: 3% auto;
	text-align: center;
	border: 1px solid #EF9337;
	height: 50px;
	border-radius: 5px;
	transition: 0.5s;
	background-color: #EF9337;
}
.header_fv_right_btn a{
	display: inline-block;
	width: 100%;
	line-height: 50px;
	color: #fff !important;
}
.header_fv_right_btn:hover{
	background-color: #fff;
	color: #EF9337;
}
.header_fv_right_btn:hover a{
	color: #EF9337!important;
}
.header_fv_right_text{
	width: 90%;
	margin: 2% auto;
	color: #482328;
	line-height: 1.5;
}

@media screen and (max-width: 1024px){
.header_fv {
    width: 95%;
    display: inline-block;
    position: absolute;
    top: 35%;
    left: calc(50% - 47.5%);
    text-align: center;
}
.header_fv_left {
    position: absolute;
    left: 1%;
    bottom: 1%;
    width: 45%;
}
	.header_fv_left img{
		width: 100%;
	}
.header_fv_right {
    position: absolute;
    right: 3%;
    bottom: 2.5%;
    background-color: #fff;
    padding: 3% 0%;
    border-radius: 10px;
    width: 45%;
}
}
@media screen and (max-width: 700px){
#header {
    height: 60px!Important;
}
.header_fv {
    width: 95%;
    display: inline-block;
    position: absolute;
    top: 20%;
    left: calc(50% - 47.5%);
    text-align: center;
}
.header_fv h1 {
    color: #EF9337;
    font-size: 1.5rem;
    line-height: 1.4;
    text-shadow: 5px 0px 20px #fff;
}
.header_fv h1 span{
	font-size: 1.0rem;
}
.header_fv h1 span span{
	font-size: 0.8rem;
}
.header_fv_left {
    position: absolute;
    left: 1%;
    bottom: 1%;
    width: 95%;
}
.header_fv_right {
    position: absolute;
    right: 5%;
    bottom: 17%;
    background-color: #fff;
    padding: 3% 0%;
    border-radius: 10px;
    width: 90%;
}
.header_fv_right_img {
    width: 90%;
    margin: 0 auto;
}
.header_fv_right_text {
    width: 90%;
    margin: 1% auto;
    color: #482328;
    line-height: 1.5;
    font-size: 0.8rem;
}
}

#mobile_menu .child_menu_button {
    width: 100%!important;
}

/* 下層ページタイトル */
.h1_title {
    width: 1200px;
    margin: 0 auto;
	color: #482328;
}

@media screen and (max-width: 1024px) {
    .h1_title {
        width: 100%;
        margin: 50px auto 0;
    }
}

/* pcsp切り替え */
.pc{
	display: block;
}
.sp{
	display: none;
}
@media screen and (max-width: 1024px){
	.pc{
	display: none;
}
.sp{
	display: block;
}
}

/* flex */
.flex{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
section .section{
	width: 100%;
	margin: 100px 0;
}
section.mt_0{
	margin: 0px 0!important;
}
.mb_0{
	margin-bottom: 0!important;
}
.section_inner{
	width: 1200px;
	margin: 0 auto;
}
section h2{
	color: #000000;
font-family: 'Cormorant', serif;
font-family: 'Zen Maru Gothic', sans-serif;
	font-size: 2.2rem!important;
	letter-spacing: 2px;
	text-align: center!important;
	margin-bottom: 3%!important;
}
section h2 b{
	color: #EF9337;
}
section#news h2{
	text-align: center!important;
	margin-bottom: 3%!important;
}
@media screen and (max-width: 1024px){
.section_inner{
	width: 90%;
	margin: 0 auto;
}
section h2 {
    font-size: 1.8rem!important;
    letter-spacing: 2px;
}
#menu_button span {
    background: #4E2028!important;
}
section#news h2 {
    text-align: left!important;
    margin-bottom: 3%!important;
}
}
@media screen and (max-width: 700px){
section h2 {
    font-size: 1.5rem!important;
    letter-spacing: 2px;
}
section#news h2 {
    text-align: left!important;
    margin-bottom: 3%!important;
}
}

/* header */
#header_logo{
    width: 18%;
}
#header_logo img{
	width: 95%;
}
@media screen and (max-width: 1024px){
#header_logo img {
    width: 40%;
    margin-left: 2%;
}
}
@media screen and (max-width: 700px){
#header_logo img {
    width: 60%;
    margin-left: 2%;
    margin-top: 1.3%;
}
}



/* section */
.section{
	margin-top: 100px!important;
}
@media screen and (max-width: 1024px){
	.section {
    margin-top: 50px!important;
}
}


/* 診療内容 medical */
#medical .section_inner{
	position: relative;
}
#medical .section_inner:before{
	position: absolute;
	content: "";
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/08/medical_bg.png);
	background-size: cover;
    width: 460px;
    height: 450px;
	bottom: 100px;
	right: 0;
    z-index: -1;
}
.medical_box_area{
	width: 95%;
	margin: 5% auto 0;
	justify-content: space-between;
}
.medical_box{
	width: 49%;
    justify-content: space-between;
    margin-bottom: 5%;
}
.section h2{
	text-align: left!important;
	line-height: 1.2;
}
.section h2 span{
	color: #EF9337;
    font-size: 1.0rem;
}
.section h2 .old{
	color: #000;
	font-size: 1.2rem;
}
.medical_box_img{
	width: 20%;
}
.medical_box_text{
	width: 75%;
}
.medical_box h3{
font-family: 'Cormorant', serif;
font-family: 'Zen Maru Gothic', sans-serif;
    margin-bottom: 1%;
	position: relative;
	padding-left: 4%;
}
.medical_box h3.sp{
	width: 100%;
	margin-bottom: 3%;
}
.medical_box h3:before{
    position: absolute;
    content: "";
    height: 100%;
    width: 10px;
    top: 0;
    left: 0;
    background-color: #88BD43;
}
.medical_box_text p{
	font-size: 1.0rem!important;
	margin-bottom: 0;
    line-height: 1.7;
    margin-bottom: 3%;
}
.medical_box_img{
	transition: 0.5s;
}
.medical_box_img:hover{
  transform: scale(1.1);
}
@media screen and (max-width: 1024px){
.medical_box_text h3 {
    margin-bottom: 1%;
    padding-left: 8%;
}
.medical_box_area {
    width: 100%;
    margin: 10% auto 0;
}
.medical_box {
    width: 100%;
    margin-bottom: 10%;
}
.medical_box_img {
    margin-top: 3%;
}
}

/* feature */
.feature_box,.greeting_box{
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.feature_box_left{
	width: 50%;
}
.greeting_box_left{
	width: 55%;
}
.feature_box_left p,.greeting_box_left p{
	color: #482328;
	line-height: 2.0!important;
	margin-bottom: 20px!important;
}
.feature_box_right,.greeting_box_right{
	width: 40%;
	position: relative;
	z-index: 2;
}
.feature_box_right img,.greeting_box_right img{
	width: 100%;
	border-radius: 10px;
}
.feature_box_right:before{
	position: absolute;
	content: "";
	background-color: #FFE23D;
    width: 350px;
    height: 200px;
    top: -10%;
    left: -10%;
	border-radius: 20px;
	z-index: -1;
}
.greeting_box_right:before{
	position: absolute;
	content: "";
	background-color: #FFE23D;
    width: 350px;
    height: 200px;
    top: -10%;
    left: -10%;
	border-radius: 20px;
	z-index: -1;
}
.feature_box_right:after{
	position: absolute;
	content: "";
	background-color: #EF9337;
    width: 350px;
    height: 200px;
    bottom: 250px;
    right: -10%;
	border-radius: 20px;
	z-index: -1;
}
.greeting_box_right:after{
	position: absolute;
	content: "";
	background-color: #EF9337;
    width: 350px;
    height: 200px;
    bottom: 310px;
    right: -10%;
	border-radius: 20px;
	z-index: -1;
}
.greeting_box h4{
	position: relative;
	font-size: 1.3rem!important;
	color: #482328!important;
}
.greeting_box h4 .old{
	font-size: 1.0rem!important;
}
.greeting_box h4:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #FFE23D80;
    top: -7px;
    left: -20px;
	z-index: -1;
	border-radius: 50px;
}
.desigh_btn {
    border: 1px solid #EF9337;
    background-color: #fff;
    width: 250px;
    margin-top: 4%;
    margin-right: calc( 89% - 125px);
    height: 50px;
    text-align: center;
    transition: 0.5s;
}
.faq .desigh_btn {
    margin-top: 0%;
}
.desigh_btn a{
	color: #EF9337!important;
	display: inline-block;
	width: 100%;
	line-height: 50px;
}
.desigh_btn:hover{
	background-color: #EF9337;
}
.desigh_btn:hover a{
	color: #fff!important;
}
@media screen and (max-width: 1024px){
	.feature_box .desigh_btn {
    border: 1px solid #EF9337;
    background-color: #fff;
    width: 250px;
    height: 50px;
    text-align: center;
    transition: 0.5s;
    margin-top: 0%;
    margin-right: 66%;
}
}
@media screen and (max-width: 700px){
	.feature_box .desigh_btn {
    border: 1px solid #EF9337;
    background-color: #fff;
    width: 250px;
    height: 50px;
    text-align: center;
    transition: 0.5s;
    margin-top: 0%;
    margin-right: 0%;
}
.desigh_btn {
    margin-right: 0;
	}
}

@media screen and (max-width: 1024px){
.feature_box,.greeting_box {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.feature_box_left,.greeting_box_left {
    width: 100%;
    margin: 2% auto;
}
.feature_box_right,.greeting_box_right{
    width: 100%;
    margin: 10% auto;
    position: relative;
    z-index: 2;
}
.feature_box_right:after,
.greeting_box_right:after{
	position: absolute;
	content: "";
	background-color: #EF9337;
    width: 350px;
    height: 200px;
    bottom: -10%;
    right: -10%;
	border-radius: 20px;
	z-index: -1;
}
}


/* reason */
.reason_box_area{
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.reason_box{
	width: 45%;
	margin-bottom: 5%;
}
.reason_box h3{
	position: relative;
	font-size: 1.1rem!important;
	color: #482328!important;
	z-index: 1;
}
.reason_box h3:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #FFE23D80;
    top: -7px;
    left: -20px;
	z-index: -1;
	border-radius: 50px;
}
.reason_box h3 span{
	font-size: 1.8rem!important;
}
.reason_box img{
	width: 100%;
	margin-bottom: 0!important;
}
.reason_box p{
	margin-bottom: 0!important;
    font-size: 1.0rem!important;
}
@media screen and (max-width: 1024px){
.reason_box_area{
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.reason_box{
	width: 100%;
    margin-bottom: 5%;
    margin-top: 5%;
	}
.reason_box h3 {
    font-size: 1.4rem!important;
	}
}
@media screen and (max-width: 700px){
.reason_box h3 {
    font-size: 1.2rem!important;
	}
}



/* faq */
.faq{
	width: 95%;
	margin: 5% auto 0;
	justify-content: space-between
}
.qa-list{
	width: 48%;
	margin-bottom: 40px!important;
	border-bottom: 1px solid #EF9337;
}
.qa-list dt {
    position: relative;
    display: block;
    margin-bottom: 30px;
    padding: 4px 0 10px 40px;
    font-weight: bold;
}
.qa-list dt::before {
    background: #EF9337;
    content: 'Q';
	    border-radius: 5px;
}
.qa-list dt::before, .qa-list dd::before {
    position: absolute;
    top: -3px;
    left: 0;
    width: 30px;
    height: 30px;
    margin-right: 1em;
    font-weight: bold;
    font-size: 14px;
    font-family: 'Lucida Sans Unicode', 'Lucida Grande', serif;
    color: #fff;
    line-height: 30px;
    text-indent: 0;
    text-align: center;
    vertical-align: middle;
}
.qa-list dd::before {
    background: #EF9337;
    content: 'A';
}
.qa-list dd::before {
    border: solid 1px #EF9337!important;
    background-color: #ffffff!important;
    color: #EF9337!important;
    border-radius: 5px;
}
.qa-list dd {
    position: relative;
    margin-bottom: 20px;
    margin-left: 0;
    padding: 4px 0 20px 40px;
}
.qa-list dt,.qa-list dd {
    margin-bottom: 10px!important;
    padding: 0 0 10px 40px!important;
    font-size: 0.9rem;
}
.qa-list a{
	color: #ff0000!important;
	font-weight: bold;
}
@media screen and (max-width: 1024px) {
	#faq .section_inner{
	width: 90%;
	margin: 0 auto;
}
	.faq {
    margin: 15% auto;
		width: 100%;
}
.qa-list{
	width: 100%;
	margin-bottom: 20px!important;
}
}


/* News */
.index_post_slider {
    padding: 0px 0!important;
}
.index_post_slider.num2 .link_button a {
    border: 1px solid #ffae76;
}
.cb_contents .link_button {
    margin: 40px 0 0 0!important;
}
.carousel_arrow:before {
    background-color: #ffae76;
    color: #fff;
    border-radius: 50px;
}
.index_post_slider .carousel_arrow.prev_item {
    left: -75px;
}
.index_post_slider .carousel_arrow.next_item {
    right: -75px;
}


/* access */
.access_box{
	width: 95%;
	margin: 0 auto;
	justify-content: space-between;
}
.access_box_left {
    width: 46%;
    margin-bottom: -5%;
}
.access_box_left img{
	width: 100%;
}
.access_box_right {
    width: 45%;
    margin-top: 5%;
}
.access_box_right .header_fv_right{
	position: relative!important;
	width: 100%;
	bottom: 0;
}
.access_box_right p{
	margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
	.access_box_left {
    width: 100%;
    margin-bottom: 0;
}
.access_box_right {
    width: 100%;
    margin-top: 5%;
}
.access_box {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.access_box .header_fv_right_text {
    width: 95%;
}
.access_box .header_fv_right_btn {
    width: 95%;
}
}


/* footer */
footer{
    background-color: #F8E1CA;
}
#copyright{
    background-color: #555555!important;
}
#footer_top {
    display: none;
}
#footer_bottom {
    padding: 60px 0;
    display: none;
}
.footer_section .section_inner{
    padding: 50px 0;
}
.footer_box{
    justify-content: space-between;
    width: 100%;
}
.footer_box_left{
    width: 57%;
}
.footer_box_right{
    width: 38%;
}
.footer_right_tel{
    margin-top: 3%;
}
.footer_right_sinsatu {
    margin-top: 10%;
    background-color: #fff;
    padding: 5%;
    border-radius: 10px;
}
.footer_right_tel img,.footer_right_sinsatu img{
    width: 100%;
}
.footer_link{
    position: relative;
    z-index: 0;
}
.footer_link_box{
    width: 110%;
    justify-content: space-between;
    margin: 3% auto 0;
}
.footer_link ul{
    position: relative;
    z-index: 3;
}
.footer_link ul li{
    margin-top: 10%;
}
.footer_link h3{
    font-size: 1.2rem;
    position: relative;
    z-index: 3;
}
.footer_link h3 a{
	color: #482328;
}
.footer_link h3:before{
    position: absolute;
    content: "";
    width: 40px;
    height: 40px;
    background-color: #FFE23D80;
    top: -12px;
    left: -18px;
    z-index: -1;
    border-radius: 50px;
}
@media screen and (max-width: 1024px) {
    .footer_box_left {
        width: 100%;
    }
    .footer_box_right {
        width: 80%;
        margin-top: 10%;
    }
}
@media screen and (max-width: 700px) {
    .footer_link_box {
        width: 100%;
        justify-content: space-between;
        margin: 3% auto 0;
    }
    .footer_link {
        position: relative;
        z-index: 0;
        margin-bottom: 10%;
    }
    .footer_link ul li {
        margin-top: 20px;
    }
    .footer_box_right {
        width: 100%;
        margin-top: 0%;
    }
    .footer_right_sinsatu {
        margin-top: 5%;
    }
    .footer_section .section_inner {
        padding: 50px 0 25px;
    }
}


/* 下層ページ */
#main_contents {
    width: 100%!important;
    margin: 0 auto;
    padding: 0 0px 40px!important;
}
.inner_box{
	width: 90%;
	margin: 3% auto;
	justify-content: space-between;
	flex-direction: row-reverse;
}
.profile_box{
	width: 90%;
	margin: 3% auto;
	justify-content: space-between;
}
.inner_box_img{
	width: 35%;
}
.inner_box_img small{
	font-size: 0.8rem;
}
.inner_box_img img{
	width: 100%;
	border-radius: 10px;
}
.inner_box_text{
	width: 56%;
}
.inner_box h3,.flow_box h3,.profile_box h3,.interview_box h3,.medical_box2 h3,.medical_box2_flow h3,.important_box h3{
	position: relative;
	font-size: 1.7rem!important;
	color: #482328!important;
    z-index: 0;
}
.medical_box2_flow h3{
	width: 100%;
}
.inner_box h3:before,.flow_box h3:before,.profile_box h3:before,.interview_box h3:before,.medical_box2 h3:before,.medical_box2_flow h3:before,.important_box h3:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #FFE23D80;
    top: -7px;
    left: -20px;
	z-index: -1;
	border-radius: 50px;
}
@media screen and (max-width: 1024px) {
	.inner_box{
	width: 100%;
	margin: 10% auto;
}
.inner_box_img{
	width: 100%;
}
.inner_box_text{
	width: 100%;
    margin-top: 5%;
}
}


/* flow_box */
.flow_box{
	justify-content: space-between;
	width: 80%;
	margin: 0 auto;
}
.flow{
    width: 40%;
    margin: 5% auto;
}
.flow img{
	width: 100%;
	border-radius: 10px;
}
@media screen and (max-width: 1024px) {
.flow_box {
    width: 100%;
    margin: 0 auto;
}
.flow {
    width: 45%;
    margin: 5% auto;
}
}
@media screen and (max-width: 700px) {
.flow_box {
    width: 100%;
    margin: 0 auto;
}
.flow {
    width: 90%;
    margin: 5% auto;
}
}


/* 理念 */
#philosophy h2,.philosophy_text{
	text-align: center!important;
}
@media screen and (max-width: 700px) {
.philosophy_text{
    margin-top: 8%;
}
}

/* 院内紹介 */
.introduction_imgbox{
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.introduction_img{
	width: 32%;
	margin-bottom: 2%;
}
.introduction_img img{
	width: 100%;
	border-radius: 10px;
}
.introduction_imgbox h3{
	width: 100%;
	position: relative;
	font-size: 1.7rem!important;
	color: #482328!important;
    z-index: 0;
}
.introduction_imgbox h3:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #FFE23D80;
    top: -7px;
    left: -20px;
	z-index: -1;
	border-radius: 50px;
}
@media screen and (max-width: 1024px) {
	.introduction_imgbox{
	width: 100%;
}
.introduction_img{
	width: 48%;
	margin-bottom: 3%;
}
}

/* 医師紹介 */
.profile_reverse{
	justify-content: space-between;
}
.inner_box_profile{
	width: 55%;
}
.inner_box_profile2{
	width: 35%;
}
@media screen and (max-width: 1024px) {
.profile_box {
    width: 100%;
    margin: 3% auto;
}
.profile_reverse{
    flex-direction: column-reverse;
}
	.inner_box_profile{
		margin-bottom: 8%;
	}
.inner_box_profile{
	width: 100%;
}
.inner_box_profile2{
	width: 100%;
}
}


/* 院長インタビュー */
.interview_box{
	width: 90%;
	margin: 5% auto;
}
@media screen and (max-width: 1024px) {
	.interview_box {
    width: 100%;
    margin: 5% auto;
}
	.interview_box h3{
		font-size: 1.1rem!important;
	}
}


/* 診療紹介 */
.medical_box2{
    width: 95%;
    margin: 0 auto;
	justify-content: space-between;
}
.medical_box2_2{
    width: 90%;
    margin: 0 auto;
}
.medical_box2_flow{
    width: 85%;
    margin: 0 auto 5%;
	justify-content: space-between;
}
.medical_box2_flow .inner_box_text{
    width: 66%;
	margin-top: 3%;
}
.medical_box2_flow .inner_box_img {
    width: 29%;
}
.important_box{
    width: 85%;
    margin: 0 auto 5%;
	justify-content: space-between;
}

@media screen and (max-width: 1024px) {
	.medical_box2 {
    width: 100%;
    margin: 0 auto;
}
	.medical_box2 .inner_box_img{
		margin-top: 5%;
	}
.medical_box2_flow .inner_box_text{
    width: 100%;
	margin-top: 3%;
}
.medical_box2_flow .inner_box_img {
    width: 100%;
}
}


/* 診察表 */
.time-table tbody{
	width: 100%;
    text-align: center;
}
.time-table tbody tr th.w_small{
	width: 10%;
	font-weight: bold;
}
.time-table tbody tr th{
	width: 14.2857143%;
    font-weight: bold!important;
}

@media screen and (max-width: 700px) {
.time-table tbody tr th.w_small {
    width: 1%;
}
}


/* 点滴 */
.drip_mt{
	margin-top: 100px!important;
}
.fdrr{
	flex-direction: row-reverse;
}
.medical_box2_2 h4{
	position: relative;
    padding-left: 30px;
}
.medical_box2_2 h4:before{
	position: absolute;
	content: "";
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/00ae40cedf92945dd9b6b1caef918ced.png);
	background-size: cover;
    width: 25px;
    height: 25px;
    top: 3px;
	left: 0;
}


/* 料金表 */
.price_box_text h3{
	position: relative;
    padding-left: 30px;
}
.price_box_text h3:before{
	position: absolute;
	content: "";
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/00ae40cedf92945dd9b6b1caef918ced.png);
	background-size: cover;
    width: 25px;
    height: 25px;
    top: 3px;
	left: 0;
}
.price_box_text b{
	color: #EF9337;
	padding-left: 1%;
}
.price_box_text table tbody tr{
	width: 100%;
}
.price_box_text table tbody tr th{
	width: 60%!important;
	text-align: left!important;
}
.price_box_text table tbody tr td{
	width: 40%!important;
	font-weight: bold;
}
.price_box_text table tbody tr th small{
	font-size: 0.9rem;
	color: #ff0000;
}


/* アクセス情報ページ */
.access_img_box{
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.access_img_content{
	width: 31%;
    margin-bottom: 2%;
}
.access_img_content p{
	margin: 0!important;
}
.access_img_content img{
	border-radius: 10px;
}
@media screen and (max-width: 1024px) {
.access_img_content{
	width: 49%;
}
}
@media screen and (max-width: 700px) {
.access_img_content{
	width: 100%;
}
}


/* お問い合わせページ */
.contact_tel_box{
	flex-direction: row;
    width: 85%;
    margin: 7% auto;
}
p.tel_title{
    font-size: 2.5rem;
    position: relative;
    padding-left: 60px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-bottom: 6%;
}
p.tel_title:before{
	position: absolute;
	content: "";
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/tel.png);
	background-size: cover;
    width: 35px;
    height: 44px;
    top: 20px;
    left: 0;
}
.contact_tel_text{
	width: 45%;
}
.sinsatu_bn{
    width: 50%;
    margin-top: 3%;
}
.contact_tel_text p a{
	color: #ff0000!important;
}
#curon-pass .center{
	text-align: center!important;
}

@media screen and (max-width: 1024px) {
.contact_tel_box {
    flex-direction: row;
    width: 100%;
    margin: 3% auto;
}
.contact_tel_text {
    width: 60%;
}
.sinsatu_bn {
    width: 60%;
    margin-top: 3%;
}
}
@media screen and (max-width: 700px) {
.contact_tel_box {
    width: 100%;
    margin: 7% auto;
}
.contact_tel_text {
    width: 100%;
}
.sinsatu_bn {
    width: 100%;
    margin-top: 8%;
}
p.tel_title:before {
    width: 30px;
    height: 37px;
    top: 10px;
    left: 0;
}
}



/* クリニック紹介 */
.introduction_area{
	width: 100%;
	justify-content: space-between;
}
.introduction_box{
    width: 20%;
    margin-bottom: 3%;
	border: 1px solid ;
	padding: 1.5%;
	position: relative;
    z-index: 1;
}
.introduction_box h3{
	margin-top: 10px!important;
    font-size: 1.5rem!important;
}
.introduction_box a{
	position: absolute;
	display: inline-block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.introduction_box p{
	margin: 0 0 0 0!important;
}
.beginners,.characteristics,.doctor_intro_box,.intyointerview{
position: relative;
	overflow: hidden;
}
.beginners::before{
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/0735D4_0697-1-scaled.webp);
	content: "";
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
    opacity: 0.3;
	transition: 0.5s;
}
.characteristics::before{
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/1305D4_0810-scaled.webp);
	content: "";
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
    opacity: 0.3;
	transition: 0.5s;
}
.doctor_intro_box::before{
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/0035D4_0462-scaled.webp);
	content: "";
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
    opacity: 0.3;
	transition: 0.5s;
}
.intyointerview::before{
	background: url(https://clinic-yasuda.jp/wp-content/uploads/2023/09/0555D4_0628-1-scaled.webp);
	content: "";
	background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
    z-index: -1;
    opacity: 0.3;
	transition: 0.5s;
}
.beginners:hover::before,.characteristics:hover::before,.doctor_intro_box:hover::before,.intyointerview:hover::before{
  transform: scale(1.1);
}
@media screen and (max-width: 1024px) {
	.introduction_box {
    width: 45%;
    margin-bottom: 3%;
    padding: 1.5% 1.5% 5%;
	}
}
@media screen and (max-width: 700px) {
.introduction_box {
    width: 100%;
    margin-bottom: 0%;
    padding: 15% 1.5% 20%;
}
}


/* お知らせ記事部分カスタム */
.news_content {
    width: 80%;
    justify-content:flex-start;
    margin: 3% auto 0;
    padding-bottom: 1%;
    align-items: center;
    border-bottom: 1px solid #b0a8a9;
}
.news_content_img{
    width: 13%;
    margin: 0 auto;
}
.news_content_title{
    width: 20%;
    margin: 0 auto;
}
.news_content_title h3{
    font-size: 1.1rem!important;
}
.news_content_title h3 b{
	color: #ff0000!important;
}
.news_content_text{
    width: 60%;
    margin: 0 auto;
    line-height: 1.5;
    font-size: 0.9rem;
}
.news_content_box .desigh_btn{
    margin: 5% auto;
}
@media screen and (max-width: 1100px) {
    .news_content {
        width: 100%;
        margin: 3% auto 0;
        padding-bottom: 1%;
    }
}
@media screen and (max-width: 700px) {
    .news_content_box{
        margin-top: 5%;
    }
    .news_content_img {
        width: 30%;
        margin: 0 auto;
    }
    .news_content_title {
        width: 65%;
        margin: 0 auto;
    }
    .news_content_title h3{
        font-size: 3.5vw!important;
        margin-bottom: 0!important;
    }
    .news_content_text {
        width: 100%;
        padding: 3%;
        font-size: 3.16vw!important;
    }
}

/*サプリメントページ*/
.supplement-company {
	margin-top: 5rem;
}
.supplement-company h3:before {
	display: none;
}
.supplement-company h3 {
	margin-bottom: 4rem!important;
}
.supplement-company img {
	padding-top: 1rem;
}
.supplement-overview {
	margin-top: 4rem;
}
.supplement-overview p {
	text-align:justify;
}
.supplement-overview h4 {
	color: #50222A;
	font-size: 1.5rem;
	margin-top: 2.5rem;
}
.supplement-overview table {
	width: 95%!important;
	margin: 0 auto;margin-top: 4rem;
	font-family:'Zen Maru Gothic', sans-serif!important;
}
.supplement-overview th {
	font-size: 1.4rem;
	color: #50222A;
	vertical-align:middle;
	width: 20%;
}
.supplement-overview td {
	padding-left: 3rem;
	vertical-align:middle;
}
.supplement-overview ul {
	margin: 0!important;
	list-style: disc;
}
.supplement-overview li {
	padding-right: 1rem;
}
.supplement-overview img {
	padding-top: 2rem;
}
.triple{
	column-count:3;
}
@media (max-width:1000px) {
	.triple{
		column-count:2;
	}
}
@media (max-width:768px) {
	.supplement-company {
		margin-top: 2rem;
	}
	.supplement-company h3 {
		font-size: 1.4rem!important;
		margin-bottom: 2rem!important;
	}
	.supplement-overview h3 {
		font-size: 1.4rem!important;
	}
	.supplement-overview h4 {
		font-size: 1.3rem;
		margin-top: 2rem;
	}
	.supplement-overview table {
		width: 100%!important;
		margin-top: 2rem;
	}
	.supplement-overview th {
		font-size: 1.2rem;
		display:block;
		text-align:left;width: 100%;
		box-sizing: border-box;
	}
	.supplement-overview td {
		padding-left: 2rem;
		padding-right: 2rem;
		display:block;text-align: justify;
	}
	.supplement-overview img {
		padding-top: 1rem;
	}
	.triple{
		column-count:1;
	}
}

/*医療脱毛ページ*/
.plan-list {
	padding: 1.5rem;
}
ul.plan-list {
	background: #F7FAFA;
	padding-left: 3rem;
	list-style: none;
	border-radius: 1rem;
	width: 350px;
	margin-bottom: 2rem!important;
}
.plan-list li {
	line-height: 1.6;
	position: relative;
}
.plan-list li:before {
	position: absolute;
	content: "\25CB";
	font-size: 2rem;
	top: -0.9rem;
	left: -1.4rem;
}
.datsumou-img {
	text-align: center;
}
.datsumou-img img {
	width: 60%;
}
.datsumou-box {
	margin-bottom: 5rem;
	width: 100%;
}
.datsumou-box .inner_box_img {
	width: 40%;
}
.datsumou-box .inner_box_img img {
	width: 100%;
}
@media (max-width:1024px) {
	.datsumou-box {
		width: 95%;
	}
	.datsumou-box .inner_box_text {
		width: 50%!important;
	}
}
@media (max-width:768px) {
	.datsumou-box .inner_box_img {
		width: 100%;
	}
}

.p0-t {
	padding-top: 0!important;
}
.m3-b {
	margin-bottom: 3rem;
}
@media (max-width:768px) {
	.p0-t {
		padding-top: 2rem!important;
	}
}

/* フローティングボタン */
@media screen and (max-width:950px) {
	footer {
	padding-bottom: 55px;
	}
}
.cta-btns {
  position: fixed;
  top: 182px;
  right: 0;
  max-width: 48px;
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width:950px) {
	.cta-btns {
		top: auto;
		right: auto;
		bottom: 0;
		left: 0;
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		max-width: none;
	}
}
.cta-btn {
  border: 2px solid #fff;
  writing-mode: vertical-rl;
  text-orientation: upright;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width:950px) {
.cta-btn {
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  gap: 10px;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
}
}
.cta-btn p {
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif !important;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width:950px) {
	.cta-btn p {
		font-size: 12px;
	}
}
.cta-btn--web {
  background-color: #FF8126;
  border-radius: 20px 0 0 0;
}
@media screen and (max-width:950px) {
.cta-btn--web {
  border-radius: 0;
}
}
.cta-btn--web img {
  max-width: 25px;
  width: 100%;
}
.cta-btn--line {
  background-color: #067F41;
  border-radius: 0 0 0 20px;
}
@media screen and (max-width:950px) {
.cta-btn--line {
  border-radius: 0;
}
}
.cta-btn--line img {
  max-width: 26px;
  width: 100%;
}
.cta-btn--tel {
	display: none;
  background-color: #2EA7E0;
}
.cta-btn--tel img {
  max-width: 20px;
  width: 100%;
}
@media screen and (max-width:950px) {
.cta-btn--tel {
  display: flex;
}
}

.medical_box_text a {
	color: #88BD43 !important;
}
.home #medical {
	background-color: #FCF7DD;
}
.home .num6 #feature {
	background-color: #FCF7DD;
}


/* TOP診療時間 */
.jikoku-wrap {
  max-width: 480px;
}
.jikoku-title_o {
  color: #ef9337;
}
.jikoku-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
  margin: 0!important;
}
.jikoku-table th,
.jikoku-table td {
  text-align: center;
  padding: 2px 2px;
  border: none;
  color: #50222a;
}
.jikoku-table thead th {
  font-size: 20px;
  font-weight: bold;
  background-color: transparent;
  color: #50222a;
}
.jikoku-table td.time {
  font-size: 20px;
  font-weight: bold;
  white-space: nowrap;
  background-color: transparent;
}
.jikoku-table td.ok::before {
  content: '';
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #88bd43;
  vertical-align: middle;
}
.jikoku-table td.off {
  color: #ff60b6;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 700px) {
  .jikoku-table thead th {
    font-size: 16px;
  }
  .jikoku-table td.time {
    font-size: 16px;
  }
  .jikoku-table td.off {
    font-size: 16px;
  }
  .jikoku-table td.ok::before {
    width: 12px;
    height: 12px;
  }
}

/* transport */
.transport_box_area{
	width: 90%;
	margin: 0 auto;
	justify-content: space-between;
}
.transport_box{
	width: 45%;
	margin-bottom: 5%;
}
.transport_box .small-heading{
	position: relative;
	font-size: 1.1rem!important;
	font-weight: bold;
	color: #482328!important;
	z-index: 1;
}
.transport_box .small-heading:before{
	position: absolute;
	content: "";
	width: 50px;
	height: 50px;
	background-color: #FFE23D80;
	top: 5px;
	left: -20px;
	z-index: -1;
	border-radius: 50px;
}
.transport_box .small-heading span{
	font-size: 1.8rem!important;
}
.transport_box img{
	width: 100%;
	border-radius: 10px;
	margin-bottom: 0!important;
}
.transport_box p{
	margin-bottom: 0!important;
    font-size: 1.0rem!important;
}
@media screen and (max-width: 1024px){
.transport_box_area{
	width: 100%;
	margin: 0 auto;
	justify-content: space-between;
}
.transport_box{
	width: 100%;
    margin-bottom: 5%;
    margin-top: 5%;
}
.transport_box .small-heading {
    font-size: 1.4rem!important;
}
}
@media screen and (max-width: 700px){
.transport_box .small-heading {
    font-size: 1.2rem!important;
}
}

/* ボタン装飾 */
.two_btn_wrap {
  display: flex;
  gap: 8px;
  width: 90%;
  margin: 3% auto;
}
.two_btn_wrap .header_fv_right_btn {
  width: 50%;
  margin: 0;
  min-height: 60px;
  padding: 8px 12px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-align: left;
  line-height: 1.4;
  text-decoration: none;
  color: #fff !important;
  font-weight: bold;
  font-size: 13px;
  border-radius: 5px;
  transition: 0.3s;
}
.two_btn_wrap .btn_web {
  background-color: #FF8126;
  border: 1px solid #FF8126;
}
.two_btn_wrap .btn_web:hover {
  background-color: #fff;
  color: #FF8126 !important;
}
.btn-icon { width: 24px; height: auto; flex-shrink: 0; }
.btn-icon path { fill: #fff; transition: fill 0.3s; }
.btn_web:hover .btn-icon path { fill: #FF8126; }
.two_btn_wrap .btn_line {
  background-color: #067F41;
  border: 1px solid #067F41;
}
.two_btn_wrap .btn_line:hover {
  background-color: #fff;
  color: #067F41 !important;
}
.two_btn_wrap .header_fv_right_btn img {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}

/* お問い合わせBOX */
.tel_contact_block {
  text-align: center;
  margin: 0 auto;
}
.tel_contact_title {
  font-size: 2.5rem;
  font-weight: bold;
  letter-spacing: 3px;
  margin-bottom: 0!important;
}
.tel_contact_title:before {
  display: none;
}
.tel_contact_title a {
  color: #ff0000 !important;
}
.tel_num_wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.tel_num_icon {
  width: 35px;
  height: 44px;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 700px) {
  .tel_num_icon {
    width: 30px;
    height: 37px;
  }
}

/* 小見出し */
.section_label {
  font-size: 1.7rem;
  color: #482328;
}


/* ============================================================
   ▼▼▼ 投稿ページカスタムCSS ▼▼▼
   参考: ishinkai-mc.net blog.css 移植
   #main_col .post_content で詳細度を上げて親テーマに勝つ
   ============================================================ */


/* ----------------------------------------------------------
   投稿ページ: 1カラム化 + 中央寄せ
   body.single-post でsingleページだけに適用
   ---------------------------------------------------------- */
body.single-post #main_col {
  width: 900px;
  max-width: 98%;
  float: none;
  margin: 0 auto;
}
body.single-post #side_col {
  display: none;
}


/* フォント（!important同士でも詳細度 1,1,1 で勝つ） */
#main_col .post_content,
#main_col .post_content p,
#main_col .post_content li,
#main_col .post_content dt,
#main_col .post_content dd,
#main_col .post_content td,
#main_col .post_content th {
  font-family: "Noto Sans JP", sans-serif !important;
}
#main_col .post_content h1,
#main_col .post_content h2,
#main_col .post_content h3,
#main_col .post_content h4,
#main_col .post_content h5,
#main_col .post_content h6 {
  font-family: "Zen Maru Gothic", sans-serif !important;
}

/* 見出し */
#main_col .post_content h2 {
  padding: 1rem 0.5rem;
  border-top: 5px solid #ffc0ba;
  border-bottom: 5px solid #ffc0ba;
  background: #ffffff;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2em 0 1em;
  line-height: 1.5;
}
#main_col .post_content h3 {
  border-left: 0.4375rem solid #4bb6a1;
  font-size: 1.2rem;
  padding-left: 1.25rem;
  margin: 1.5em 0 1em;
  line-height: 1.4;
}
#main_col .post_content h4 {
  border-bottom: 3px solid #4bb6a1;
  font-size: 1rem;
  padding-left: 1.25rem;
  color: #2c2c2c;
  font-weight: bold;
  margin: 1.5em 0 1em;
  line-height: 1.5;
}
#main_col .post_content h5 { font-size: 1rem; }
#main_col .post_content h6 { font-size: 0.9rem; }

/* 見出し系フォント統一 */
#main_col .post_content .pa,
#main_col .post_content .wp-block-button,
#main_col .post_content .komidashi,
#main_col .post_content .komidashi2,
#main_col .post_content .komidashi3,
#main_col .post_content .komidashi_c,
#main_col .post_content .box-caution_title,
#main_col .post_content .box-matome-ttl,
#main_col .post_content .ac-menu label {
  font-family: 'Zen Maru Gothic', sans-serif;
  font-weight: bold;
  font-size: 1.05rem;
  line-height: 1.5;
}

/* 本文 */
#main_col .post_content p {
  font-size: 1rem;
  line-height: 1.8;
  margin: 0 0 1.5em 0;
}
#main_col .post_content p:last-child { margin: 0; }

/* リンク */
#main_col .post_content a { color: #067F41; text-decoration: underline; transition: all 0.45s; }
#main_col .post_content a:hover { opacity: 0.6; text-decoration: none; }

/* テキスト装飾 */
#main_col .post_content .b { font-weight: bold; }
#main_col .post_content .pink-b { font-weight: bold; color: #e04244; }
#main_col .post_content .blue-b { font-weight: bold; color: #678ec3; }
#main_col .post_content .mininote,
#main_col .post_content p .mininote,
#main_col .post_content td .mininote,
#main_col .post_content th .mininote { display: inline-block; line-height: 1em; font-size: 0.8em; opacity: 0.7; margin: 0; }
#main_col .post_content div.mininote { margin: 10px 0; }
#main_col .post_content .mark_yellow { display: inline; padding: 2px; font-weight: bold; background: linear-gradient(transparent 64%, #fff694 0%); }
#main_col .post_content .redbold { color: #ff0000; font-weight: bold; }

/* 画像 */
#main_col .post_content img { max-width: 100%; height: auto; }

/* テーブル */
#main_col .post_content table { width: 100%; box-sizing: border-box; margin: 5px 0 20px 0; border-collapse: collapse; }
#main_col .post_content table.small { font-size: 87%; }
#main_col .post_content table caption { margin-bottom: 15px; font-weight: bold; text-decoration: underline; }
#main_col .post_content table th,
#main_col .post_content table td { padding: 10px; border: 1px solid #ccc; }
#main_col .post_content table th { background-color: #e9f3f0; vertical-align: middle; font-weight: bold; }
#main_col .post_content table td { background-color: #fff; line-height: 1.8; }
#main_col .post_content table td p:nth-last-of-type(1) { margin-bottom: 0; }
#main_col .post_content table thead th { color: #fff; background-color: #4bb6a1; font-weight: bold; font-size: 1.05rem; }
#main_col .post_content table th.waku,
#main_col .post_content table td.waku { border: 2px solid #f00; }
#main_col .post_content table th.waku { background-color: #ffefef; }
#main_col .post_content table.female thead th { background-color: #ff9085; }
#main_col .post_content table.female tbody th { background-color: #fff1ef; }
#main_col .post_content table.ftable thead th { background-color: #ff9085; }
#main_col .post_content table.ftable tbody th { background-color: #fff1ef; }
#main_col .post_content .table__scroll { overflow-x: scroll; -webkit-overflow-scrolling: touch; margin-bottom: 20px; }
#main_col .post_content .table__scroll th { width: 140px; min-width: 140px; }

/* リスト */
#main_col .post_content li,
#main_col .post_content dt,
#main_col .post_content dd { line-height: 2.4; }
#main_col .post_content ul,
#main_col .post_content ol,
#main_col .post_content dl { margin-bottom: 24px; }
#main_col .post_content ol { list-style: decimal outside none; margin-left: 1.5em; }
#main_col .post_content ul { list-style: circle outside none; margin-left: 1.3em; }

/* 目次 */
#main_col .post_content #toc_container { background: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 8px; padding: 20px 25px; margin: 30px 0; width: 100%; box-sizing: border-box; }
#main_col .post_content #toc_container .toc_title { font-weight: bold; font-size: 1.1rem; text-align: center; margin-bottom: 15px; color: #333; }
#main_col .post_content #toc_container .toc_list { list-style: none; margin: 0; padding: 0; }
#main_col .post_content #toc_container .toc_list li { line-height: 1.8; margin-bottom: 5px; }
#main_col .post_content #toc_container .toc_list li a { color: #4bb6a1; text-decoration: none; font-size: 0.95rem; }
#main_col .post_content #toc_container .toc_list li a:hover { text-decoration: underline; opacity: 1; }
#main_col .post_content #toc_container .toc_list ul { margin-left: 1.5em; list-style: none; padding: 0; }
#main_col .post_content #toc_container .toc_number { margin-right: 0.5em; font-weight: bold; color: #4bb6a1; }

/* 小見出し装飾 */
#main_col .post_content .komidashi { position: relative; line-height: 1.4; margin-top: 10px; font-weight: 700; font-size: 1rem; }
#main_col .post_content .komidashi:first-letter { font-size: 150%; color: #4bb6a1; }
#main_col .post_content .komidashi2 { font-weight: bold; margin: 20px 0; position: relative; background-color: #e9f3f0; padding: 10px 20px; border-radius: 9999px; }
#main_col .post_content .komidashi2::before { content: ""; position: absolute; border: 10px solid transparent; border-top: 10px solid #e9f3f0; top: 100%; left: 8%; }
#main_col .post_content .komidashi3 { font-weight: bold; margin: 20px 0; position: relative; background-color: #ff9085; padding: 10px 20px; border-radius: 9999px; color: #fff; }
#main_col .post_content .komidashi3::before { content: ""; position: absolute; border: 10px solid transparent; border-top: 10px solid #ff9085; top: 100%; left: 8%; }
#main_col .post_content .komidashi_c { font-weight: bold; font-size: 1.2em; padding-bottom: 1em; text-align: center; position: relative; margin-bottom: 10px; }
#main_col .post_content .komidashi_c::after { content: ''; background-color: #c6e4de; width: 5em; height: 4px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }

/* 装飾区切り */
#main_col .post_content .pa { display: flex; justify-content: center; align-items: center; font-weight: bold; font-size: 16px; text-align: center; margin-top: 20px; margin-bottom: -20px; }
#main_col .post_content .pa::before,
#main_col .post_content .pa::after { content: ''; width: 2px; height: 30px; background-color: #ff6076; }
#main_col .post_content .pa::before { margin-right: 30px; transform: rotate(-35deg); }
#main_col .post_content .pa::after { margin-left: 30px; transform: rotate(35deg); }

/* ボタン */
#main_col .post_content .wp-block-button a { background-color: #067F41; color: #FFFBF7; text-decoration: none; transition: all 0.45s; display: inline-block; }
#main_col .post_content .wp-block-button { text-align: center; }
#main_col .post_content .wp-block-button__link { color: #fff; background-color: #067F41; border-radius: 9999px; box-shadow: none; text-decoration: none; padding: calc(.667em + 2px) calc(1.333em + 2px); font-size: 1.125em; }
#main_col .post_content .wp-element-button { cursor: pointer; }

/* フル幅画像 */
#main_col .post_content .full_img { margin: 20px 0; }
#main_col .post_content .full_img img { width: 100%; height: auto; display: block; }

/* ボーダー枠ボックス */
#main_col .post_content .has-border.-border01 { border: solid 3px #4bb6a1; margin-bottom: 10px; margin-top: 28px; padding: 20px; border-radius: 15px; }
#main_col .post_content .has-border.-border02 { border: solid 3px #ff8596; margin-bottom: 10px; margin-top: 28px; padding: 20px; border-radius: 15px; }
#main_col .post_content .has-border,
#main_col .post_content div.has-background,
#main_col .post_content p.has-background { padding: 20px; }

/* 注意ボックス */
#main_col .post_content .box-caution { border: solid 3px #e04244; margin-bottom: 10px; margin-top: 28px; padding: 20px; background: #fff9f9; border-radius: 15px; }
#main_col .post_content .box-caution_title { font-weight: bold; font-size: 1.2em; padding-bottom: 1em; text-align: center; position: relative; margin-bottom: 10px; }
#main_col .post_content .box-caution_title::after { content: ''; background-color: #e04244; width: 5em; height: 4px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); }
#main_col .post_content .box-caution p { margin-top: 1.25rem; }

/* 紫背景ボックス */
#main_col .post_content .box-purple { margin-bottom: 10px; margin-top: 28px; padding: 20px; background-color: #eef7f6; border-radius: 15px; }

/* 文献ボックス */
#main_col .post_content .box-bunken { margin: 20px auto; }
#main_col .post_content .box-bunken-ttl { background-color: #aaa; color: #fff; padding: 2px 20px; width: fit-content; margin: 0; font-size: 0.7em; font-weight: bold; border-radius: 5px 5px 0 0; }
#main_col .post_content .box-bunken-txt { padding: 10px 20px; border: 1px solid #aaa; font-size: 0.7em; width: fit-content; margin-top: 0 !important; }

/* まとめボックス */
#main_col .post_content .box-matome { padding: 0.8rem; background-color: #ffe2df; }
#main_col .post_content .box-body { padding: 1rem; border-radius: 1rem; background-color: white; }
#main_col .post_content .box-matome-ttl { position: relative; background: #ff9085; padding: 10px 0; margin: 0; width: 100%; font-size: 1.2rem; font-weight: bold; color: #ffffff; text-align: center; border-radius: 9999px; }
#main_col .post_content .box-matome p { margin-top: 1.25rem; }

/* 引用風ボックス */
#main_col .post_content .box-inyo { position: relative; margin: 20px auto 0px; padding: 10px 20px 20px 60px; background: #f5f5f5; border-left: solid 5px #4bb6a1; }
#main_col .post_content .box-inyo:before { display: inline-block; position: absolute; top: 5px; left: 3px; content: "\201C"; color: #cfcfcf; font-size: 90px; line-height: 1; }

/* ポイントボックス */
#main_col .post_content .box-point { position: relative; margin: 2em 0; padding: 0.5em 1em; border: solid 3px #4bb6a1; border-radius: 10px; }
#main_col .post_content .box-point-title { position: absolute; display: inline-block; top: -13px; left: 15px; padding: 0 9px; line-height: 1; background: #FFF; color: #4bb6a1; font-weight: bold; }
#main_col .post_content .box-point p { margin: 8px; padding: 0; }
#main_col .post_content .box-point2 { position: relative; margin: 2em 0; padding: 0.5em 1em; border: solid 3px #ff6076; border-radius: 10px; }
#main_col .post_content .box-point2-title { position: absolute; display: inline-block; top: -13px; left: 15px; padding: 0 9px; line-height: 1; background: #FFF; color: #ff6076; font-weight: bold; }
#main_col .post_content .box-point2 p { margin: 8px; padding: 0; }

/* ドットリスト */
#main_col .post_content ul.dot { padding: 0.3em 0; list-style-type: none; border: none; margin-left: 0; }
#main_col .post_content ul.dot li { font-weight: bold; position: relative; padding: 0.3em 0 0.3em 1.6em; line-height: 1.5; }
#main_col .post_content ul.dot li:before { content: ''; position: absolute; background-color: #4bb6a1; width: 4px; height: 4px; border-radius: 50%; left: 10px; top: 13px; }

/* チェックリスト */
#main_col .post_content ul.check_list { list-style: none; margin-left: 0; }
#main_col .post_content ul.check_list li { font-weight: bold; position: relative; padding: 0em 0.3em 0.3em 1.3em; }
#main_col .post_content ul.check_list li:after,
#main_col .post_content ul.check_list li:before { position: absolute; content: ''; display: block; background: #ff6076; top: 0.43em; left: 0.5em; height: 11px; width: 2px; border-radius: 10px; transform: rotate(45deg); }
#main_col .post_content ul.check_list li:before { top: 0.6em; left: 0.1em; height: 8px; transform: rotate(-45deg); }

/* フローデザイン */
#main_col .post_content .flow_design { display: grid; }
#main_col .post_content .flow_design ul { margin: 0; padding: 0; width: 100%; }
#main_col .post_content .flow_design li { list-style-type: none; }
#main_col .post_content .flow_design dd { margin-left: 0; }
#main_col .post_content .flow > li { padding: 40px 10px; }
#main_col .post_content .flow > li:not(:last-child) { border-bottom: 2px solid #ffe2df; position: relative; }
#main_col .post_content .flow > li:not(:last-child)::before,
#main_col .post_content .flow > li:not(:last-child)::after { content: ""; border: solid transparent; position: absolute; top: 100%; left: 15%; transform: translateX(-50%); }
#main_col .post_content .flow > li:not(:last-child)::before { border-width: 22px; border-top-color: #ffe2df; }
#main_col .post_content .flow > li:not(:last-child)::after { border-width: 20px; border-top-color: #fff; }
#main_col .post_content .flow > li dl { margin: 0; }
#main_col .post_content .flow > li dl dt { font-family: 'Zen Maru Gothic', sans-serif; font-size: 18px; font-weight: 600; border-bottom: 1px dotted #878787; margin-bottom: 0.5em; padding-bottom: 0.5em; display: flex; }
#main_col .post_content .flow > li dl dt .icon02 { font-size: 12px; color: #fff; background: #ff9085; padding: 5px 10px; display: inline-block; margin-right: 0.5em; }

/* Q&A */
#main_col .post_content .Qa-Box { margin: 0 auto; }
#main_col .post_content .Qa-Box .Qa dt,
#main_col .post_content .Qa-Box .Qa dd { display: flex; align-items: baseline; padding: 15px; }
#main_col .post_content .Qa-Box .Qa dd { background: #ffefef; }
#main_col .post_content .Qa-Box .Qa dt p { margin: 0; padding-left: 15px; font-weight: bold; width: 100%; }
#main_col .post_content .Qa-Box .Qa dd p { margin: 0; padding-left: 15px; width: 100%; }
#main_col .post_content .Qa-Box .Qa dt::before { content: "Q"; display: flex; justify-content: center; align-items: center; color: #fff; background: #1199cc; width: 2em; height: 2em; border-radius: 50% !important; font-weight: bold; flex-shrink: 0; }
#main_col .post_content .Qa-Box .Qa dd::before { content: "A"; display: flex; justify-content: center; align-items: center; color: #fff; background: #d64300; width: 2em; height: 2em; border-radius: 50% !important; font-weight: bold; flex-shrink: 0; }

/* アコーディオン */
#main_col .post_content .ac-menu:last-child { margin-bottom: 60px; }
#main_col .post_content .ac-menu input { display: none; }
#main_col .post_content .ac-menu label { color: #fff; font-size: 1.05rem; line-height: 2; font-weight: bold; text-align: center; background: #4bb6a1; margin-top: 20px; padding: 20px; cursor: pointer; position: relative; display: block; }
#main_col .post_content .ac-menu label:after { position: absolute; right: 20px; top: 50%; transform: translateY(-50%); content: "\FF0B"; }
#main_col .post_content .ac-menu input:checked ~ label::after { content: "\FF0D"; }
#main_col .post_content .ac-menu div { height: 0; overflow: hidden; opacity: 0; transition: 0.3s; }
#main_col .post_content .ac-menu label:hover { opacity: 0.5; }
#main_col .post_content .ac-menu input:checked ~ div { height: auto; opacity: 1; padding: 20px; background: #F5F5F5; margin-top: 0; }
#main_col .post_content .ac-menu-inside { line-height: 2; }
#main_col .post_content .ac-menu input + br { display: none; }
#main_col .post_content .ac-menu label + p:empty { display: none; }

/* メールボタン */
#main_col .post_content .c-mail { align-items: center; background-color: #FF9D84; border-radius: 2rem; color: #fff !important; text-decoration: none !important; display: inline-flex; font-size: 1rem; font-weight: bold; gap: 0.9375rem; height: 4rem; justify-content: center; width: 100%; }

/* 大見出し */
#main_col .post_content .c-xl-title { color: #067F41; font-size: 1.625rem; font-weight: bold; line-height: 1.4230769231; text-align: center; }

/* 電話リンク */
#main_col .post_content .p-contact__tel a { align-items: center; display: flex; font-weight: bold; gap: 0.75rem; justify-content: center; letter-spacing: 0.05em; color: inherit; text-decoration: none; transition: opacity 0.3s; }

/* レスポンシブ */
@media screen and (max-width: 768px) {
  #main_col .post_content { padding-left: 8px; padding-right: 8px; box-sizing: border-box; }
  #main_col .post_content h2 { font-size: 1.2rem; padding: 0.8rem 0.4rem; }
  #main_col .post_content h3 { font-size: 1.1rem; }
  #main_col .post_content h4 { font-size: 1.1rem; }
  #main_col .post_content #toc_container { padding: 15px; }
  #main_col .post_content .pa { font-size: 14px; }
  #main_col .post_content .flow > li dl dt { font-size: 16px; }
  #main_col .post_content .box-matome-ttl { font-size: 16px; }
}
/* ============================================================
   ▼ 投稿ページ
   ============================================================ */
body.single-post #main_col {
  width: 900px;
  max-width: 95%;
  float: none;
  margin: 0 auto;
}

/* ============================================================
   ▼ 固定ページ (デフォルトテンプレート) を 1200px 幅に統一
   - body.page かつ #main_contents > #page_content > .post_content の構造を持つページが対象
   - TOPページ (TCDコンテンツビルダー使用) は構造が異なるため影響なし
   - 投稿ページ・固定ページ・カードグリッドの3つを 1200px に統一
   ============================================================ */
body.page #main_contents > #page_content > .post_content {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  box-sizing: border-box;
}

/* Kamesan Clinic Insights プラグインのカード幅も 1200px に揃える */
.mcl-archive {
  --mcl-max-width: 75rem;
}
/* ============================================================
   ▼▼▼ Kamesan Clinic - ページヘッダー  ▼▼▼
   - 画像 76.39vw 右寄せ + 左下角丸
   - 英語タイトル(大) + 日本語タイトル(小) の2行構成
   - 各ページの英語タイトルは CSS変数 --mcl-en-title で設定
   ============================================================ */

/* ============================================================
   ① 隙間対策(メニューと画像の間)
   ============================================================ */

/* TCDが画像上に出していた SEO 用見出しブロックを非表示 */
.h1_title {
  display: none !important;
}

/* サイドボタンが flow space を取って隙間を作るので絶対配置に */
#header + #side_button,
#side_button {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  z-index: 100;
  margin: 0 !important;
}

#header {
  margin-bottom: 0 !important;
}

/* ============================================================
   ② #page_header (画像エリア)
   - SP: 100vw 全幅 + aspect 375/295 + 左下 30px丸
   - PC: 76.39vw 右寄せ + aspect 1100/370 + 左下 50px相当丸
   ============================================================ */
#page_header {
  width: 100vw !important;
  max-width: 100vw !important;
  height: auto !important;
  min-height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;

  /* SP既定: 縦長アスペクト + 30px丸 */
  aspect-ratio: 375 / 295;
  border-radius: 0 0 0 1.875rem !important;

  position: relative;
  display: block;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #page_header {
    width: 76.39vw !important;
    max-width: 76.39vw !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    aspect-ratio: 1100 / 370;            /* PC: 横長バナー */
    border-radius: 0 0 0 3.4722vw !important;
  }
}

/* 黒オーバーレイ非表示 */
#page_header .overlay {
  display: none !important;
}

/* ============================================================
   ③ タイトル枠を画像の左下に絶対配置
   ============================================================ */
#page_header #page_header_inner {
  position: absolute !important;
  top: 60% !important;
  left: 1.25rem !important;
  bottom: auto !important;             /* SP: 20px */
  right: auto !important;
  transform: translateY(-50%);
  width: auto !important;
  max-width: 90% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  background: transparent !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 10;
}

@media screen and (min-width: 768px) {
  #page_header #page_header_inner {
    bottom: 3.125rem !important;          /* PC: 50px */
    left: 3.125rem !important;
  }
}

/* ============================================================
   ④ 英語タイトル(大)を ::before 疑似要素で追加
   - odaclinic の <p>Medical Contents</p> を再現
   - CSS変数 --mcl-en-title で各ページ個別に設定可能
   ============================================================ */
#page_header h1.title::before,
#page_header .title::before,
#page_header h1::before {
  content: var(--mcl-en-title, "Page");   /* デフォルトは "Page" */
  display: block;
  color: #fff;
  /*font-family: "Cormorant", "Times New Roman", serif; */
  font-size: 1.875rem;                    /* SP: 30px */
  font-weight: 500;
  line-height: 1.4666666667;
  letter-spacing: 0.02em;
  margin: 0;
  padding: 0 0 0.3rem 0;
  border-bottom: 1px solid #fff;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 49, 24, 0.1);
}

@media screen and (min-width: 768px) {
  #page_header h1.title::before,
  #page_header .title::before,
  #page_header h1::before {
    font-size: 4.375rem;                  /* PC: 70px */
    line-height: 1.4285714286;
    padding-bottom: 0.4rem;
  }
}

/* ============================================================
   ⑤ 日本語タイトル(h1 そのもの) - 小さく
   - odaclinic の <h2>メディカルコンテンツ</h2> を再現
   ============================================================ */
#page_header h1.title,
#page_header .title,
#page_header h1 {
  color: #fff !important;
  font-family: "Zen Maru Gothic", "Hiragino Kaku Gothic ProN", sans-serif !important;
  font-size: 1.25rem !important;          /* 20px (PCもSPも同じ) */
  font-weight: bold !important;
  line-height: 1.5 !important;
  letter-spacing: 0.02em !important;
  margin: 0.1875rem 0 0 0 !important;     /* 英語タイトルの下に 3px の余白 */
  padding: 0 !important;
  border: none !important;
  text-shadow: 0 0.1875rem 0.375rem rgba(0, 49, 24, 0.1) !important;
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* ============================================================
   ⑥ 各ページの英語タイトル設定
   ここに新しい固定ページを追加するたびに英語タイトルを書き足す
   page-id の数字は WordPress 固定ページの ID
   ============================================================ */

/* デフォルト(指定なしのページ) */
body.page {
  --mcl-en-title: "Page";
}

/* もっとテスト２ (固定ページID 692) */
body.page-id-692 #page_header h1::before {
  content: "Column";
}

/* 投稿ページ共通 */
body.single-post {
  --mcl-en-title: "Blog";
}

/* ----------- 新しいページを追加するときの書き方 -----------
body.page-id-XXX {
  --mcl-en-title: "Your English Title";
}
----------------------------------------------------------- */

/* ============================================================
   一覧ページ装飾
   ============================================================ */

.post_content .mcl-archive p {
	margin: 10px 0;
	font-weight: bold;
	line-height: 1.5;
}
.mcl-card:hover .mcl-card__title {
    color: #ffae76;
}

/* ============================================================
   目次
   ============================================================ */

#toc_container {
  width: auto !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* ============================================================
   カテゴリー装飾
   ============================================================ */
.cat_id_1 a,
.cat_id_1 a:link,
.cat_id_1 a:visited {
  color: #ffffff !important;
  background: #ff9085 !important;
}

body .cat_id_1 a:hover,
body .cat_id_1 a:focus {
  color: #ffffff !important;
  background: #ffe9e7 !important;
}
}

/* テーブルの横スクロール */
.table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; /* iOSå¯¾å¿œ */
    margin-bottom: 20px;
}
.table-scroll td,
.table-scroll th {
    min-width: 120px; /* 1セルあたりの最小幅 */
}
/* PC時は非表示 */
.scroll-hint {
    display: none;
}

/* スマホ時のみ表示＆固定 */
@media screen and (max-width: 700px) {
    .scroll-hint {
        display: block;
        position: sticky;
        left: 0;
        text-align: right;
        font-size: 0.7rem!important;
        color: #888;
        margin-bottom:  0px!important;
    }
}