@charset "utf-8";

main section:not(:first-of-type):not(:last-of-type) {
	padding-bottom: 70px;
	margin-bottom:70px;
}
main section:first-of-type{
	margin-bottom:100px;
}
main section:last-of-type {
	padding-bottom: 230px;
}


@media screen and (max-width: 1280px) {
	main section:last-of-type {
		padding-bottom: 110px;
	}
}

@media screen and (max-width: 1024px) {
main section:not(:first-of-type):not(:last-of-type) {
		padding-bottom: 30px;
	}
}

@media screen and (max-width: 600px) {
	main section:first-of-type {
			margin-bottom: 50px;
	}
	main section:not(:first-of-type):not(:last-of-type) {
			padding-bottom: 20px;
	}
	main section:last-of-type {
		padding-bottom: 60px;
	}
}




/*共通ブロック
────────────────────────────────────*/
.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}



/*共通装飾
────────────────────────────────────*/
p{
	line-height:2;
}
figcaption {
	text-align:center;
    margin-top: 10px;
    line-height: 1.5;
}
.pink {
    color: #D65979;
}


/*set 見出し
──────────────────*/
.h2_headingA{
	font-size: 2.7rem;
  font-family: var(--font-maru);
  letter-spacing: 0.01em;
	margin-bottom:30px;
}
.h2_headingA span {
    color: var(--color-red1);
}

.heading_square {
    position: relative;
    margin: 0 0 15px -20px;
    padding-left: 20px;
    font-size: 1.8rem;
    font-weight: 500;
}
.heading_square::before {
	content: "";
	position: absolute;
	top: 3px;
	left: 0;
	width: 6px;
	height: 24px;
	background: var(--color-red1);
}

.h3_headingA {
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1c9e13;
    line-height: 1.5;
}

.heading_line {
    position: relative;
    padding: 0 0 10px 0;
    margin-bottom: 20px;
    border-bottom: 3px solid #ccc;
    font-size: 1.7rem;
    color: #d65979;
}
.heading_line:before {
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 20%;
  height: 3px;
  content: '';
  background: #d65979;
}

.dot_pink {
    position: relative;
    margin-bottom: 16px;
    padding-left: 1em;
    font-size: 1.8rem;
}
.dot_pink::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    background: url(../images/common/li_dot.png) no-repeat center / contain;
}


@media screen and (max-width: 600px) {
	.h2_headingA{
		font-size: 2.2rem;
    margin-bottom: 10px;
	}
}



/*set list
──────────────────*/
ul.li_dot li {
    position: relative;
    margin-bottom: 16px;
    padding-left: 1em;
}
ul.li_dot li::before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    width: 8px;
    height: 8px;
    background: url(../images/common/li_dot.png) no-repeat center / contain;
}

.li_kome li {
    text-align: left;
    padding-left: 20px;
    margin-bottom: 10px;
    list-style: none;
}
.li_kome li::before{
    content: '※';
    padding-right: 3px;
    margin-left: -17px;
}



/*共通余白
────────────────────────────────────*/
.mt30 {
	margin-top:30px;
}
.mt40 {
	margin-top:40px;
}
.mt50 {
	margin-top:50px;
}
.mt100 {
	margin-top:100px;
}
.mb30 {
	margin-bottom:30px;
}


/* sec_head共通 診療科目・専門外来 medical
────────────────────────────────────*/
[class^="treatment"] .sec_head .inner,
[class*=" treatment"] .sec_head .inner {
	padding: 60px;
	margin-top: 20px;
	border-radius: 30px;
	background: var(--color-bg2);
}
[class^="treatment"] .sec_head .inner p,
[class*=" treatment"] .sec_head .inner p{
    margin-bottom: 0;
}

/* sec_head共通 policy sitemap
────────────────────────────────────*/
.policy .sec_head .inner,
.sitemap .sec_head .inner {
	padding: 60px;
	margin-top: 20px;
	border-radius: 30px;
	background-color:#fff;
}
.policy .sec_head .inner p,
.sitemap .sec_head .inner p{
    margin-bottom: 0;
}

@media screen and (max-width: 600px) {
	[class^="treatment"] .sec_head .inner,
	[class*=" treatment"] .sec_head .inner {
			padding: 20px 30px;
			margin-top: 20px;
			border-radius: 20px;
	}
}


