@import "default.css";
@import "standard.css";

body {
	width: 100%;
	margin: 0;
	padding: 0;
	background: url(/image/common/emblem.png) left 120px top -30px no-repeat;
	background-size: auto;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo, Osaka", "MS P ゴシック", "MS P Gothic", "sans-Serif";
	font-size: 16px;
	color: #333333;
	-webkit-text-size-adjust: none;
}
a:hover {
	opacity: 0.7;
}
* {
	box-sizing: border-box;
}
img {
	width: 100%;
	height: auto;
}
#post img {
	width: auto;
}
/* スタイル
------------------------------------------------ */
/* ヘッダー */
header .flex {
	width: 96%;
	max-width: 1820px;
	margin: 0 auto;
	margin-bottom: 15px;
	padding: 0 10px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}
header h1 a span {
	font-size: 20px;
	color: #255168;
	display: block;
}
header h1 a {
	font-size: 40px;
	font-weight: bold;
	color: #196CBF;
	text-decoration: none;
}
header .wrap {
	flex: 1;
	min-width: 800px;
}
header .wrap dl {
	display: flex;
	justify-content: end;
	align-items: center;
	gap: 20px;
}
header .wrap dt a {
	font-size: 40px;
	font-weight: bold;
	color: #196CBF;
	text-decoration: none;
	display: flex;
	align-items: center;
}
header .wrap dt i {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: block;
}
/* フッター */
footer .bg_wrap {
	padding: 80px 0;
	background: #ECF9FF;
}
footer .flex {
	width: 90%;
	max-width: 1400px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px;
}
footer .flex dt {
	margin-bottom: 10px;
	font-size: 20px;
	color: #196CBF;
}
footer .flex dt span {
	font-size: 40px;
	font-weight: bold;
	color: #196CBF;
	display: block;
}
footer .flex ul {
	width: 440px;
	max-height: 160px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	gap: 10px;
}
footer .flex ul a {
	color: #000;
	text-decoration: none;
}
footer .flex li {
	width: 50%;
}
footer .flex ul a:before {
	content: "・";
}
footer .copyright {
	padding: 15px 0;
	font-size: 16px;
	color: #1A9ADC;
	letter-spacing: 0.25rem;
	text-align: center;
}
#fixedTop {
	width: 70px;
	height: 70px;
	padding: 20px;
	background: #1B5D9F;
	border: 3px #fff solid;
	border-radius: 50%;
	display: none;
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
}
.sp_fixed {
	display: none;
}
/* ナビ部分
------------------------------------------------ */
nav {
	display: flex;
	align-items: center;
	justify-content: end;
	gap: 40px;
}
nav ul.nav {
	flex: 1;
	max-width: 600px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
nav ul.nav a {
	font-weight: bold;
	color: #000;
	text-decoration: none;
	display: flex;
	align-items: center;
}
nav ul.nav li i {
	width: 10px;
	height: 10px;
	margin-right: 5px;
	display: inline-block;
}
nav ul.contact a {
	width: 230px;
	height: 50px;
	background: #FF91C1;
	border-radius: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
/* モーダルメニュー */
#nav_wrap_sp {
	display: none;
}
.clone-nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	transition: 0.3s;
	transform: translateY(-100%);
}
.is-show {
	transform: translateY(0);
}
/* パンくずリスト
------------------------------------------------ */
#rootlist {
	width: 96%;
	max-width: 1820px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding-left: 70px;
	font-size: 14px;
}
#rootlist span {
	margin: 0 5px;
	margin-right: 7px;
	color: #196CBF;
}
#rootlist p {
	color: #666;
}
#rootlist a {
	color: #196CBF;
}
/* Hタグ
------------------------------------------------ */
h2.title {
	width: 96%;
	max-width: 1820px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 150px 60px;
	background: url(/image/common/bg_h2.webp) right no-repeat;
	background-size: contain;
	border-radius: 50px 0 50px 0;

	font-size: 36px;
	font-weight: bold;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
}
#p_about h2.title { 
	background: url(/about/image/bg_h2_abput.webp) right no-repeat;
	background-size: contain;
}
#p_doctor h2.title { 
	background: url(/doctor/image/bg_h2_doctor.webp) right no-repeat;
	background-size: contain;
}
#p_guidance h2.title { 
	background: url(/guidance/image/bg_h2_guidance.webp) right no-repeat;
	background-size: contain;
}
#p_faq h2.title { 
	background: url(/faq/image/bg_h2_faq.webp) right no-repeat;
	background-size: contain;
}
#p_contact h2.title { 
	background: url(/contact/image/bg_h2_contact.webp) right no-repeat;
	background-size: contain;
}
h3.title {
	margin-bottom: 60px;
	font-size: 32px;
	font-weight: bold;
	color: #196CBF;
	text-align: center;
}
h3.title:after {
	content: '';
	width: 180px;
	height: 5px;
	margin: 10px auto;
	display: block;
	background: radial-gradient(circle farthest-side, #C2C2C2, #C2C2C2 50%, transparent 50%, transparent);
	background-size: 10px;
}
/* 共通
------------------------------------------------ */
#contents p {
	margin-bottom: 20px;
	line-height: 2;
}
.cbox_l {
	max-width: 1140px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
}
.cbox_l_m0 {
	max-width: 1140px;
	min-width: 960px;
	width: 96%;
	margin: 0 auto 160px;
}
.cbox {
	max-width: 1100px;
	min-width: 960px;
	width: 94%;
	margin: 0 auto 160px;
}
.cbox_m0 {
	max-width: 1100px;
	min-width: 960px;
	width: 94%;
	margin: 0 auto;
}
.cbox_s {
	max-width: 1000px;
	min-width: 900px;
	width: 92%;
	margin: 0 auto 160px;
}
.cbox_s_m0 {
	max-width: 1000px;
	min-width: 900px;
	width: 92%;
	margin: 0 auto;
}
.color_wrap {
	padding: 100px 0;
	border-radius: 24px;
}
.wp-pagenavi {
	max-width: 980px;
	min-width: 880px;
	margin: 40px auto;
}
br.sp {
	display: none;
}
.pc_none {
	display: none !important;
}
.center {
	text-align: center;
}
/* トップページ
------------------------------------------------ */
#p_top #main .slider_wrap {
	width: 96%;
	max-width: 1820px;
	margin: 0 auto;
	margin-bottom: 60px;
	position: relative;
}
#p_top #main .slider_wrap h2 {
	font-size: 36px;
	font-weight: bold;
	color: #108DCE;
	text-shadow: 3px 3px 3px #fff, -3px -3px 3px #fff, -3px 3px 3px #fff, 3px -3px 3px #fff, 3px 0px 3px #fff, -3px -0px 3px #fff, 0px 3px 3px #fff, 0px -3px 3px #fff;
	letter-spacing: .25rem;
	line-height: 1.6;
	position: absolute;
	top: 50%;
	left: 130px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: 10;
}
#p_top #main .slider_wrap ul img {
	border-radius: 50px 0 50px 0;
}
#p_top #main .slider_wrap .swiper-pagination {
	position: absolute;
	bottom: -40px !important;
}
#p_top #about .bg_wrap {
	margin-bottom: 80px;
	padding: 75px 0;
	background: url(/image/common/block/block_80.png),url(/image/top/bg_about.webp) center no-repeat;
	background-size: auto,cover;
}
#p_top #about h2 {
	margin-bottom: 20px;
	font-size: 38px;
	font-weight: bold;
	color: #196CBF;
	text-align: center;
}
#p_top #about p.center {
	margin-bottom: 60px;
	font-size: 18px;
	line-height: 2;
	letter-spacing: .05rem;
}
#p_top #about .flex {
	margin-bottom: 50px;
	display: flex;
	justify-content: center;
	gap: 40px;
}
#p_top #about .flex dl {
	width: calc(( 100% - 80px ) / 3);
	max-width: 260px;
}
#p_top #about .flex dt {
	width: 100%;
	aspect-ratio: 1 / 1;
	margin-bottom: 10px;
	background: #fff;
	border-radius: 50%;
	font-size: 22px;
	font-weight: bold;
	color: #1A9ADC;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
}
#p_top #about .flex dl:not(.line_2) dt {
	line-height: 2;
}
#p_top #about .flex dt i {
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#p_top #about .flex dt img {
	width: auto;
}
#p_top #about dl.contact {
	width: 700px;
	margin: 0 auto;
	padding: 25px 0;
	background: linear-gradient(to bottom right, #108DCE, #27A5B4);
	text-align: center;
}
#p_top #about dl.contact dt {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
}
#p_top #about dl.contact dd.tel {
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
#p_top #about dl.contact dd.tel a {
	margin-left: 30px;
	font-size: 28px;
	color: #fff;
	text-decoration: none;
}
#p_top #about dl.contact dd.tel a span {
	font-size: 34px;
	text-decoration: none;
}
#p_top #about dl.contact dd.mail a {
	padding: 10px 40px;
	background: #fff;
	border-radius: 20px;
	font-weight: bold;
	color: #FF91C1;
	text-decoration: none;
	display: inline-block;
}
#p_top #news h2 {
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: 600;
	color: #196CBF;
	text-align: center;
}
#p_top #news h2:after {
	content: '';
	width: 180px;
	height: 15px;
	margin: 0 auto;
	background: radial-gradient(circle farthest-side, #C2C2C2, #C2C2C2 30%, transparent 30%, transparent);
	background-size: 15px;
	display: block;
}
.log {
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
}
#p_top #news .log {
	margin-bottom: 40px;
}
.log dl {
	padding: 15px 10px;
	border-bottom: 1px #B8B8B8 solid;
	display: flex;
	align-items: center;
}
.log dl:last-of-type {
	border-bottom: none;
}
.log dt {
	width: 150px;
	color: #A2A2A2;
}
.log dd {
	flex: 1;
	color: #0E5184;
}
.log dd i {
	margin-left: 3px;
	font-style: normal;
	color: #F00;
	font-size: 14px;
}
.log dd a {
	width: 100%;
	padding-right: 40px;
	color: #108DCE;
	text-decoration: none;
	display: inline-block;
	position: relative;
}
.log dd a span {
	text-decoration: underline;
}
.log dd a::after {
	content: "";
	width: 24px;
	height: 24px;
	background: url(/image/common/icon/icon_arrow_b.svg) center no-repeat;
	background-size: 12px;
	border: 1px #DFDFDF solid;
	border-radius: 50%;
	display: inline-block;
	position: absolute;
	top: 50%;
	right: 0%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.log dd a:hover {
	opacity: 1; 
}
.log dd a:hover span {
	opacity: .7; 
}
ul.houmonshinryou a {
	width: 720px;
	height: 140px;
	margin: 0 auto;
	margin-bottom: 80px;
	padding: 30px 140px;
	background: url(/image/common/icon/icon_arrow_b.svg) right 60px center no-repeat;
	background-size: 20px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
	display: block;
}
#p_top #news .more a {
	width: 160px;
	height: 40px;
	margin: 0 auto;
	margin-bottom: 120px;
	background: #F5F5F5;
	border-radius: 20px;
	font-size: 14px;
	color: #717171;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* 投稿
------------------------------------------------ */
#p_news #post .cbox_l {
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_news #post .cbox_l .inbox {
	width: 90%;
	max-width: 980px;
	margin: 0 auto;
	padding: 80px 0;
}
/* 当院について
------------------------------------------------ */
#p_about #greeting .bg_wrap {
	margin-bottom: 120px;
	padding: 60px 0;
	background: url(/image/common/block/grd_w_150.png) left bottom repeat-x,url(/about/image/bg_greeting.webp) center no-repeat;
	background-size: auto,cover;
}
#p_about #greeting .bg_wrap p.name {
	margin-bottom: 0;
	font-size: 20px;
	font-family: 'Shippori Mincho', serif;
	font-weight: 600;
	font-style: normal;
	color: #063C65;
	display: flex;
	justify-content: end;
	align-items: center;
}
#p_about #greeting .bg_wrap p.name span {
	margin-left: 20px;
	font-size: 30px;
}
#p_about #overview dl {
	border-top: 1px #C1C1C1 solid;
	display: flex;
	align-items: center;
}
#p_about #overview dl:last-of-type {
	border-bottom: 1px #C1C1C1 solid;
}
#p_about #overview dt {
	width: 30%;
	padding: 25px 0;
	background: linear-gradient(to right, #108DCE, #27A5B4);
	font-weight: bold;
	color: #fff;
	text-align: center;
}
#p_about #overview dd {
	width: 70%;
	padding: 25px 40px;
}
#p_about #overview .box:nth-of-type(odd) dl {
	margin-left: auto;
	margin-right: 0;
}
#p_about #overview .box:nth-of-type(even) dl {
	margin-left: 0;
	margin-right: auto;
}
#p_about #about dl {
	margin-bottom: 30px;
	display: flex;
	align-items: center;
	gap: 30px;
}
#p_about #about dl:last-of-type {
	margin-bottom: 0;
}
#p_about #about dt {
	width: 20%;
	max-width: 200px;
	aspect-ratio: 1 / 1;
	border: 3px #108DCE solid;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	font-weight: bold;
	color: #108DCE;
}
#p_about #about dd {
	flex: 1;
}
#p_about #details .box {
	min-height: 340px;
	margin-bottom: 20px;
	padding: 50px 0;
	position: relative;
}
#p_about #details .box ul {
	width: 500px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	z-index: -1;
}
#p_about #details .box:nth-of-type(odd) ul {
	left: 0;
}
#p_about #details .box:nth-of-type(even) ul {
	right: 0;
}
#p_about #details .box dl {
	width: 90%;
	max-width: 700px;
	min-height: 240px;
	padding: 30px;
	background: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
