/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 26 2025 | 03:45:41 */
/* ここにCSSコードを追加

例:
.example {
    color: red;
}

CSS の知識に磨きをかけるためにご覧ください。
http://www.w3schools.com/css/css_syntax.asp

コメント終わり */ 

/*------------------------------------------------------
TOPページ：レイアウト調整（TOP）
------------------------------------------------------*/
.header_slider_content h2.catch { /* デフォルト設定：#FFFFFF */ 
	color: #122f3b;
	text-shadow: 0px 1px 7px #ffffff;
}

#news_ticker {
	background: #fff;
	border: 1px solid #e6e6df;
}

/*------------------------------------------------------
全ページ共通：ヘッダー＆フッターメニュー（MENU）
------------------------------------------------------*/
/*----- ヘッダメニュー（TCD） -----*/
#global_menu .menu .menu-item a {
	color: #0d4e67;
}

/*----- サイドメニュー（TCD） -----*/
#side_icon_button .icon { color: #; font-weight: bold; }
#side_icon_button .label { color: #; font-weight: bold; }

/*----- SPフッターメニュー（TCD） -----*/
/* ラベルの文字サイズとウエイト */
.p-footer-bar__item-link .label { color: #FFFFFF; font-size: 14px; font-weight: 500; }
/* アイコンの大きさ調整 */
.p-footer-bar .icon { color: #FFFFFF; font-size: 23px !important; }
/* フッターバーの高さ調整 */
.p-footer-bar__item-link, .p-footer-bar { height: 59px; }
/* メニューバー色 */
.p-footer-bar__item-link { background-color: #fe590f; }

/*------------------------------------------------------
全ページ共通：フッター（FOOTER）
------------------------------------------------------*/
/*----- フッター診療時間（TCD） -----*/
#footer_info2 p.schedule_desc {
	font-size: 0.85em; 
}

/*----- フッター医院情報 -----*/
.ftr-clinic-info {
	position: relative;
	margin-bottom: 30px;
}
.ftr-clinic-info h1 {
	font-family: serif;
	color: #ffffff;
	font-size: 29px; /*31px*/
	text-align: left;
	line-height: 1em; /*1.25em*/
	letter-spacing: 0.1em; /*0.1em*/
	margin-bottom: 31px; /*31px*/
	padding-left: 75px; /*85px*/
}
.ftr-clinic-info h1 span {
	font-size: 15px; /*17px*/
	letter-spacing: 0.05em;
}
.ftr-clinic-info-logo {
position: absolute;
	top: 0px;
	left: 0px;
	width: 67px;
}
@media screen and (max-width: 900px) {
.ftr-clinic-info-logo img {
	border-radius: 0;
}}
.ftr-clinic-info-kamoku {
margin: 0 0 47px 0;
}
.ftr-clinic-info-kamoku ul {
	list-style: none;
	line-height: 0em;
	margin: 0;
	padding: 0;
}
.ftr-clinic-info-kamoku ul li {
	color: #122f3b;
	font-size: 13px;
	line-height: 0em;
	white-space: nowrap;
	display: inline;
	background: #fff;
	border: #fff 1px solid;
	border-radius: 5px;
	margin: 0 3px 0 0;
	padding: 8px 11px;
}
.ftr-clinic-info-kamoku ul li:nth-child(1) {
	color: #122f3b;
	font-size: 13px;
	line-height: 0em;
	white-space: nowrap;
	display: inline;
	background: #e6e6df;
	border: #e6e6df 1px solid;
	border-radius: 5px;
	margin: 0 3px 0 0;
	padding: 8px 11px;
}
@media screen and (max-width: 900px) {
.ftr-clinic-info h1 {
	font-size: 25px; /*31px*/
}
.ftr-clinic-info h1 span {
	font-size: 15px; /*17px*/
}
.ftr-clinic-info-kamoku {
	margin: 0 0 47px 0;
}
.ftr-clinic-info-kamoku ul {
}
.ftr-clinic-info-kamoku ul li {
	font-size: 11px;
	margin: 0 2px 0 0;
	padding: 5px 9px;
}
.ftr-clinic-info-kamoku ul li:nth-child(1) {
	font-size: 11px;
	padding: 5px 9px;
}}
.ftr-clinic-info-address {
	position: relative;
	margin: 0;
}
.ftr-clinic-info-address address {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	font-style: normal;
}
.ftr-clinic-info-address address span {
	padding-right: 6px;
	font-size: 0.9rem;
	letter-spacing: 0.12rem;
}
.ftr-clinic-info-address address i {
	font-size: 1.25rem;
	margin-left: 9px;
}
.ftr-clinic-info-address .ftr-clinic-info-tel  {
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
.ftr-clinic-info-address .ftr-clinic-info-tel  {
	font-size: 1.75rem;
	font-weight: 100;
	letter-spacing: 0;
}}
.ftr-clinic-info-address .ftr-clinic-info-tel span {
	color:  #fff;
	font-size: 1.75rem;
	margin-right: 11px;
}

/*------------------------------------------------------
ページ共通設定：Hタイトル設定（HEADING）
------------------------------------------------------*/
/*----- H2タイトル：ページキャッチコピー -----*/
.post_content h2.heading-catch {
	color: #122f3b;
	font-size: 2rem;
	text-align: center;
	position: relative;
	margin-bottom: 4rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #122f3b;
}
.post_content h2.heading-catch::before {
	content: attr(data-en);
	display: block;
	color: #0d4e67;
	font-size: 1rem;
	text-transform: uppercase;
	opacity: 100%;
	margin-bottom: 1.25rem;
}
@media screen and (max-width: 900px) {
.post_content h2.heading-catch {
	font-size: 1.75rem;
}}

/*----- H2タイトル：ページキャッチコピー -----*/
.post_content h3.heading-catch {
	color: #0d4e67;
	font-size: 1.5rem;
	font-weight: bold;
	position: relative;
	margin-bottom: 1.2rem;
}
@media screen and (max-width: 900px) {
.post_content h3.heading-catch {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}}

/*----- H2タイトル：通常 -----*/
h2.heading {
	color: #122f3b;
	font-size: 1.7rem;
	letter-spacing: -0.05em;
	margin-bottom: 2.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
h2.heading::before,
h2.heading::after {
	content: '';
	width: 47px;
	height:1px;
	background-color: #122f3b;
}
h2.heading::before {
	margin-right: 23px;
}
h2.heading::after {
	margin-left: 23px;
}
/*----- H3タイトル -----*/
h3.heading {
	position: relative;
	color: #122f3b;
	font-size: 1.5rem;
	letter-spacing: -0.1em;
	margin: 0 0 2rem 0;
	padding: 0 0 1rem 0.25rem;
	border-bottom: 1px solid #e6e6df;
}
h3.heading::before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	width: 11%;
	height: 2px;
	content: '';
	background: #0d4e67;
}

/*------------------------------------------------------
ページ共通設定：リスト設定（LIST）
------------------------------------------------------*/
ul.list-common {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
ul.list-common li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.25em;
	list-style-type: none !important;
}
ul.list-common li:before {
	color: #0d4e67; /*アイコンの色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコンのウエイト*/
	content: "\f0da"; /*アイコンの種類*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}

ul.list-location {
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
ul.list-location li {
	line-height: 1.5;
	padding: 0.5em 0 0.5em 1.5em;
	list-style-type: none !important;
}
ul.list-location li:before {
	color: #0d4e67; /*アイコンの色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコンのウエイト*/
	content: "\f3c5"; /*アイコンの種類*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}

/*------------------------------------------------------
ページ共通設定：ボタン設定（BUTTON）
------------------------------------------------------*/
/*----- 共通ボタン設定 -----*/
.btn-base {
	width: 100%;
	display:block;
}
.btn-base a {
	margin-bottom:15px;
	text-decoration: none;
}
.btn-base .btn-common {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 61px;
	position: relative;
	background: #122f3b;
	border: 1px solid #122f3b;
	border-radius: 31px;
	box-sizing: border-box;
	padding: 0 37px 0 17px;
	color: #fff;
	line-height: 1.3;
	text-align: left;
	text-decoration: none;
	transition-duration: 0.3s;
	margin:35px auto;
}
a.btn-common:after {
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	
	font-family: "Font Awesome 5 Free"; 
	font-weight: 900;
	content: '\f0da';
	position: absolute;
	top: ;
	right: 29px;
}
a.btn-common:hover {
	background: #fff;
	color: #122f3b !important;
	text-decoration: none;
}
a.btn-common:hover:after {
	color: #122f3b;
}
/*以下、fontawesome.com 未使用 ver*/
/*a.btn-common:before {
	content: '';
	width: 8px;
	height: 8px;
	border: 0;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 29px;
	margin-top: -6px;
}
a.btn-common:hover {
	background: #fff;
	color: #122f3b !important;
	text-decoration: none;
}
a.btn-common:hover:before {
	color: #fff;
	border-top: 2px solid #122f3b;
	border-right: 2px solid #122f3b;
}*/

/*------------------------------------------------------
ページ共通設定：ボックス設定（BOX）
------------------------------------------------------*/
.pickup-box-cover .pickup-box {
	background: #FFF;
	border: 1px solid #e6e6df;
	border-radius: 5px;
	padding: 40px;
	position: relative;
}
@media screen and (max-width: 900px) {
.pickup-box-cover .pickup-box {
	padding: 30px 15px;
}}
.pickup-box-cover .pickup-box h3 {
	color: #122f3b;
	font-size: 1.5rem;
	font-weight: bold;
	background: #FFF;
	margin-bottom: 15px;
	padding: 0 11px;
	position: absolute;
	top: -21px;
}
.pickup-box-cover .pickup-box h3 i {
	margin-right: 7px;
}
@media screen and (max-width: 900px) {
.pickup-box-cover .pickup-box h3 {
	font-size: 1.2rem;
	margin-bottom: 25px;
}}
.pickup-box-cover .pickup-box p {
	margin-bottom: 0;
	padding: 0;
}
.pickup-box-cover .pickup-box p.quote {
	font-size: 0.9rem;
	padding: 0;
}
.pickup-box-cover .pickup-box a {
	margin: 25px auto 0 auto;
}
.pickup-box-cover a:hover {
	opacity: 0.6;
	transition:all 0.5s
}

/*------------------------------------------------------
医院案内（ABOUT）：
------------------------------------------------------*/
/*----- クリニック概要 -----*/
.clinic-info {
	position: relative;
	margin-bottom: 30px;
}
.clinic-info h1 {
	color: #122f3b;
	font-family: serif;
	font-size: 29px; /*31px*/
	text-align: left;
	line-height: 1em; /*1.25em*/
	letter-spacing: 0.1em; /*0.1em*/
	margin-bottom: 31px; /*31px*/
	padding-left: 75px; /*85px*/
}
.clinic-info h1 span {
	font-size: 15px; /*17px*/
	letter-spacing: 0.05em;
}
.clinic-info-logo {
position: absolute;
	top: 0px;
	left: 0px;
	width: 67px;
}
@media screen and (max-width: 900px) {
.clinic-info-logo img {
	border-radius: 0;
}}
.clinic-info-kamoku {
margin: 0 0 47px 0;
}
.clinic-info-kamoku ul {
	list-style: none;
	line-height: 0em;
	margin: 0;
	padding: 0;
}
.clinic-info-kamoku ul li {
	color: #122f3b;
	font-size: 13px;
	line-height: 0em;
	white-space: nowrap;
	display: inline;
	background: #fff;
	border: #e6e6df 1px solid;
	border-radius: 5px;
	margin: 0 3px 0 0;
	padding: 8px 11px;
}
.clinic-info-kamoku ul li:nth-child(1) {
	color: #122f3b;
	font-size: 13px;
	line-height: 0em;
	white-space: nowrap;
	display: inline;
	background: #e6e6df;
	border: #e6e6df 1px solid;
	border-radius: 5px;
	margin: 0 3px 0 0;
	padding: 8px 11px;
}
@media screen and (max-width: 900px) {
.clinic-info h1 {
	font-size: 25px; /*31px*/
}
.clinic-info h1 span {
	font-size: 15px; /*17px*/
}
.clinic-info-kamoku {
	margin: 0 0 47px 0;
}
.clinic-info-kamoku ul {
}
.clinic-info-kamoku ul li {
	font-size: 11px;
	margin: 0 2px 0 0;
	padding: 5px 9px;
}
.clinic-info-kamoku ul li:nth-child(1) {
	font-size: 11px;
	padding: 5px 9px;
}}

.clinic-info-schedule {
	width: 100%;
	border-radius: 7px;
	margin: 0 0 37px 0;
	padding: 0;
}
#page_contents .clinic-info-schedule table {
	width: 100%;
	border: none !important;
	border-radius: 5px !important;
	margin: 0 0 11px 0;
	padding: 0;
}
#page_contents .clinic-info-schedule tr {
	border-top: none !important;
	border-bottom: none !important;
	border-left: none !important;
	border-right: none !important;
}
#page_contents .clinic-info-schedule th {
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	padding: 11px 5px 11px 5px !important;
	background: #f6f6f6;
	border-top: none !important;
	border-bottom: #e6e6df 1px solid !important;
	border-left: #e6e6df 1px solid !important;
	border-right: none !important;
}
#page_contents .clinic-info-schedule th:first-of-type {
	width: 30% !important;
	letter-spacing: 0.18em;
	border-radius: 7px 0 0 0;
	border-left: none !important;
}
#page_contents .clinic-info-schedule th:last-of-type {
	letter-spacing: 0.18em;
	border-radius: 0 7px 0 0;
}
#page_contents .clinic-info-schedule td {
	text-align: center;
	line-height: 1em;
	vertical-align: middle;
	margin: 0;
	padding: 11px 5px 11px 5px !important;
	border-top: none !important;
	border-bottom: #e6e6df 1px solid !important;
	border-left: #e6e6df 1px solid !important;
	border-right: none !important;
}
#page_contents .clinic-info-schedule td:not(:first-child) {
	color: #0d4e67;
}
#page_contents .clinic-info-schedule td:first-of-type {
	border-left: none !important;
}
#page_contents .clinic-info-schedule td span {
}
@media screen and (min-width: 800px) {
#page_contents .clinic-info-schedule br {
display: none;
}}
#page_contents .clinic-info-schedule p {
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
}