/**
  clinic
**/
#clinic .sec_philosophy h2,
#clinic .sec_notice h2 {
  text-align: center;
}

#clinic .sec_philosophy .group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}
#clinic .sec_philosophy .group .motto {
	width: 200px;
}
#clinic .sec_philosophy .group .policy {
	margin-top: 100px;
	width: 640px;
}
#clinic .sec_philosophy .group .policy h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
}
#clinic .sec_philosophy .group .policy ul {
	margin: 35px 0;
}

/*#clinic .sec_philosophy .partners {
	padding: 40px 80px;
	border: 1px solid var(--color-red1);
}*/
#clinic .sec_philosophy .partners h4 {
	margin-bottom: 15px;
	font-weight: 500;
}
#clinic .sec_philosophy .partners ul {
	column-count: 4;
}


#clinic .sec_feature h2 {
	margin-bottom: 70px;
}
#clinic .sec_feature .group {
	display: flex;
	justify-content: space-between;
	margin-bottom: 120px;
}
#clinic .sec_feature .group .description {
	width: 625px;
}
#clinic .sec_feature .group .description h3 {
	position: relative;
	margin-bottom: 16px;
	padding-left: 1em;
	font-size: 1.8rem;
}
#clinic .sec_feature .group .description h3::before {
	content: "";
	position: absolute;
	top: .6em;
	left: 0;
	width: 8px;
	height: 8px;
	background: url('../images/common/li_dot.png') no-repeat center / contain;
}
#clinic .sec_feature .group .description p:not(:last-of-type) {
	margin-bottom: 40px;
}
#clinic .sec_feature .group figure {
	width: 580px;
}
#clinic .sec_feature .group figure img {
	border-radius: 30px;
}
#clinic .sec_feature .family_doctor h3 {
	margin-bottom: 20px;
	font-size: 3rem;
	font-weight: 500;
	color: var(--color-red1);
}


#clinic .sec_notice h2 {
	margin-bottom: 30px;
}
#clinic .sec_notice div h3 {
	margin-bottom: 20px;
	font-size: 2rem;
	font-weight: 500;
	color: var(--color-red1);
}

@media screen and (max-width: 1280px) {
	#clinic .sec_feature .group .description {
		width: 49%;
	}
	#clinic .sec_feature .group figure {
		width: 45%;
	}
}

@media screen and (max-width: 1024px) {
	#clinic .sec_philosophy .group .motto {
		width: 22%;
	}
	#clinic .sec_philosophy .group .policy {
		width: 71%;
	}
	/*#clinic .sec_philosophy .partners {
		padding: 40px;
	}*/

	#clinic .sec_feature .group .description h3 {
		font-size: 1.6rem;
	}
	#clinic .sec_feature .family_doctor h3 {
		font-size: 2.4rem;
	}
}

@media screen and (max-width: 767px) {
	#clinic .sec_philosophy h2 {
		margin-bottom: 20px;
	}
	#clinic .sec_philosophy .group {
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
	}
	#clinic .sec_philosophy .group .motto {
		width: 160px;
	}
	#clinic .sec_philosophy .group .policy {
		margin-top: unset;
		width: 100%;
	}
	/*#clinic .sec_philosophy .partners {
		padding: 20px;
	}*/
	#clinic .sec_philosophy .partners ul {
		column-count: 3;
	}

	#clinic .sec_feature h2 {
		margin-bottom: 20px;
	}
	#clinic .sec_feature .group {
		flex-direction: column;
		align-items: center;
		row-gap: 40px;
		margin-bottom: 30px;
	}
	#clinic .sec_feature .group .description {
		width: 100%;
	}
	#clinic .sec_feature .group figure {
		width: min(440px, 100%);
	}
	#clinic .sec_feature .family_doctor h3 {
		font-size: 2rem;
	}

	#clinic .sec_notice div h3 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 539px) {
	#clinic .sec_philosophy .partners ul {
		column-count: 2;
	}
}


/**
  Contact
**/
#contact .wpcf7 table th {
  text-align: left;
}