#p_about #details .box:nth-of-type(odd) dl {
	margin-left: auto;
	margin-right: 0;
}
#p_about #details .box dt {
	margin-bottom: 10px;
	font-size: 22px;
	font-weight: bold;
	color: #196CBF;
}
/* 医師紹介
------------------------------------------------ */
#p_doctor #profile .wrap {
	margin-bottom: 100px;
	padding-bottom: 40px;
	background: linear-gradient(to bottom right, #fff, #F6F6F6);
}
#p_doctor #profile .wrap .flex {
	margin-bottom: 40px;
	display: flex;
	justify-content: space-between;
	gap: 5%;
}
#p_doctor #profile .flex .photo {
	width: 32%;
}
#p_doctor #profile .flex .in_wrap {
	flex: 1;
}
#p_doctor #profile .flex h3 {
	height: 60px; 
	margin-bottom: 30px;
	padding: 0 20px;
	background: #196CBF;
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	display: flex;
	align-items: center;
	position: relative;
}
#p_doctor #profile .flex h3 span {
	margin-right: 40px;
	font-size: 26px;
}
#p_doctor #profile .flex h3:before {
	content: "";
	width: 10px;
	height: 60px;
	display: block;
	background: #196CBF;
	position: absolute;
	top: 0;
	right: -10px;
}
#p_doctor #profile .flex h3:after {
	content: "";
	width: 10px;
	height: 10px;
	clip-path: polygon(0 0, 0% 100%, 100% 0);
	background: #002440;
	display: block;
	position: absolute;
	top: 60px;
	right: -10px;
}
#p_doctor #profile .flex dl {
	margin-bottom: 30px;
}
#p_doctor #profile .flex dt {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #0E5184;
	display: block;
}
#p_doctor #profile .flex dd {
	margin-bottom: 30px;
}
#p_doctor #profile .flex dd:last-of-type {
	margin-bottom: 0;
}
#p_doctor #profile .flex dd ul {
	line-height: 2;
}
#p_doctor #profile .wrap p {
	padding: 0 30px;
}
/* ご利用案内
------------------------------------------------ */
#p_guidance #flow .box {
	margin-bottom: 50px;
	padding: 20px 30px;
	border: 1px #108DCE solid;
	display: flex;
	align-items: center;
	position: relative;
}
#p_guidance #flow .box:last-of-type {
	margin-bottom: 0;
}
#p_guidance #flow .box:after {
	content: "";
	width: 80px;
	height: 20px;
	clip-path: polygon(0 0, 50% 100%, 100% 0%);
	background-color: #E1A1A1;
	display: inline-block;
	position: absolute;
	bottom: -35px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