.clinic-info-address {
	position: relative;
	margin: 0;
}
.clinic-info-address address {
	margin-bottom: 10px;
	font-size: 1rem;
	line-height: 1.5rem;
	letter-spacing: 0.1rem;
	font-style: normal;
}
.clinic-info-address address span {
	padding-right: 6px;
	font-size: 0.9rem;
	letter-spacing: 0.12rem;
}
.clinic-info-address address i {
	font-size: 1.25rem;
	margin-left: 9px;
}
.clinic-info-address .clinic-info-tel  {
	font-size: 2rem;
	font-weight: 100;
	letter-spacing: 0.06rem;
}
@media screen and (max-width: 900px) {
.clinic-info-address .clinic-info-tel  {
	font-size: 1.75rem;
	font-weight: 100;
	letter-spacing: 0;
}}
.clinic-info-address .clinic-info-tel span {
	font-size: 1.75rem;
	margin-right: 11px;
}

/* .clinic-info-address .clini-info-reserve {
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	border: #e6e6df 1px solid;
	border-radius: 5px;
	text-align: center;
}
.clinic-info-address .clini-info-reserve h2 {
	font-size: 14px;
	letter-spacing: 0.2em;
	background-color: #e6e6df;
	margin: 0;
	padding: 4px 2px 6px 4px;
}
.clinic-info-address .clini-info-reserve p {
	color: #0d4e67;
	font-size: 30px;
	margin: 0 !important;
	padding: 3px 21px 3px 21px !important;
}
.clinic-info-address .clini-info-reserve a {
	color: #0d4e67;
}
.clinic-info-address .clini-info-reserve a:nth-child(1) {
	margin-right: 10px;
} */