#contact  .wpcf7 input.post_number1 {
  width: 3em;
}
#contact  .wpcf7 input.post_number2 {
  width: 4em;
}


/**
  privacy-policy
**/
#privacy-policy .group {
  margin-bottom: 3em;
}
#privacy-policy .group  p {
  margin-bottom: 1em;
}




/*超音波検査
────────────────────────────────────*/
.echo .newest{
    background: #fff4f7;
    border: 1px solid #d65879;
    padding: 35px;
}
.echo .newest div{
    width: 57%;
}
.echo .newest figure{
    width: 39%;
    max-width: 350px;
}

.echo .echo_img01{
    width: 100%;
    max-width: 880px;
    margin: 20px auto 0;
}
.echo .balloon_area{
    width: 100%;
    margin: 0 auto;
}
.echo .balloon_area p{
    width: 70%;
}
.echo .balloon_area > figure{
    width: 30%;
    max-width: 200px;
}

.echo .echolist{
    margin: 80px 0 0;
}
.echo .echolist li{
    margin: 0 0 50px;
}
.echo .echolist li:last-of-type{
    margin: 0;
}
.echo .echolist h3{
    font-size: 2rem;
    margin-bottom: 10px;
    color: #1c9e13;
    line-height: 1.5;
}
.echo .echolist li h3:before{
    padding-right: 2px;
}
.echo .echolist li:first-of-type h3:before{
    content: '①';
}
.echo .echolist li:nth-of-type(2) h3:before{
    content: '②';
}
.echo .echolist li:nth-of-type(3) h3:before{
    content: '③';
}
.echo .echolist li:nth-of-type(4) h3:before{
    content: '④';
}
.echo .echolist .txt_area{
		width: 100%;
    max-width: 640px;
}

.echo .echolist figure{
    width: 25%;
    max-width: 249px;
}

@media screen and (max-width: 600px) {
    .echo .newest {
        padding: 25px;
    }
    .echo .newest div {
        width: 100%;
    }
    .echo .newest figure {
        width: 100%;
        margin: 35px auto 0;
    }
		.echo .balloon_area p {
				width: 100%;
		}
    .echo .sec-Internal .balloon1-right figure {
        position: initial;
        width: 80%;
        transform: none;
        margin: 20px auto 0;
    }
    .echo .balloon_area > figure {
        width: 50%;
        margin: 35px auto;
    }
    .echo .echolist .txt_area {
        width: 100%;
    }
    .echo .echolist figure {
        width: 100%;
        margin: 20px auto 0;
    }

}

/* 交通アクセス
────────────────────────────────────*/
.sec-bus .flex{
	justify-content: flex-start;
	gap: 20px;
}


/*動脈硬化性疾患
─────────────────────*/
.sec-diabetes figure {
    width: 300px;
    margin-left:auto;
	margin-right:auto;
}

/*リウマチ、膠原病
─────────────────────*/
#treatment03 .sec-rheumatoid .flex p{
    width:100%;
    max-width: 550px;
}

/*血液の病気
─────────────────────*/
.sec-blood .flex p{
    width:100%;
    max-width: 490px;
}

/*禁煙外来
─────────────────────*/
.sec-nosmoking .notice p {
    padding: 30px;
    border: 1px solid #d65879;
    border-radius: 7px;
    text-align: center;
    font-size: 2.2rem;
    color: #D65979;
    line-height: 1.6;
}
.nosmoking .flex div{
    width:100%;
    max-width: 570px;
}
.screening {
    padding: 30px;
    background-color: #ffffff;
    border-radius: 5px;
    margin-bottom: 50px;
}
.treatment05 h3 {
    font-size: 1.8rem;
    margin-bottom: 30px;
    line-height: 1.5;
}
.treatment05 h3 span {
	display:block;
    font-size: 1.6rem;
    white-space: nowrap;
    color: #000000;
	font-weight:normal;
}
.screening p{
	margin-bottom:20px;
}
.screening ul {
    margin-bottom: 30px;
    padding: 0 27px;
}
.screening li {
    list-style: none;
    display: inline-block;
    white-space: nowrap;
    width: 170px;
    line-height: 2;
}
@media screen and (max-width: 1024px) {
.sec-nosmoking .notice p {
    padding: 20px;
    border-radius: 7px;
    text-align: left;
    font-size: 2rem;
}
.treatment05 h3 {
    font-size: 1.6rem;
}
.nosmoking .flex div {
    max-width: initial;
}
	.supporter .flex{
		flex-wrap: initial;
		gap: 5px;
	}
}
@media screen and (max-width: 600px) {
.sec-nosmoking .notice p {
    font-size: 1.6rem;
}

}


