@charset 'UTF-8';
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@300;400;500&display=swap');

/*--------------------------------------------------
メニュー
--------------------------------------------------
・A Modern CSS Reset 
・共通
・ヘッダー
・フッター
・トップページ
・医師紹介
・施設基準
・診療内容 - 産科
・診療内容 - 婦人科
・診療内容 - 美容/自費診療
・入院・分娩案内
・産後ケアについて
・アクセス
・初めての方へ
・分娩仮予約
・お知らせ
・その他
*/
/*--------------------------------------------------
A Modern CSS Reset 
--------------------------------------------------*/

*,
*::before,
*::after {
	box-sizing: border-box
}

body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
	margin: 0
}

ul[role="list"],
ol[role="list"] {
	list-style: none
}

html:focus-within {
	scroll-behavior: smooth
}

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
}

a:not([class]) {
	text-decoration-skip-ink: auto
}

img,
picture {
	max-width: 100%
}

input,
button,
textarea,
select {
	font: inherit
}

@media(prefers-reduced-motion:reduce) {
	html:focus-within {
		scroll-behavior: auto
	}

	*,
	*::before,
	*::after {
		animation-duration: .01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: .01ms !important;
		scroll-behavior: auto !important
	}
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

/*--------------------------------------------------
共通
--------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
/* ヘッダーがかぶる場合アンカーリンクの一番最初の子要素に入れる*/
.target:before {
	content: "";
	display: block;
	height: 20px;
	/* 調整したい高さ（固定ヘッダーの高さ） */
	margin-top: 20px;
	/* heightと同じ分のネガティブマージン */
	visibility: hidden;
}

/* ヘッダーがかぶる場合アンカーリンクの一番最初の子要素に入れる*/
.target-otherpage:before {
	content: "";
	display: block;
	height: 130px;
	/* 調整したい高さ（固定ヘッダーの高さ） */
	margin-top: 130px;
	/* heightと同じ分のネガティブマージン */
	visibility: hidden;
}

.target-referral-program {
	scroll-margin-top: 100px;
	/* 固定ヘッダー高さ */
}
body {
	font-family: "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ　Ｐゴシック", "MS PGothic", sans-serif;
	color: #3c3c3c;
	font-size: 16px;
	line-height: 1.8;
}
@media (max-width: 768px) {
	body {
		font-size: 14px;
		line-height: 1.6;
	}
}
/*セクション、コンテンツ========================================*/
.right_alignment{/*サイドメニューを避けるため右よせ*/
	width: calc(100% - 280px);
	margin: 0 0 0 auto;
}

.content-narrow {
	max-width: 800px;
	margin: 0 auto;
}
.content-normal {
	max-width: 1000px;
	margin: 0 auto;
}
.content-wide {
	max-width: 1200px;
	margin: 0 auto;
}
.common_section {
	padding: 70px 0;
	position: relative;
}
.top_section {
	padding: 150px 0;
	position: relative;
}
.section02 {
	padding: 100px 0;
	position: relative;
}
.section03 {
	padding: 50px 0;
	position: relative;
}
.sub_section {
	padding: 180px 0 50px;
	position: relative;
}

.position_r {
	position: relative;
}
.common-border {
	border: 1px solid #ccc;
	padding: 30px;
}
.sample-box {
	background-color: #fff;
	padding: 15px;
}


@media (max-width: 1000px) {
	.right_alignment{ width: 100%; }
}
@media(max-width: 767px) {
	.common-border {
		margin: 0 10px;
		padding: 20px;
	}
}
@media (max-width: 600px) {
	.top_section {
		padding: 80px 0;
	}
	.page_section {
		padding: 40px 0;
	}
}

/*タイトル========================================*/
.pate_title_area{
	padding: 60px 0;
}
.page-title {
	font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN",
		"HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	color: #3a2d1c;
	font-weight: 600;
	font-size: 30px;
	line-height: 1.4;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
}
.pate_title_area .page-title{
	font-size: 35px;
	margin-bottom: 0 !important;
}

.sub_title {
	font-weight: 600;
	margin-bottom: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: flex-end;
	border-bottom: 1px solid #cccccc;
}

.sub_t_main {
	display: inline-block;
	padding: 5px 20px;
	margin: 0;
	color: #3a2d1c;
	font-size: 40px;
	font-weight: 300;
	letter-spacing: 4px;
	border-left: 10px solid #ffab0b;
}

.sub_t_mini {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	transform: rotate(.03deg);
	padding: 10px 0 10px 20px;
	width: 100%;
}
.sub_t_mini p {
	font-size: 14px;
}
.section_title{
	font-weight: 600;
	font-size: 28px;
	letter-spacing: 2px;
	position: relative;
	margin: 0 0 40px;
	text-align: center;
	padding-bottom: 5px;
}
.section_title:before{
	content: '';
	width: 50px;
	border: 2px solid #b2546b;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.content_title{
	text-align: center;
	font-size: 21px;
	line-height: 45px;
	margin: 0 0 30px;
}
.content_t_span{
	/*background: linear-gradient(transparent 50%, #f7d6db 0%);
	padding: 0 10px 5px;*/
	-webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    background-color: #d17b88;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}
.list-title {
	color: #3a2d1c;
	font-weight: 600;
	line-height: 1.4;
	font-size: 18px;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
@media(max-width: 600px) {
	/*タイトル*/
	.sub_title {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 40px;
		font-size: 30px;
	}
	.page-title {
		font-size: 25px;
		margin-bottom: 40px;
	}
	.pate_title_area{ padding: 80px 0 30px; }
	.pate_title_area .page-title{
		font-size: 30px;
	}
	.section_title{ font-size: 23px; }
	.content_title{
		font-size: 18px;
		line-height: 40px;
	}
	.sub_t_main {
		font-size: 30px;
	}

	.sub_t_mini {
		font-size: 14px;
		order: -1;
		border: none;
		padding-left: 0;
	}
}


/*テキスト========================================*/
.common_text {
	line-height: 30px;
	margin: 0 auto;
}
.font_red{ color: #923d51; }
.font-bold { font-weight: bold; }

/*PCでは無効（改行しない）*/
.sp_view { display: none; }

/*PCでは有効（改行する）*/
.pc_view { display: block; }

/*改行させない*/
.nobr{ white-space: nowrap; }

.underline {
	border-bottom: 2px solid #b2546b;
	margin-bottom: 10px;
}
@media (max-width:800px) {
	/*スマートフォンでは有効（改行する）*/
	.sp_view { display: block; }
	/*スマートフォンでは無効（改行しない）*/
	.pc_view { display: none; }
}
@media(max-width: 600px) {
	.common_text {
		text-align: left;
	}
}
@media(max-width: 600px) {
	.sp-br::before { /*横幅600で改行する*/
		content: "\A";
		white-space: pre;
	}
}

/*共通のテーブルスタイル========================================*/
.table-style {
	border-collapse: collapse;
	width: 100%;
	max-width: 800px;
	margin: 0 auto 20px;
	border: 1px solid #e9d6d8;
	overflow: hidden;
}
.table-style th {
	background-color: #d17b88;
	color: #fff;
	font-weight: bold;
	text-align: center;
	width: 20%;
	min-width: 250px;
	border-bottom: 1px solid #fff;
	padding: 0 10px;
}
.table-style td {
	background-color: #fff;
	border-bottom: 1px solid #f4d7da;
	color: #444;
	padding: 15px;
}
.table-style tr:last-child th,
.table-style tr:last-child td {
	border-bottom: 1px solid #f4d7da;
}

@media (max-width: 768px) {
	.table-style,
	.table-style tbody,
	.table-style tr {
		display: block;
		width: 100%;
	}
	.table-style th {
		border: none;
		border-bottom: none;
		padding: 10px;
		width: 100%;
		display: block;
	}
	.table-style td {
		border: 1px solid #fff;
		display: block;
		width: 100% !important;
		white-space: normal;
		padding: 10px;
	}
	.table-style td {
		border-top: none;
		text-align: center;
	}
}

/*注意書き========================================*/
.attention02 {
	color: #b2546b;
	font-size: 23px;
}
.attention03 {
	color: #b2546b;
	font-size: 26px;
	text-align: center;
}
.attention05 {
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #b2546b;
}

.attention06 {
	font-weight: bold;
}
.attention07 {
	font-size: 18px;
	font-weight: bold;
}
.attention08 {
	background-color: #fff;
	border: 1px solid #b2546b;
	padding: 10px;
}
.attention09 {
	color: #ff2b2b
}
@media only screen and (max-width: 600px) {
	.attention03 {
		color: #b2546b;
		font-size: 22px;
		text-align: center;
	}
}

/*ボタン========================================*/
.common_btn {
	transform: rotate(.03deg);
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #b2546b;
	border: 2px solid #b2546b;
	width: 100%;
	max-width: 300px;
	padding: 20px 10px;
	margin: 0 auto;
	transition: 0.2s;
}
.common_btn:hover {
	color: #b2546b;
	background-color: #f9d7df;
}
.common_btn03 { /*角丸*/
	transform: rotate(.03deg);
	display: block;
	position: relative;
	text-decoration: none;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background-color: #b2546b;
	border: 2px solid #b2546b;
	border-radius: 50px;
	width: 100%;
	max-width: 350px;
	padding: 10px 10px;
	margin: 0 auto;
	transition: 0.2s;
}
.common_btn03:hover {
	color: #b2546b;
	background-color: #fff;
}

.short_btn { /*短め*/
	max-width: 200px;
	padding: 10px 10px;
}
.long_btn {
	max-width: 400px;
	font-size: 16px;
}

@media only screen and (max-width: 500px) {
	.common_btn {
		font-size: 15px;
		margin-top: 50px;
	}
}

/*背景========================================*/
.bg_gray {
	background-color: #f2f2f2 !important;
}
.bg_pink {
	background-color: #f4ecec !important;
}

/*リスト========================================*/
.common_list{
	padding-left: 15px;
	margin-top: 0;
}
.common_list li{
	list-style: disc;
	line-height: 25px;
	margin-bottom: 10px;
	position: relative;
}
.common_list li::marker{
	color: #b2546b;
}

/*その他========================================*/
.ofi {
	height: 100%;
	width: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover';
}
.sp_display { display: none; }
.pc_display { display: block; }

@media only screen and (max-width: 600px) {
	.sp_display { display: block;}
	.pc_display { display: none; }
}
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/

/*--------------------------------------------------
フッター
--------------------------------------------------*/
/*お問い合わせ==========================================*/
.contact_btn {
	display: block;
	text-decoration: none;
	text-align: center;
	color: #fff;
	background-color: #fff;
	border: 1px solid #b2546b;
	color: #b2546b;
	width: 100%;
	border-radius: 100px;
	max-width: 400px;
	font-size: 20px;
	font-weight: 400;
	padding: 30px 10px;
	margin: 20px auto;
	letter-spacing: 2px;
	transition: 0.3s;
}
.contact_btn:hover{
	color: #fff;
	background-color: #b2546b;
}


/*フッター==========================================*/
.site-foot {
	background-color: #b2546b;
	color: #fff;
	padding: 30px 0 30px;
	position: relative;
}

/*SNSアイコン*/
.f_sns_icon {
	text-align: center;
}
.f_sns_icon a img {
	width: 30px;
	transition: 0.3s;
}
.f_sns_icon a:hover img {
	opacity: 0.7;
}

/*コピーライト*/
.copyright {
	margin-top: 40px;
	text-align: center;
	font-weight: 300;
}

/*reCAPTCHAバッジ（ロゴマーク）を非表示に*/
.grecaptcha-badge {
	visibility: hidden;
}
.recaptcha_text {
	color: #fff;
	text-align: center;
	font-size: 12px;
	margin: 0px 0 0;
}
.recaptcha_text a {
	color: #fff;
}

/*追従ボタン*/
.follow_area { display: none; }

@media(max-width:1000px) {
	.site-foot{ padding-bottom: 60px; }

	/* 追従ボタン */
	.follow_area {
		position: fixed;
		z-index: 999;
		bottom: 0px;
		left: 0;
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		box-shadow: 0 -3px 5px rgba(0,0,0,0.2);
	}
	.follow_area a{
		display: block;
		text-decoration: none;
		text-align: center;
		color: #fff;
		width: 50%;
		transition: 0.3s;
		background-color: #f14780;
		padding: 5px 10px;
	}
	.follow_area a:hover{ background-color: #ff8db4; }
	.follow_area a img{
		width: 15px;
		vertical-align: sub;
		margin-right: 10px;
	}
	.follow_area a:first-child{ border-right: 1px solid #fff;}
}

@media (max-width: 768px) {
	/*フッター========================================*/
	.f_sns_icon {
		padding-top: 50px;
	}
}

@media (max-width: 600px) {
	/*フッター========================================*/
	.contact_btn {
		padding: 30px 10px;
		font-size: 16px;
		margin: 20px auto 0;
	}
	.f_sns_icon {
		padding-top: 0px;
		text-align: right;
	}
}

/*--------------------------------------------------
トップページ
--------------------------------------------------*/
/*メインビジュアル===================================*/
/*.main_logo {
	background-color: #fff;
}
.main_v_cover {
	position: relative;
	background-color: #fff;
}
.main_v_cover:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 1;
	transition: 2.5s;
}
.action.main_v_cover:after {
	width: 0%;
}*/
.main_visual {
	width: 100%;
	height: 85vh;
	margin: 0 auto;
	overflow: hidden;
}
.main_slider .slick-track,
.main_slider .slick-list {
	height: 100%;
}

@media only screen and (max-width: 600px) {
	/*.main_v_cover:before,*/
	.main_visual {
		width: 100%;
		height: 30vh;
	}

}

/*リード文===================================*/
.read_text{ line-height: 35px; }
.director_name {
	margin-right: 0;
	margin-left: auto;
	width: 170px;
}
.director_name dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	align-items: flex-end
}
.director_name dl dt {
	padding: 0px;
	width: 40%;
	margin-bottom: 7px;
	text-align: left;
	white-space: nowrap;
	color: #914254;
}
.director_name dl dd {
	width: 55%;
	text-align: left;
	margin-inline-start: 0;
	margin-left: 5px;
	margin-bottom: 7px;
	white-space: nowrap;
}
@media(max-width:600px){
	.read_text{ line-height: 35px; }
	.director_name{ width: 150px; }
}


/*新着情報===================================*/
.information {
	list-style: none;
	padding: 20px;
	background-color: #fff8f8;
	border: 1px solid #f3c6c6;
	border-radius: 10px;
}
.information li {
	margin-bottom: 1.2em;
	line-height: 1.6;
	border-bottom: 1px dashed #ddd;
	padding-bottom: 0.2em;
}
.information li::before {
	content: "▶︎ ";
	color: #f06895;
}
.has-link {
	color: #8a3b4e;
	transition: color 0.2s;
}
.has-link:hover {
	color: #f2a7b8;
	text-decoration: underline;
}
.has-link:visited {
	color: #8a3b4e;
}
.new-badge {
	display: inline-block;
	background-color: #f14780;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding: 2px 6px;
	margin-left: 8px;
	border-radius: 5px;
	vertical-align: middle;
}


/*クリニック情報===================================*/
.info_logo{
	width: 100%;
	max-width: 400px;
}
.top_calendar {
	background-color: #fff;
}
.top_calendar_table {
	width: 100%;
	margin-bottom: 10px;
}
.top_calendar_table thead {
	text-transform: uppercase;
	border-bottom: 0;
}
.top_calendar_table tr {
	border: 1px solid #b2546b;
}
.top_calendar_table td,
.top_calendar_table th {
	padding: 5px;
	text-align: center;
	font-weight: 500;
	border-right: 1px solid #b2546b;
}
.top_calendar_table th {
	background-color: #b2546b;
	color: #fff;
	border-right-color: #fff;
}
.top_calendar_table td {
	font-size: 12px;
}
.top_calendar_table td:last-child,
.top_calendar_table th:last-child {
	border-right: none;
}

th.calendar_title { white-space: nowrap; }
td.calendar_time {}
.circle_color { color: #b2546b; }

/*ヨガ教室ボタン*/
.yoga_class_btn, .yoga_class_btn:visited{
	display: block;
	text-align: center;
	text-decoration: none;
	color: #fff;
	transition: 0.3s;
	background-color: #b2546b;
	border: 1px solid #b2546b;
	border-radius: 60px;
	width: 100%;
	max-width: 400px;
	margin: 30px auto 0;
	font-size: 20px;
	padding: 30px 10px;
}
.yoga_class_btn:hover{
	background-color: #fff;
	color: #b2546b;
}

@media(max-width:600px) {
	.yoga_class_btn{
		padding: 20px;
		font-size: 18px;
	}
}


/*--------------------------------------------------
医師紹介
--------------------------------------------------*/
.doctor_prof{
	padding: 40px 10px;
}
.doctor_name{
	font-size: 23px;
	font-weight: 600;
	margin: 0;
}
@media(max-width:600px) {
	.doctor_name{
		font-size: 20px;
	}
}

/*--------------------------------------------------
施設基準
--------------------------------------------------*/
/*事項===================================*/
.zikou_content{
	border: 1px solid #ccc;
	border-radius: 5px;
	padding: 1.5em 1em;
	margin-bottom: 30px;
	background-color: #fff;
}
.zikou_title{
	font-size: 23px;
	font-weight: 600;
	color: #923d51;
	margin: 0 0 10px;
}
.hospital-list {
	display: block;
	margin-top: 1em;
}
.hospital {
	background: #fff;
	border: 1px solid #ccc;
	padding: 1em;
	border-radius: 6px;
	box-sizing: border-box;
	margin-bottom: 1em;
}

/*入院時食事療養費について===================================*/
.teikyou_time{
	background-color: #923d51;
	color: #fff;
	border-radius: 30px;
	padding: 5px 10px;
}

/*料金表・・・他ページにも利用している*/
.price-list {
	max-width: 600px;
	width: 100%;
}
.price-item {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	width: 100%;
}
.price-item:first-child{
	border-top: 1px dotted #ccc;
}
.price-item span{
	padding: 0.4em 10px;
}
.price-item span:first-child {
	flex: 1;
	padding-right: 1em;
	background-color: #d17b88;
	color: #fff;
	width: 65%;
	font-weight: 600;
}

.price-item span:last-child {
	white-space: nowrap;
	text-align: right;
	min-width: 80px;
	width: 35%;
}
@media(max-width:600px) {
	.pricel_right .price-item:first-child{ border-top: none; }
}

/*--------------------------------------------------
診療内容 - 産科
--------------------------------------------------*/

/*--------------------------------------------------
診療内容 - 婦人科
--------------------------------------------------*/
/*妊娠前健康診断===================================*/
.tre_kakomi {/*・・・分娩案内にも使用*/
	background-color: #fff;
	padding: 20px;
	border: 1px solid #dfd0d3;
}

/*中絶手術の流れ===================================*/
.reserve-flow {/*・・・流れは他ページにも使用*/
	display: flex;
	align-items: start;
	gap: 20px;
	background: #f4ecec;
	padding: 20px;
	margin-bottom: 30px;
}
.reserve-flow__head {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	max-width: 200px;
	min-width: 200px;
}
.reserve-flow__badge {
	width: 48px;
	min-width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #fff;
	color: #b2546b;
	font-weight: bold;
	font-size: 20px;
	line-height: 48px;
	text-align: center;
}
.reserve-flow__title {
	margin-top: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
}
.reserve-flow__desc {
	padding-top: 10px;
	margin-left: 50px;
	width: 100%;
}
.repeat-visit {
	background-color: #f2f2f2;
	padding: 20px;
}
@media (max-width: 768px) {
	.reserve-flow {
		flex-direction: column;
		/* flow全体は縦並び */
		align-items: flex-start;
		gap: 8px;
	}

	.reserve-flow__head {
		flex-direction: row;
		/* badge + title は横並び維持 */
		margin-bottom: 4px;
	}
}

@media only screen and (max-width: 600px) {
	.reserve-flow__desc{
		margin-left: 0;
	}
}

/*--------------------------------------------------
診療内容 - 美容/自費診療
--------------------------------------------------*/
.tenteki_kouka_box{
	padding: 20px;
	height: 100%;
	background-color: #f4ecec;
	border-radius: 5px;
}

/*--------------------------------------------------
 入院・分娩案内
--------------------------------------------------*/
/*分娩立ち会い可能です========================*/
.tachiai_title{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	margin: 0;
	color: #b2546b;
}
.tachiai_menkai{
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

@media(max-width:600px) {
	.tachiai_title{ font-size: 25px; }
	.tachiai_menkai{ font-size: 18px; }
}
/*当クリニックの分娩の特徴========================*/
.satogaeri_flow{
	border: 1px solid #d17b88;
	background-color: #fff;
	padding: 10px;
	display: flex;
	align-items: baseline;
	margin-bottom: 20px;
}
.sato_flow_num{
	width: 30px;
	min-width: 30px;
	height: 30px;
	text-align: center;
	background-color: #d17b88;
	border-radius: 50%;
	margin-right: 10px;
}
.sato_flow_num p{
	font-weight: 600;
	line-height: 30px;
	color: #fff;
}
.sato_flow_btn{
	display: inline-block;
	background-color: #b2546b;
	color: #fff;
	border: 1px solid #b2546b;
	border-radius: 50px;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	transition: 0.3s;
	margin: 0 0 10px;
}
.sato_flow_btn:hover{
	background-color: #fff;
	color: #b2546b;
}

/*分娩費用について========================*/
.hiyourei_box{
	background-color: #fff;
	padding: 10px;
}
/*お食事の特徴========================*/
.notused {
	width: 100%;
	background-color: #fff;
	padding: 30px 40px;
	border: 1px solid #b2546b;
	margin-bottom: 50px;
}
.notused_title{
	font-weight: 600;
	text-align: center;
	font-size: 18px;
	color: #b2546b;
	margin-bottom: 20px;
}
.notused_list li {
	/*list-style: disc;*/
	background-color: #e7e7e7;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
}

/*--------------------------------------------------
産後ケアについて
--------------------------------------------------*/
.aftercare-about {/*・・・分娩案内にも使用*/
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 auto;
	width: 100%;
	padding: 0 20px;
}
.aftercare-about dt {
	width: 20%;
	min-width: 160px;
	padding: 10px;
	margin-bottom: 10px;
	/*white-space: nowrap;*/
	font-weight: bold;
	border-radius: 30px;
	text-align: center;
	background-color: #fbdfe6;
}
.aftercare-about dd {
	width: 100%;
	margin-bottom: 20px;
	padding: 10px 10px 10px 20px;
	white-space: wrap;
}
.aftercare_link {
	color: #b2546b;
	text-decoration: none;
	transition: 0.3s;
}
.aftercare_link:visited {
	color: #b2546b;
}
.aftercare_link:hover {
	color: #b2546b;
	text-decoration: underline;
}
@media(max-width:600px) {
	.aftercare-about{
		flex-direction: column;
		padding: 0;
	}
	.aftercare-about dd{ padding: 10px; }
}

/*--------------------------------------------------
アクセス
--------------------------------------------------*/
.access_title{
	background-color: #b2546b;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px;
	border-radius: 30px;
	padding: 5px 20px;
}

/*--------------------------------------------------
初めての方へ
--------------------------------------------------*/
/*予約方法===================================*/
.flow_reserve-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	padding: 10px;
	background-color: #b2546b;
	border: 1px solid #b2546b;
	color: #fff;
	text-decoration: none;
	transition: 0.3s;
	gap: 10px;
	border-radius: 100px;
	max-width: 250px;
	margin: 0 auto 0 0;
}
.flow_reserve-btn .icon {
	flex-shrink: 0;
	transition: fill 0.3s, color 0.3s;
}
.flow_reserve-btn:hover {
	color: #b2546b;
	background-color: #fff;
}
.flow_reserve-btn:hover .icon {
	color: #b2546b;
	/* currentColor を継承して変化 */
}

.atlink_text{
	font-size: 20px;
	font-weight: 600;
	background-color: #923d51;
    color: #fff;
    padding: 5px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

@media only screen and (max-width: 600px) {
	.atlink_text{
		font-size: 18px;
	}
}

/*--------------------------------------------------
分娩仮予約
--------------------------------------------------*/
.contact_form {
	margin-top: 60px;
}
.contact_table {
	width: 100%;
	margin: 10px auto;
}
.contact_table tr {
	display: block;
	margin-bottom: 20px;
}
.contact_table th,
.contact_table td {
	width: 100%;
	display: block;
}
.contact_table th {
	font-weight: 500;
	text-align: left;
	vertical-align: top;
	letter-spacing: 3px;
}
.contact_table td {
	padding: 10px 0;
}
.contact_table input,
.contact_table textarea {
	width: 100% !important;
	border: 1px solid #dcdcdc;
	background-color: #f5f5f5;
	padding: 10px;
}
.contact_table .zip_area input{
	width: 30% !important;
	min-width: 150px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.contact_table input[type="checkbox"],
.contact_table input[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 5% !important;
	margin: 5px 10px 10px 5px;
	font-size: 100%;
}
/*タグ*/
.required {
	background-color: #b2546b;
	padding: 5px;
	color: #fff;
	text-align: center;
	margin-left: 10px;
	font-size: 12px;
	border-radius: 5px;
}
span.wpcf7-list-item {
	/*チェックボックスを縦並びに*/
	display: inline;
	margin-left: 0;
}
input[type="submit"] {
	margin: 0 auto;
	color: #fff;
	border: 1px solid #b2546b;
	background-color: #b2546b;
	font-size: 100%;
	font-weight: 500;
	letter-spacing: 3px;
	cursor: pointer;
	padding: 10px;
	width: 100%;
	max-width: 200px;
	text-align: center;
	transition: 0.3s;
}
input[type="submit"]:hover {
	color: #b2546b;
	background-color: #fff;
}
@media only screen and (max-width: 600px) {
	.contact_form {
		margin-top: 0;
	}
	.contact_tel span {
		font-size: 16px;
	}
	.contact_tel {
		font-size: 25px;
	}
	.contact_table th {
		min-width: 100%;
	}
	.contact_table th,
	.contact_table td {
		width: 100%;
		display: block;
		padding: 10px 10px;
	}
	span.wpcf7-list-item {
		/*チェックボックスを縦並びに*/
		display: block;
	}
}


/*--------------------------------------------------
お知らせ
--------------------------------------------------*/
/*個別ページ===================================*/
.single-date{
	border-top: 2px solid #b1546c;
    padding-top: 10px;
}
.single-body {
	min-height: 300px;
}
.single-body p{ margin-bottom: 10px; }
.ovH {
	margin-top: 50px;
	align-items: center;
}
.back_article,
.next_article {
	text-align: center;
}

.back_article a,
.next_article a {
	text-decoration: none;
	transition: 0.3s;
	color: #000;
}

.back_article a:hover,
.next_article a:hover {
	color: #aaaaaa;
}


/*--------------------------------------------------
その他
--------------------------------------------------*/
@media all and (-ms-high-contrast:none) {
	.svg-full {
		width: 100%;
	}
}