#p_guidance #flow .box:last-of-type::after {
	display: none;
}
#p_guidance #flow .box ul {
	width: 200px;
	margin-right: 4%;
}
#p_guidance #flow .box ul img {
	border-radius: 50%;
}
#p_guidance #flow .box dl {
	flex: 1;
}
#p_guidance #flow .box dt {
	margin-bottom: 15px;
	font-size: 24px;
	font-weight: bold;
	color: #108DCE;
}
#p_guidance #price table {
	width: 100%;
	margin-bottom: 30px;
	border-collapse: collapse;
	border-top: 1px #C1C1C1 solid;
	border-left: 1px #C1C1C1 solid;
}
#p_guidance #price .caption {
	display: none;
}
#p_guidance #price table th,
#p_guidance #price table td {
	padding: 15px 0;
	border-bottom: 1px #C1C1C1 solid;
	border-right: 1px #C1C1C1 solid;
}
#p_guidance #price table th {
	background: #F5F5F5;
	font-weight: bold;
	color: #063C65;
}
#p_guidance #price table td {
	text-align: center;
}
#p_guidance #price table .red {
	font-weight: bold;
	color: #9B0000;
}
#p_guidance #price a.pdf {
	width: 240px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 40px;
	border: 1px #196CBF solid;
	border-radius: 25px;
	color: #196CBF;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
}
#p_guidance #price li {
	margin-bottom: 10px;
	display: flex;
}
#p_guidance #price li:last-of-type {
	margin-bottom: 0;
}
#p_guidance #price li:before {
	content: "※";
	margin-right: 10px;
}
.map {
	width: 700px;
	aspect-ratio: 4 / 3;
	margin: 0 auto;
	position: relative;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* よくある質問
------------------------------------------------ */
#p_faq #faq dl {
	margin-bottom: 50px;
	padding: 40px;
	box-shadow: 0 0 6px rgba(0, 0, 0, .16);
}
#p_faq #faq dl:last-of-type {
	margin-bottom: 0;
}
#p_faq #faq dt {
	margin-bottom: 20px;
	padding: 0 5px;
	padding-bottom: 20px;
	border-bottom: 4px #196CBF solid;
	font-size: 18px;
	font-weight: bold;
	color: #196CBF;
}
/* お問い合わせ
------------------------------------------------ */
#p_contact #mail dl {
	padding: 15px 0;
	border-top: 1px #C1C1C1 solid;
	display: flex;
	align-items: center;
}
#p_contact #mail dl:last-of-type {
	border-bottom: 1px #C1C1C1 solid;
}
#p_contact #mail dt {
	width: 25%;
	padding: 0 20px;
	font-weight: bold;
	color: #196CBF;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#p_contact #mail dt span {
	padding: 0 5px;
	border: 1px #f20000 solid;
	font-size: 10px;
	font-weight: normal;
	color: #f20000;
}
#p_contact #mail dd {
	width: 75%;
	padding: 0 20px;
}
#p_contact #mail dd.checkbox {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px 20px;
}
#p_contact #mail dl.textarea {
	align-items: flex-start;
}
#p_contact #mail dl.textarea dt {
	padding: 15px 20px;
}
input[type=text] {
	height: 40px;
	padding: 0 10px;
	background: #F5F5F5;
	border: none;
}
textarea {
	height: 300px;
	padding: 10px;
	background: #F5F5F5;
	border: none;
}
form .button {
	width: 300px;
	margin: 30px auto;
}
form .button input {
	width: 100%;
	padding: 20px;
	background: linear-gradient(to right, #108DCE, #27A5B4);
	border: none;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-align: center;
}
form .button input:hover {
	opacity: .7;
}
#p_contact #tel a {
	width: 800px;
	margin: 0 auto;
	margin-bottom: 160px;
	padding: 30px 0;
	border: 3px #108DCE solid;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}
#p_contact #tel a dt {
	display: flex;
	align-items: center;
	font-size: 40px;
	font-weight: bold;
	color: #196CBF;
}
#p_contact #tel a dt i {
	width: 28px;
	height: 28px;
	margin-right: 5px;
	display: inline-block;
}
#p_contact #tel a dd.time {
	margin-bottom: 20px;
	color: #000;
}
#p_contact #tel a dd.red {
	color: #FF0000;
}
/* フォーム幅
------------------------------------------------ */
form .wl {
	width: 100% !important;
}
form .wm {
	width: 50% !important;
}
form .ws {
	width: 25% !important;
}
form .wss {
	width: 10% !important;
}
/* プライバシーポリシー
------------------------------------------------ */
#p_policy #policy dl {
	padding: 30px 10px;
	border-bottom: 1px #C1C1C1 solid;
}
#p_policy #policy dl dt {
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: bold;
}