/*プラセンタ治療
─────────────────────*/
.sec-placenta .flex.kouka div{
    width:100%;
    max-width: 660px;
}
.sec-placenta .fukusayou ul {
    list-style: none;
    padding-left: 1rem;
}
.sec-placenta .fukusayou ul li {
    padding-left: 2rem;
    position: relative;
    margin-top: 12px;
}
.sec-placenta .fukusayou ul li::before{
    content: '①';
    position: absolute;
    top: 0;
    left: 0;
    font-weight: normal;
}
.sec-placenta .fukusayou ul li:nth-of-type(2)::before{
    content: '②';
}
.sec-placenta .fukusayou ul li:nth-of-type(3)::before{
    content: '③';
}
.sec-placenta .fukusayou ul li:nth-of-type(4)::before{
    content: '④';
}
.sec-placenta .fukusayou ul li:nth-of-type(5)::before{
    content: '⑤';
}
.sec-placenta .fukusayou ul li:nth-of-type(5){
    font-weight: 600;
}
.sec-placenta .fukusayou ul li:nth-of-type(5) p{
    font-weight: 500;
    line-height: 1.5;
    margin-top: 5px;
}

/*発毛治療
─────────────────────*/
.sec-aga .flex div{
    width:100%;
    max-width: 600px;
}
.sec-aga .flex div.aga{
    width:100%;
    max-width: 250px;
}
.sec-aga .aga > p:first-of-type {
    background: #2c2c2c;
    padding: 5px;
}
.sec-aga .aga > div {
    border: 1px solid #ccc;
	padding: 10px 20px 20px;
}
.sec-aga .aga div img {
	margin-top:20px;
}
.sec-aga .notice {
    display: block;
    color: #D65979;
}
@media screen and (max-width: 600px) {
	.sec-aga .flex div.aga{
			width:100%;
			max-width: 250px;
		margin:30px auto 0;
	}
}


/*在宅医療
────────────────────────────────────*/
.sec-homecare .flex p{
    width:100%;
    max-width: 600px;
}
@media screen and (max-width: 1024px) {
	.sec-homecare .flex{
		flex-wrap:inherit;
		gap:30px;
	}
}
@media screen and (max-width: 600px) {
	.sec-homecare .flex{
		flex-wrap:wrap;
		gap:initial;
	}
	.sec-homecare figure{
		margin:30px auto 0;
	}
}

/* よくある質問 .question
────────────────────────────────────*/
.q_list dl {
    margin: 0 0 10px;
}
.page-secret .q_list dl:last-of-type {
    margin: 0;
}
.q_list dt {
    padding: 11.5px 40px 11.5px 10px;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    border-bottom: 2px solid #D65979;
}
.q_list dt::before,
.q_list dt::after {
    content: "";
    display: block;
    position: absolute;
    background: #D65979;
}
.q_list dt:before {
    width: 23px;
    height: 3px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}
.q_list dt:after {
    width: 3px;
    height: 23px;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    transition: all .3s;	
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}
.q_list dt.active::after {
    transform: translateY(-50%) rotate(90deg);
}
.q_list dd {
    line-height: 1.8;
    display: none;
    background-color: #fff;
    padding: 30px 40px;
    margin-bottom: 40px;
    border-radius: 7px;
}
/* .q_list dd ul{
    
} */
.q_list dd li {
    list-style: none;
    padding-left: 25px;
    position: relative;
    margin: 0 0 8px;
}
.q_list dd li:before {
    position: absolute;
    top: 0;
    left: 0;
}
.q_list dd li:first-of-type:before {
    content: '(1)';
}
.q_list dd li:nth-of-type(2):before {
    content: '(2)';
}
.q_list dd li:nth-of-type(3):before {
    content: '(3)';
}
.q_list dd li:nth-of-type(4):before {
    content: '(4)';
}