/*----- 医療機器・設備紹介 -----*/
.clinic-equipment-box {
position: relative;
background: #f6f6f6;
border-radius: 5px;
margin-bottom: 30px;
}
.clinic-equipment-img {
margin: 0 !important;
}
.clinic-equipment-img img {
margin: 0;
vertical-align: bottom;
border-radius: 5px 5px 0 0;
}
.clinic-equipment-txtarea {
margin: 0;
padding: 20px 25px;
}
.clinic-equipment-txtarea p.category {
color: #122f3b;
font-size: 0.8rem;
font-weight: bold;
	line-height: 1;
text-align: center;
margin: 0 0 1em 0 !important;
padding: 0 !important;
}
.clinic-equipment-txtarea p.name {
color: #122f3b;
font-size: 1.1rem;
font-weight: bold;
	line-height: 1;
text-align: center;
margin: 0 !important;
padding: 0 !important;
}
.clinic-equipment-txtarea p {
margin: 0 0 0.5em 0 !important;
padding: 0 !important;
}

/*------------------------------------------------------
院長・スタッフ紹介（STAFF）：
------------------------------------------------------*/
/*----- 院長 -----*/
.staff-photo-box {
	position: relative;
}
.staff-photo-box .label {
	display: flex;
	position: absolute;
	top: 41px;
	left: 0px;
	min-width: 110px;
	min-height: 160px;
	border: 1px solid #122f3d;
	background-color: #122f3d;
	z-index: 100;
}
.staff-photo-box img {
	width: 90%;
	margin: 0 0 0 auto;
}
.staff-photo-box .label span {
	color: #FFF;
	writing-mode: vertical-rl;
}
.staff-photo-box .label span.kana {
	font-size: 0.75rem;
	padding: 19px 5px 19px 19px;
	margin-left: auto;
}
.staff-photo-box .label span.name {
	font-size: 1.3rem;
	padding: 19px 5px;
}
.staff-photo-box .label span.title {
	font-size: 1rem;
	padding: 19px 19px 19px 13px;
	margin-right: auto;
}