@media screen and (max-width: 600px) {
    .q_list dt {
        font-size: 1.6rem;
    }
}


/*診療予約
──────────────────*/
.page section.sec-sheet {
    padding-top: 10px;

		margin-bottom: unset !important;
		padding-bottom: unset !important;
}
.sec-sheet .inner{
    text-align: center;
    background-color: #fff4f7;
    padding: 80px 30px 30px 30px;
    border-radius: 5px;
}
[class|=sec].sec-sheet .inner > p {
    margin-bottom: 15px;
}

.sec-sheet p {
	text-align: center;
}
.sec-sheet p.note {
	margin-top: 1em;
}

.intro_yoyaku ul.li_kome{
    margin: 20px auto;
    width: 520px;
}
.page section.sec-reserveForm {
    padding-top: 80px;
}
.sec-reserveForm h2.petalB{
    font-size: 2.3rem;
}
.sec-reserveForm h2.petalB::after{
    top: 31px;
}
.sec-reserveForm .inner:nth-of-type(1){
    padding-top: 50px;
}

/* .sec-reserveForm .inner:nth-of-type(1) .pink01 {
    display: block;
    text-align: center;
    color: #D65979;
} */

.sec-reserveForm p span.note {
	display: block;
	color: var(--color-red1);
}

.sec-reserveForm .fever{
    padding: 30px;
    border: 1px solid #d65879;
    text-align: center;
    margin: 30px 0 30px;
}
.sec-reserveForm .fever h3 {
    font-size: 2.1rem;
    color: #1c9e13;
    margin-bottom: 15px;
}
.sec-reserveForm .fever .pink02{
    color: #D65979;
}
.sec-reserveForm .fever .tel{
    margin-top: 10px;
}

.sec-reserveForm p.appointment2ways {
	font-size: 2.2rem;
	text-align: center;
	font-weight: 700;
}

.sec-reserveForm .inner:nth-of-type(2) {
    background-color: #fff4f7;
    padding: 80px 30px 30px 30px;
}
/* .sec-reserveForm .desiredTime{
    
} */
.sec-reserveForm .desiredTime .am,
.sec-reserveForm .desiredTime .pm{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 0 5px;
}
.sec-reserveForm .desiredTime .am span,
.sec-reserveForm .desiredTime .pm span{
    width: 50px;
}
.sec-reserveForm .desiredTime .am div,
.sec-reserveForm .desiredTime .pm div{
    width: calc(100% - 50px);
}
.sec-reserveForm .desiredTime label{
    white-space: nowrap;
}
.calender{
    margin-bottom: 30px;
}


.formArea{
    margin: 0 auto;
}
.formArea dl{
    display: flex;
    margin: 0 auto 20px;
    flex-wrap: wrap;
}
.formArea dl.wid{
    width: 100%;
    max-width: 600px;
    flex-wrap: wrap;
}
.formArea dl.wid dt{
    width: 220px;
}
.formArea dl dt{
    width: 182px;
}
.formArea dl dd{
    width: calc(100% - 220px);
}
.formArea dl dt,
.formArea dl dd{
    line-height: 1.6;
}
.formArea h3{
    background-color: #94d290;
    color: #fff;
    text-align: center;
    padding: 5px;
    margin-bottom: 15px;
}
.formArea .li_kome.mb{
    margin-bottom: 30px;
}
.formArea .btn_pnk{
    width: 200px;
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 20px;
}

/*カレンダー
────────*/
.monthly-calendar table{
    width: 100%!important;
    background-color:#fff;
    margin:0 auto 10px;
} 
.monthly-calendar table caption{
    font-size:1.8rem;
    padding:10px;
    background-color: #dfdfdf;
}
.monthly-calendar th {
    font-size: 1.2rem!important;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fbfbfb;
}
.monthly-calendar td {
    font-size: 1.4rem;
    border: 1px solid #ccc;
    padding: 0!important;
}
.day-number{
    font-size: 1.3rem;
    border-bottom: 1px dotted #ccc;
    background-color: aliceblue;
}
.calendar-mark {
    font-size: 1.6rem!important;
    padding: 10px 0;
}
.calendar-mark a.calendar-daylink {
    color:#0693e3;
    text-decoration: underline;
}
.week-title.sat, .day-box.sat .day-number {
    color: #000000!important;
}
.day-box.no-day {
    background-color: #fbfbfb!important;
}
.monthly-prev a,
.monthly-next a{
    display: block;
    border-radius: 16px;
    padding: 5px 10px;
    background-color: #d65879;
    color: #fff;
}
.day-calendar h3{
    display:none;
}
.day-calendar > p{
    text-align:center;
    font-size: 1.8rem;
    padding: 10px;
    background-color: #dfdfdf;
}
.day-calendar table {
    width: 60%!important;
    margin:0 auto 10px;
}
.day-calendar th{
    font-size: 1.4rem!important;
    background-color: #fbfbfb;
    font-weight: bold;
}
.day-calendar td.day-right {
    background-color: #fff;
}
.calendar-mark a.booking-timelink{
    color:#0693e3;
    text-decoration: underline;
}
/*予約フォーム
────────*/
main.booking-form #booking-form{
    width: 1000px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 auto;
}
main.booking-form .explanation{
    margin:40px auto;
}
.content-form legend {
    font-size: 1.4rem!important;
}
.content-form th,
.content-form td{
    font-size: 1.4rem!important;
}
.content-form input, .content-form textarea {
    padding: 3px;
    margin-bottom: 3px;
    font-size: 1.6rem!important;
}
.content-form button {
    padding: 6px 16px!important;
    background-color: #d65879;
    border: 0;
    border-radius: 6px;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
}
.content-form button:hover {
    opacity: 0.7;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
}

main.booking-thanks .explanation{
    margin:40px auto;
}
main.booking-thanks .li_kome{
    width: 414px;
    margin: 0 auto;
    padding: 30px;
    background-color: #fff2d4;
}
main.booking-thanks .li_kome li.red{
    color:#ff0000;
}


#reserve h2 {
    text-align: center;
}
/* #reserve .center img {
    display: inline-block;
} */

#reserve .sec-reserveForm .group {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	/* gap: 30px 60px; */
	gap: 30px 120px;
	margin-top: 30px;
}
#reserve .sec-reserveForm .group p {
	/* width: 320px;
	text-align: center; */
	width: 260px;
}

.btn260 {
	display: flex;
	align-items: center;
	margin: 10px auto;
	padding-left: 30px;
	border-radius: 25px;
	width: 260px;
	height: 50px;
	color: #fff;
	background: var(--color-red1) url(../images/common/arrow_right_white.png) no-repeat right 30px center / 15px 7px;
}

@media screen and (max-width: 767px) {
	#reserve .sec-reserveForm .group {
		flex-direction: column;
		align-items: center;
	}
}

@media screen and (max-width: 600px) {
    .formArea dl dt {
        margin: 0 0 6px;
    }
    .formArea dl dd{
        width: 100%;
    }
    .sec-reserveForm .desiredTime .am span, 
    .sec-reserveForm .desiredTime .pm span {
        line-height: 2.1;
    }
    .sec-reserveForm .desiredTime label {
        line-height: 2.3;
    }

		#reserve .sec-sheet p,
		#reserve .sec-reserveForm p,
		.sec-reserveForm p.appointment2ways {
			text-align: left;
		}
		.sec-reserveForm p.appointment2ways {
			font-size: 2rem;
		}
}

@media screen and (max-width: 415px) {
    .sec-reserveForm .inner:nth-of-type(2) {
        padding: 80px 15px 30px 15px;
    }
    .sec-reserveForm .desiredTime .am span, 
    .sec-reserveForm .desiredTime .pm span {
        width: 100%;
    }
    .sec-reserveForm .desiredTime .am div, 
    .sec-reserveForm .desiredTime .pm div {
        width: 100%;
    }
    main.booking-thanks .li_kome{
        width:auto;
    }
}


/*
	doctors
	ドクター紹介
*/
#doctors .sec-Doctorsfile {
	padding-bottom: 120px;
}
#doctors .sec-Doctorsfile a {
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 500px;
}
#doctors .sec-Doctorsfile a h3 {
	margin-bottom: 8px;
	font-size: 2rem;
	font-weight: 400;
	font-family: var(--font-maru);
	color: #288e3a;
}
@media screen and (max-width: 767px) {
	#doctors .sec-Doctorsfile {
		padding-bottom: 60px;
	}
	#doctors .sec-Doctorsfile a {
		width: min(400px, calc(100% - 30px));
	}
	#doctors .sec-Doctorsfile a h3 {
		font-size: 1.6rem;
	}
}