/*----- 略歴・所属学会・所属勉強会 -----*/
.biography-box {
	background: #f6f6f6;
	border: #e6e6df 1px solid;
	border-radius: 5px;
	padding: 19px;
}
.biography-box p {
	margin: 0 !important;
}
.biography-box dl {
	font-size: 0.9rem;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 1.5em;
}
.biography-box dl dt {
	width: 20%;
	line-height: 1.25em;
	margin: 0 0 0.25em 0 !important;
}
.biography-box dl dd {
	width: 80%;
	line-height: 1.25em;
	margin: 0 0 0.25em 0 !important;
}
.biography-box ul {
	font-size: 0.9rem;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.biography-box li {
	list-style-type: none;
	line-height: 1.25em;
	margin: 0 0 0.25em 0 !important;
	padding: 0 0 0 1.25em;
}
.biography-box li:before {
	color: #; /*アイコンの色*/
	font-family: "Font Awesome 5 Free";
	font-weight: 900; /*アイコンのウエイト*/
	content: "\f0da"; /*アイコンの種類*/
	position: absolute;
	left : 0; /*左端からのアイコンまでの距離*/
}



/*------------------------------------------------------
予約について（RESERVE）：
------------------------------------------------------*/
/*----- 電話番号 -----*/
.contact-box {
	color: #666;
	text-align: center;
	background: #f6f6f6;
	border: #e6e6df 1px solid;
	border-radius: 5px;
	padding: 10px;
}
.contact-box p {
	margin: 0 !important;
}
.contact-box .contact-tel a {
	font-size: 2.3rem;
	text-align: center;
	margin: 16px 0;
	padding-left: 30px;
}
.contact-box .contact-tel a i {
	margin-right: 10px;
}

/*----- ナンバー・リクエスト（ページ共通設定で設定） -----*/

/*----- 診療カレンダー（Google） -----*/
iframe.calendar {
	border-radius: 15px; /* 5px */
	background: #e6e6df;
}


/*------------------------------------------------------
診療案内（DENTAL）：
------------------------------------------------------*/
/* #service_header { display: none; } */