#doctors h2 {
	text-align: center;
}

#doctors .sec-DrMessage .name_area {
	display: flex;
	justify-content: center;
	column-gap: 40px;
	margin: 0 auto 90px;
	padding: 30px 0;
	border-radius: 30px;
	width: min(900px, 100%);
	background: #fff;
}
#doctors .sec-DrMessage .name_area p {
	font-size: 2rem;
	font-weight: 500;
	line-height: 2.4;
}
#doctors .sec-DrMessage .name_area dl div {
	display: flex;
	align-items: center;
	column-gap: 16px;
}
#doctors .sec-DrMessage .name_area dl div dt {
	width: 6em;
}
#doctors .sec-DrMessage .name_area dl div dt .w3em {
	display: inline-block;
	width: 3em;
	text-align-last: justify;
}
#doctors .sec-DrMessage .name_area dl div dd {
	font-size: 3rem;
}

#doctors .sec-DrMessage .message_area h3 {
	margin-bottom: 30px;
	font-size: 3rem;
	font-weight: 500;
	color: var(--color-red1);
	text-align: center;
}
#doctors .sec-DrMessage .features {
	margin: 80px auto 0;
	padding-left: 20px;
	width: min(750px, 100%);
}
#doctors .sec-DrMessage .feature:not(:last-of-type) {
	margin-bottom: 50px;
}
#doctors .sec-DrMessage .feature p + ul {
	margin-top: 10px;
}
#doctors .sec-DrMessage .feature .alert {
	margin-top: 25px;
	padding: 25px 40px;
	border: 1px solid var(--color-red1);
}
#doctors .sec-DrMessage .feature .alert dt {
	margin-bottom: 6px;
	font-weight: 700;
	color: var(--color-red1);
}
#doctors .sec-DrMessage .feature p.notice {
	margin-top: 15px;
	font-weight: 700;
	color: var(--color-red1);
}

#doctors .sec-Profile .profiles {
	margin: 70px auto 0;
	width: min(900px, calc(100% - 30px));
}
#doctors .sec-Profile .profile {
	margin: 0 auto;
	padding: 75px 0;
	border-radius: 30px;
	background: #fff;
}
#doctors .sec-Profile .profile:first-of-type {
	margin-bottom: 70px;
}
#doctors .sec-Profile .profile .doctor_img {
	margin-bottom: 40px;
}
#doctors .sec-Profile .profile .doctor_img img {
	margin: 0 auto;
	border-radius: 20px;
	width: min(750px, calc(100% - 60px));
}
#doctors .sec-Profile .profile .bio {
	margin: 0 auto;
	width: min(730px, calc(100% - 60px));
}
#doctors .sec-Profile .profile .bio .clinic_name {
	margin-bottom: 12px;
	font-size: 2rem;
	font-weight: 500;
}
#doctors .sec-Profile .profile .bio h3 {
	display: flex;
	align-items: center;
	column-gap: 18px;
	margin-bottom: 40px;
}
#doctors .sec-Profile .profile .bio h3 span:nth-of-type(2) {
	font-size: 3rem
}
#doctors .sec-Profile .profile .bio h4 {
	margin-bottom: 15px;
	font-size: 2.4rem;
}
#doctors .sec-Profile .profile .bio .carrer {
	margin-bottom: 40px;
}
#doctors .sec-Profile .profile.director .bio .qualification ul {
	column-count: 2;
}
#doctors .sec-Profile .profile .bio .and_info {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
#doctors .sec-Profile .profile .bio .and_info h3 {
	margin-bottom: unset;
	line-height: 1.2;
}
#doctors .sec-Profile .profile .bio .and_info h3 ruby {
	position: relative;
	/* ruby-position: under; */
}
#doctors .sec-Profile .profile .bio .and_info h3 rt {
	position: absolute;
}
#doctors .sec-Profile .profile .bio .and_info .information a {
	display: flex;
	align-items: center;
	padding-left: 30px;
	border-radius: 25px;
	width: 330px;
	height: 50px;
	color: #fff;
	background: var(--color-red1) url('../images/common/arrow_right_white.svg') no-repeat right 20px center / 15px 7px;
}
#doctors .sec-Profile .profile.mayu .carrer ul {
	width: min(650px, 100%);
}

@media screen and (max-width: 1024px) {
	#doctors .sec-DrMessage .name_area p {
		font-size: 1.8rem;
	}
	#doctors .sec-DrMessage .name_area dl div dd {
		font-size: 2.4rem;
	}
	#doctors .sec-DrMessage .message_area h3 {
		font-size: 2.4rem;
	}

	#doctors .sec-Profile .profile .bio h3 span:nth-of-type(2) {
		font-size: 2.4rem;
	}
	#doctors .sec-Profile .profile .bio h4 {
		font-size: 2rem;
	}
}

@media screen and (max-width: 700px) {
	#doctors .sec-DrMessage .name_area {
		flex-direction: column;
		align-items: center;
	}

	#doctors .sec-Profile .profile.director .bio .qualification ul {
		column-count: unset;
	}
	#doctors .sec-Profile .profile .bio .and_info {
		flex-direction: column;
		align-items: start;
		row-gap: 20px;
	}
	#doctors .sec-Profile .profile .bio .and_info h3 ruby {
		ruby-position: under;
	}
	#doctors .sec-Profile .profile .bio .and_info h3 rt  {
		position: relative;
	}
}

@media screen and (max-width: 539px) {
	#doctors .sec-DrMessage .name_area dl div dd {
		font-size: 2rem;
	}
	#doctors .sec-DrMessage .message_area h3 {
		font-size: 2rem;
	}
	#doctors .sec-DrMessage .feature .alert {
		padding: 20px 30px;
	}

	#doctors .sec-Profile .profiles {
		margin-top: 40px;
	}
	#doctors .sec-Profile .profile {
		padding: 30px 0;
	}
	#doctors .sec-Profile .profile .bio .clinic_name {
		font-size: 1.8rem;
	}
	#doctors .sec-Profile .profile .bio h3 span:nth-of-type(2) {
		font-size: 2rem;
	}
	#doctors .sec-Profile .profile .bio h4 {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 440px) {
	#doctors .sec-DrMessage .message_area h3 {
		font-size: 1.8rem;
	}
	#doctors .sec-DrMessage .features {
		padding-left: 10px;
	}

	#doctors .sec-Profile .profile .bio .clinic_name {
		font-size: 1.6rem;
	}
	#doctors .sec-Profile .profile .bio h3 span:nth-of-type(2) {
		font-size: 1.8rem;
	}
	#doctors .sec-Profile .profile .bio {
		width: calc(100% - 30px);
	}
	#doctors .sec-Profile .profile .bio h3 {
		margin-bottom: 20px;
	}
	#doctors .sec-Profile .profile .bio .and_info .information a {
		padding-left: 15px;
		width: 260px;
		background-position: right 10px center;
	}
	#doctors .sec-Profile .profile .bio h4 {
		font-size: 1.6rem;
	}
}

@media screen and (max-width: 389px) {
	#doctors .sec-Profile .profiles {
		width: 100%;
	}
}


/*
	sitemap
	サイトマップ
*/
#sitemap #menu-sitemap > li {
	margin-bottom: 1em;
	padding-bottom: 1em;
	border-bottom: 1px dotted #1c1c1c;
}
#sitemap #menu-sitemap .sub-menu {
	margin-left: 2.5em;
	list-style-type: disc;
}
#sitemap #menu-sitemap li a[href] {
	color: var(--color-red1);
}



.btn_pnk {
	margin: 30px auto;
	width: fit-content;
}
.btn_pnk a p {
    display: flex;
    align-items: center;
    padding-right: 3em;
    padding-left: 20px;
    border-radius: 15px;
    width: fit-content;
    height: 30px;
    font-size: 1.3rem;
    line-height: 1;
    color: #fff;
    background: var(--color-red1) url(../images/common/arrow_right_white.svg) no-repeat right 20px center / 15px 7px;
}
