@charset "utf-8";
/*
theme name: WordPressエクセレントオリジナルテーマ
Author: Excellent
Description: excellent original theme
version: 1.0.0
*/

body {
	color: #000f33;
	font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
	line-height: 1.5;
	margin: 0;
	padding: 0;
}

h1, h2 {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

div, p {
	box-sizing: border-box;
}

a {
	color: #00519A;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

iframe {
	vertical-align: bottom;
}

.clearfix:after {
	clear: both;
	content: '';
	display: block;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-weight: bold;
}

/* ページトップへ戻る */
#page_top {
	background-color: #89BDDE;
	border-radius: 50%;
	width: 90px;
	height: 90px;
	position: fixed;
	right: 5px;
	bottom: 0;
}
#page_top a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
}
#page_top a::before {
	color: #fff;
	content: '\f102';
	font-family: FontAwesome;
	font-size: 25px;
	margin: 0 auto;
	text-align: center;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 10px;
	bottom: 0;
	right: 0;
	left: 0;
}
#page_top a::after {
	color: #fff;
	content: 'PAGE TOP';
	font-size: 12px;
	margin: auto;
	text-align: center;
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
}

@media screen and (max-width: 670px) {
	#page_top {
		width: 50px;
		height: 50px;
	}
	#page_top a::before {
		font-size: 20px;
		top: 8px;
	}
	#page_top a::after {
		display: none;
	}
}


span.red {
	color: #ff0000;
}


/** ----------------------------
	header
---------------------------- **/
header {
	width: 100%;
}

.header-inner {
	padding: 20px 0;
	position: relative;
}

/* サイトタイトル */
.site-title {
	display: table;
	margin: 0 auto;
	text-align: left;
}

.site-title h1 {
	line-height: 1;
	margin: 0
}

.site-title h1 img {
	height: 70px;
	width: auto;
}

.site-title a {
	display: block;
}

.header-nav ul {
	display: table;
	margin: 0 auto;
	padding: 0;
}

.header-nav li a {
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
}

.header-nev li a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
	.site-title {
		margin: 0;
		margin-left: 10px;
	}
}


/** -- 電話番号 -- **/
.header-inner .contact {
	position: absolute;
	left: calc(50% + 100px);
	top: 20px;
	text-align: center;
}

.header-inner .contact p {
	margin: 0;
}

.header-inner .contact a {
	display: block;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 200%;
}

@media screen and (max-width: 640px) {
	.header-inner .contact  {
		left: 140px;
		top: 30px;
	}
	
	.header-inner .contact p {
		font-size: 90%;
	}
	
	.header-inner .contact a {
		font-size: 140%;
	}
}


/** ----------------------------
	footer
---------------------------- **/
footer {
	
}

.footer-inner {
	background-color: #000f33;
	padding: 10px;
}

/* フッターメニュー */
.footer-nav {
	margin-bottom: 20px;
}
.footer-nav ul {
	display: table;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
}
.footer-nav ul:after {
	clear: both;
	content: '';
	display: block;
}
.footer-nav li {
	float: left;
	text-align: center;
	width: 50%;
}
.footer-nav li a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.footer-nav li a:hover {
	opacity: .6;
}

/* コピーライト */
.copyright p {
	color: #fff;
	text-align: center;
}

/* フッター情報 */
.footer_info {
	color: #fff;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	margin:auto;
}

.time table {
	border-collapse: collapse;
	margin: 0 auto;
	width: 100%;
}
.time td, .time th {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: center;
	color:#000;
}
.time th {
	background: #fff;
}
.time td {
	background: #fff;
}

.on{
		color:#00519A !important;
}

.telat {
	font-size: 14px;
}

@media screen and (max-width: 670px) {
.footer_info {
    display: block !important;
	width:90%;
	margin-bottom:20px;
	text-align: center;
  }
.time td, .time th {
    padding: 5px;
}
}

/** ----------------------------
	サイドバー
---------------------------- **/
/* サイドバーのタイトル */
.sidebar-title {
	background-color: #f6e7c0;
	padding: 10px;
	text-align: left;
}


/** ----------------------------
	コンテンツ
---------------------------- **/
.container {
	max-width: 1100px;
	width: 80%;
	margin: 0 auto 30px;
}
.container:after {
	clear: both;
	content: '';
	display: block;
}

/* トップページ投稿一覧 */
.blogList {
	display: flex;
	flex-wrap: wrap;
}
.blogList .blogBox a {
	text-decoration: none;
}
.blogList .blogBox h2 {
	color: #000f33;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 5px;
	text-align: left;
}
.blogList .blogBox p {
	color: #bbb;
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

.blogList .blogBox .image {
	height: 210px;
}

.blogList .blogBox .image img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.blogBtn {
	background-color: #00519A;
	border: solid 2px #00519A;
	color: #ffffff;
	display: table;
	margin: 10px auto 50px;
	padding: 10px 50px;
}
.blogBtn:hover {
	background-color: #ffffff;
	color: #00519A;
	text-decoration: none;
}

/* 投稿一覧 */
.postList {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.postBox {
	margin: 0 2% 20px 0;
	width: 32%;
}
.postBox:nth-child(3n) {
	margin: 0;
}

.postBox .postThumbnail {
	overflow: hidden;
	height: 150px;
	width: 100%;
}

.postBox .postThumbnail img {
	transition: transform 0.6s;
	object-fit: cover;
	height: 150px;
	width: 100%;
}
@media screen and (max-width: 670px) {
.postBox .postThumbnail img {
	height: inherit;
}
}
.postBox .postThumbnail img:hover {
	transform: scale(1.1) rotate(2deg);
}

.postBox h2 {
	margin: 10px 0;
}
.postBox h2 a {
	color: #000f33;
	display: block;
	font-size: 15px;
	text-align: left;
	text-decoration: none;
}

.postBox time {
	color: #bbb;
	font-size: 13px;
}

@media screen and (max-width: 640px) {
	.postList {
		display: block;
	}
	
	.postBox {
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		margin: 0;
		min-height: 85px;
		padding: 10px 0 10px 110px;
		position: relative;
		width: 100%;
	}
	
	.postBox .postThumbnail {
		position: absolute;
		top: 10px;
		left: 0;
		height: 65px;
		width: 100px;
	}
	
	.postBox h2 {
		font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		margin: 0;
	}
	
	.postBox h2 a {
		font-size: 14px;
	}
	
	.postBox time {
		font-size: 11px;
	}
}

/* 投稿ページ */
.post h1 {
	font-size: 2.0em;
	text-align: left;
}

.cat-data {
	display: -webkit-flex;
	display: flex;
	margin: 0 0 20px;
}
.cat-data a {
	border: solid 1px #000f33;
	display: table;
	font-weight: normal;
	margin-right: 5px;
	padding: 3px 10px;
}
.cat-data a:hover {
	background-color: #00519A;
	color: #fff;
	text-decoration: none;
}

.blog-date {
	float: right;
}


/** ----------------------------
	コンタクトフォーム
---------------------------- **/
.contactWrap p {
	text-align: center;
}

.contactWrap h4 {
	border-bottom: dashed 1px #000f33;
	border-top: dashed 1px #000f33;
	display: table;
	margin: 0 auto 20px;
	padding: 10px 50px;
	text-align: center;
}

input, textarea, select, button {
	font-family: "游ゴシック", "游ゴシック体", "Yu Gothic", Yugothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 16px;
}

input[ type="text" ], input[ type="tel" ], input[ type="email" ] {
	border: solid 1px #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 1.2;
	margin: 0;
	padding: 10px;
	width: 100%;
}

input[ type="submit" ] {
	background-color: #000f33;
	border: solid 1px #000f33;
	border-radius: 3px;
	color: #fff;
	display: table;
	margin: 0 auto;
	padding: 10px 100px;
}
input[ type="submit" ]:hover {
	background-color: #89BDDE;
	color: #000f33;
	cursor: pointer;
}

span.wpcf7-list-item-label {
	line-height: 42px;
}

textarea {
	border: solid 1px #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	margin: 0;
	padding: 10px;
	width: 100%;
}


#cf_exce {
	width: 100%;
	max-width: 700px;
	margin: 0 auto 30px;
}

#cf_exce h3 {
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 2.5;
	margin: 20px 0 0;
	text-align: center;
}

#cf_exce p {
	margin: 0 0 30px;
}

#cf_exce dl {
	margin: 0 0 50px;
	width: 100%;
}

#cf_exce dl dt, dd {
	font-size: 15px;
	word-wrap: break-word;
	box-sizing: border-box;
	min-height: 72px;
}
#cf_exce dl dt {
	float: left;
	font-weight: bold;
	padding: 15px 20px;
}
#cf_exce dl dd {
	margin: 0;
	padding: 15px;
	padding-left: 170px;
}

#cf_exce dl.recruitment dd {
	background-color: #f4f4f4;
	border-bottom: dotted 1px #000;
}

#cf_exce dl.recruitment dd:nth-child(4n) {
	background-color: #fff;
}

#cf_exce dl.form {
	margin: 0 0 30px;
}

#cf_exce dl.form dt span {
	background-color: #de0000;
	color: #fff;
	font-size: 10px;
	font-weight: normal;
	margin: 0 0 0 8px;
	padding: 2px 5px;
}




/** -- pc -- **/
@media screen and (min-width: 768px) {
	/* --- 全体の設定 --- */
	h2 {
		font-size: 33px;
		font-weight: normal;
	}
	
	h2 span {
		font-size: 23px;
	}
	
	/* --- コンテンツ --- */
	.contents {
		float: left;
		margin: 0 2% 0 0;
		width: 70%;
	}
	
	#sidebar {
		float: right;
		width: 28%;
	}
	
	/* トップページ投稿一覧 */
	.blogList .blogBox {
		margin: 0 2% 30px 0;
		width: 32%;
	}
	.blogList .blogBox:nth-child(3n) {
		margin: 0;
	}
	
	/* --- ヘッダー --- */
	/* PC用ヘッダーメニュー */
	#header-nav {
		background-color: #D4CDA5;
		display: block!important;
	}
	.header-nav {
		padding: 0 20px;
	}
	.header-nav ul {
		margin: 0 auto;
		max-width: 1000px;
	}
	.header-nav ul:after {
		clear: both;
		content: '';
		display: block;
	}
	.header-nav li {
		display: inline-block;
		position: relative;
		width: auto;
	}
	.header-nav li a {
		font-size: 1em;
		padding: 15px 20px;
	}
	.header-nav li a:hover {
		background-color: #BBB59A;
	}
	#navbutton {
		display: none;
	}
	
	.header-nav li .sub-menu, .footer-nav li .sub-menu {
		background-color: #000f33;
		display: none;
		position: absolute;
		left: 0;
		top: 54px;
		z-index: 10;
	}
	
	.header-nav li .sub-menu a, .footer-nav li .sub-menu a {
		color: #ffffff;
		font-size: 14px;
		width: 130px;
	}
	
	/* カテゴリー */
	/* アーカイブ */
	#sidebar .widget_categories ul, #sidebar .widget_archive ul {
		margin: 0;
		padding: 0;
	}
	#sidebar .widget_categories ul li, #sidebar .widget_archive ul li {
		list-style-type: none;
		margin: 0 0 10px 5px;
	}
	
	#sidebar .widget_categories ul li a, #sidebar .widget_archive ul li a {
		font-weight: normal;
	}
	
	/* --- フッター --- */
	.footer-nav li {
		text-align: left;
		width: auto;
	}
	.footer-nav li a {
		font-size: 1em;
		padding: 10px 20px;
	}
	
	/* コピーライト */
	.copyright p {
		text-align: center;
	}
	
	/* --- コンタクトフォーム --- */
	#cf_exce dl.recruitment dd {
		padding: 15px;
		padding-left: 170px;
	}
	
	#cf_exce dl.form dt {
		box-sizing: border-box;
		line-height: 40px;
		text-align: right;
		padding-left: 0;
		width: 270px;
	}
	#cf_exce dl.form dd {
		padding-left: 270px;
	}
}


/** -- ipad tablet -- **/
@media screen and (max-width: 767px) {
	/* --- コンテンツ --- */
	.container {
		margin: 0 auto;
		width: 90%;
	}
	/* 投稿一覧 */
	.blogList .blogBox {
		width: 48%;
	}
	
	/* --- ヘッダー --- */
	/* スマホ用メニューボタン　*/
	.header-inner {
		position: relative;
	}
	
	#navbutton {
		position: absolute;
		top: 50%;
		right: 10px;
		background-color: #fff;
		border: solid 1px #aaa;
		border-radius: 5px;
		cursor: pointer;
		padding: 8px 10px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	#navbutton:hover {
		background-color: #ddd;
	}
	#navbutton:focus {
		outline: none;
	}
	#navbutton i {
		color: #333;
		font-size: 2em;
	}
	
	/* ヘッダーナビゲーション */
	#header-nav {
		display: none;
	}
	.header-nav {
		padding-left: 10px;
	}
	.header-nav li a {
		font-size: 1em;
		padding: 15px 5px;
	}
	.header-nev li a:hover {
		opacity: 0.8;
	}
	
	.menu-item-has-children {
		position: relative;
	}
	.menu-item-has-children p.btn {
		display: block;
		margin: 0;
		position: absolute;
		right: 0;
		top: 10px;
		height: 23px;
		width: 23px;
		z-index: 99;
        background-color: transparent;
        border: none;
        min-width: inherit;
        padding: inherit;
	}
	.menu-item-has-children p.btn::before {
		content: '\f13a';
		display: block;
		font-family: "Font Awesome 5 Free";
		font-size: 140%;
		font-weight: 900;
        color:#00519A;
	}
	.menu-item-has-children p.btn.open::before {
		content: '\f139';
	}
	
	.menu-item-has-children .sub-menu {
		display: none;
	}
	
	/* --- footer ---*/
	footer {
	}
	.footer-inner {
		padding: 0 0 10px;
	}

	/* フッターメニュー */
	.footer-nav {
		background-color: #00519A;
		margin-bottom: 20px;
	}
	.footer-nav ul {
		display: block;
		margin: 0;
		padding: 0;
		width: 100%;
	}
	.footer-nav ul:after {
		clear: both;
		content: '';
		display: block;
	}
	.footer-nav li {
		border-bottom: dashed 1px #fff;
		box-sizing: border-box;
		float: left;
		text-align: center;
		width: 50%;
	}
	.footer-nav li:nth-child(2n) {
		border-left: dashed 1px #fff;
	}
	.footer-nav li a {
		font-size: .9em;
		padding: 10px 5px;
	}
	.footer-nav li a:hover {
		opacity: .6;
	}

	/* コピーライト */
	.copyright p {
		font-size: .9em;
		margin: 0;
	}
	
	/* --- コンタクトフォーム --- */
	#cf_exce dl dt {
		padding: 15px 20px 0;
	}
	#cf_exce dl dd {
		padding: 50px 20px 15px;
	}
}

/** -- iPhone smartphone -- **/
@media screen and (max-width: 570px) {
	/* --- コンテンツ --- */
	.container {
		margin: 0 auto;
		width: 90%;
	}
	
	/* --- コンタクトフォーム --- */
	#cf_exce dl dt, dd {
		min-height: initial;
	}
	
	/* 投稿一覧 */
	.blogList article {
		margin: 0 auto 30px;
	}
	
	.blogList .blogBox {
		border-bottom: dotted 1px #ccc;
		margin: 0 auto 10px;
		padding: 0 0 10px;
		width: 100%;
	}
	
	.blogList .blogBox a {
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	
	.blogList .blogBox a .image {
		height: 70px;
		width: 34%;
	}
	
	.blogList .blogBox a .text {
		width: 62%;
	}
	
	.blogList .blogBox a .text h2 {
		font-family: "游ゴシック体", "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
		font-size: 14px;
		margin: 0 0 5px;
		text-align: left;
	}
	
	.blogList .blogBox a .text p {
		color: #bbb;
		font-size: 11px;
		margin: 0;
	}
}
/** ----------------------------
	トップページ
---------------------------- **/
h1 {
  font-size: 64px;
  font-weight: normal;
  margin: 0 0 30px;
}
p.date {
  border: solid 1px #000;
  display: table;
  font-size: 26px;
  line-height: 30px;
  margin: 20px auto;
  padding: 15px 20px;
}
p.date span{
	margin-top:5px;
	font-size: 24px;
	line-height: 1.3;
	display: block;
    color: #666;
}
.topmainimg {
  height: 432px;
  width: 100%;
  text-align: center;
}
.topmainimg img {
  max-width: fit-content;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
div.greeting {
  margin: 80px auto;
  max-width: 1100px;
  width: 100%;
}
.toppage .topmenu {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  margin: 80px auto;
  max-width: 1100px;
  width: 100%;
}
.toppage .topmenu div{
	width:32%;
	margin-right:2%;
	text-align: center;
	border:1px solid #ccc;
	position: relative;
	padding-bottom: 0px;
}
.toppage .topmenu div:nth-of-type(3n){
	margin-right:0;
}
.toppage .topmenu div:hover{
	background:#f4f4f4;
}
	.toppage .topmenu div img{
		width:100%;
	}
	.toppage .topmenu div p{
		padding:0 10px;
	}
	.toppage .topmenu .ttl{
		font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
		font-size:24px;
		color:#000f33;
	}
	.toppage .topmenu .caption{
		font-weight:normal;
	}
	.toppage .topmenu div a{
		width:100%;
		text-decoration: none;
		color:#000f33;
	}
	.toppage .topmenu div a:hover{
		background:#eee;
	}
	.triangle::before {
    content: "";
    bottom: 0;
    right: 0;
    border-top: 3em solid transparent;
    border-right: 3em solid #00519A; /* ラベルの色はここで変更 */
    position: absolute;
    z-index: 100;
}
.triangle::after {
    content: "≫";
    display: block;
    bottom: 3px;
    color: #fff; /* 文字色はここで変更 */
    font-weight: bold;
    right: 5px;
    position: absolute;
    z-index: 101;
}
@media screen and (max-width:670px) {
  h1 {
    font-size: 28px;
  }
  .topmainimg {
    height: 250px;
  }
  div.greeting {
    margin: 50px auto;
    width: 80%;
  }
  .toppage .topmenu {
    display: block;
	  width:90%;
  }
	.toppage .topmenu div{
		width:100%;
		margin-right:0;
	}
	.toppage .topmenu>div{
		margin-bottom:20px;
	}
  .director {
    text-align: center;
  }
}

/** -- 病院まちねっと -- **/
.machinet {
	display: table;
	margin: 50px auto;
}
/** ----------------------------
	診療案内
---------------------------- **/
.medical-info h1 {
    font-size: 33px;
    font-weight: normal;
}
.medical-info h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
	padding:10px;
    margin: 20px 0;
    text-align: center;
}
.medical-info h3 {
    font-size: 16px;
    font-weight: bold;
    margin: 0;
}
.medical-info p{
	margin-top:0;
}
.medical-info ul{
	box-sizing: border-box;
}
.medical-info .table_box{
	width:100%;
	overflow: auto;
}
.medical-info table{
  border-collapse:collapse;
  margin:0 auto;
	width:1500px;
}
.medical-info td,.medical-info th{
  border:1px solid #ccc;
  padding:10px;
  font-size:14px;
}
.medical-info .merit{
	background: #FFF0F0;
}
.medical-info .demerit{
	background: #E4F3FF;
}
.medical-info th{
  background:#EFEFEF;
}
.medical-info td ul{
	padding:0 20px;
	box-sizing: border-box;
}
.medical-info .menu_list{
    display:flex;
    flex-wrap: wrap;
}
.medical-info .menu_list a {
    background-color: #00519A;
    border: solid 2px #00519A;
    color: #ffffff;
    display: table;
    margin: 0 10px 10px 0;
    padding: 24px;
    width:48%;
    box-sizing: border-box;
    text-align: center;
    font-size:18px;
    text-decoration: none;
}
.medical-info .menu_list a:nth-of-type(2n){
    margin: 0 0 10px 0;
}
.medical-info .menu_list a:hover {
    background-color: #ffffff;
    color: #00519A;
    text-decoration: none;
}
@media screen and (max-width: 767px) {
    .medical-info h2 {
        font-size: 28px;
    }
    .medical-info .menu_list{
        display:block;
    }
    .medical-info .menu_list a {
        width:100%;
    }
}

/** ----------------------------
	医院設備
---------------------------- **/
.equipment h1 {
    font-size: 33px;
    font-weight: normal;
}
.equipment h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    margin: 20px 0;
    text-align: center;
}
.equipment ul{
	box-sizing: border-box;
}
.equipment div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
	box-sizing: border-box;
}
.equipment div.column2 div{
	margin-bottom:40px;
	margin-left:20px; 
	box-sizing: border-box;
	width: calc(50% - 20px);
}
div.column2 img{
	width:100%; height:auto;
}

@media screen and (max-width: 570px) {
  .equipment h2 {
    font-size: 20px;
  }
  .equipment div.column2 {
    display: block !important;
  }
.equipment div.column2 div{
	margin-bottom:40px;
	margin-left:0px; 
	box-sizing: border-box;
	text-align: center;
	width: 100%;
}
.equipment div.column2 img{
	height:auto; margin:auto;
	}
}


/** ----------------------------
	院長・スタッフ紹介
---------------------------- **/
div.greeting {
  margin: 0px auto;
  /*max-width: 1000px;*/
  width: 100%;
}
.staff h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3;
	padding:10px;
    margin: 20px 0;
    text-align: center;
}
div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.column2 .l{
	margin-right:10px;
}
.column2 .half{width:50%; box-sizing: border-box;}
.mt30{margin-top: 30px;}
.mb10{margin-bottom: 10px;}
.mb20{margin-bottom: 20px;}
.mb30{margin-bottom: 30px;}
.mb50{margin-bottom: 50px;}

.mw380{max-width:380px;}

@media screen and (max-width: 570px) {
  .staff h2 {
    font-size: 28px;
  }
  .topmainimg {
    height: 250px;
  }
  .staff div.greeting {
    margin: 50px auto;
    width: 80%;
  }
  .staff div.column2 {
    display: block !important;
  }
.column2 .l{
	margin-right:0px;
	margin-bottom:10px;
}
.column2 .half{width:100%;}
  .director {
    text-align: center;
  }
.mb30{margin-bottom: 15px;}
.mb50{margin-bottom: 25px;}
}

/** ----------------------------
	ご予約について
---------------------------- **/
.reservation p, .reservation h3 {
	text-align: center;
}

.reservation h2 {
	line-height: 1.0;
	margin: 80px 0 10px;
}

.reservation h2 span {
	font-size: 80%;
}

.reservation h3 {
	border-top: solid 1px #000f33;
	border-bottom: solid 1px #000f33;
	font-size: 16px;
	line-height: 1.0;
	margin: 40px 0 10px;
	padding: 13px 0 10px;
}

.reservation h4 {
	border-bottom: dashed 1px #000f33;
	border-top: dashed 1px #000f33;
	display: table;
	margin: 0 auto 20px;
	padding: 10px 50px;
	text-align: center;
}

.reservation_bn{
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/* 電話番号 */
.reservation .tel {
	display: table;
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 55px;
	line-height: 1.0;
	margin: 15px auto 10px;
	padding-left: 34px;
	position: relative;
}

.reservation .tel img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 31px;
}

.reservation .tel a {
	color: #000f33;
}

.reservation .tel a:hover {
	text-decoration: none;
}

/* 診療時間表 */
.reservation .time {
	display: table;
	margin: 30px auto;
}

/* 予約フォーム */
.reservation .wpcf7 {
	margin: 80px 0 50px;
}

.dateTime .inner {
	-ms-display: flex;
	-webkit-display: flex;
	display: flex;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.dateTime .inner span {
	display: block;
	width: 49%;
}

input[type="date"], .formTime {
	border: solid 1px #ccc;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 1.2;
	margin: 0;
	padding: 10px;
	width: 100%;
}

.formTime {
	font-size: 17px;
}

@media screen and (max-width: 640px) {
	.reservation_bn{
    display: block;
	text-align: center;
}
	.reservation_bn img{
		margin-bottom:10px;
	}
	.reservation .tel {
		font-size: 40px;
		padding-left: 28px;
	}
	
	.reservation .tel img {
		width: 25px;
	}
	
	.dateTime .inner {
		width: 100%;
	}
}
/** ----------------------------
	小児・矯正
---------------------------- **/
.child h1 {
    font-size: 33px;
    font-weight: normal;
}
.child h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    margin: 20px 0;
    text-align: center;
}
.child ul{
	box-sizing: border-box;
}
.child div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
	box-sizing: border-box;
}
.child div.column2 div{
	margin-bottom:40px;
	margin-left:20px; 
	box-sizing: border-box;
	width: calc(50% - 20px);
	align-items: center;
}
div.column2 img{
	width:100%; height:auto;
}

@media screen and (max-width: 570px) {
  .child h2 {
    font-size: 20px;
  }
  .child div.column2 {
    /*display: block !important;*/
  }
.child div.column2 div{
	margin-bottom:40px;
	margin-left:0px; 
	box-sizing: border-box;
	text-align: center;
	width: calc(54% - 20px);
}
.child div.column2 img{
	width:100%; height:auto; margin:auto;
	}
}

/** ----------------------------
	顎関節症
---------------------------- **/
.joint {
	max-width: 770px;
}
.joint h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    margin: 20px 0;
    text-align: center;
}
.joint div.nayami {
	width: 100%;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/joint_nayami.png) no-repeat right bottom #f7f7f7;
	padding: 2em 3em;
	margin-bottom: 4em;
}
.joint div.nayami p.ttl {
	font-size: 30px;
	margin: 0 ;
}
.joint div.nayami ul {
	font-size: 24px;
	list-style: none;
	position: relative;
	padding: 0 1em;
	
}
.joint div.nayami ul li {
	padding: 0 0 0 30px;
}
.joint div.nayami ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/icon_check.png) no-repeat center;
	margin-left: -50px;
}
.joint p {
	margin-bottom: 3em;
}
.joint ul.about {
	text-align: center;
	list-style: none;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
}
.joint ul.bunrui {
	background: #ebf4f9;
	padding: 1em;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	color: #00519a;
}
.joint div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
	box-sizing: border-box;
}
.joint div.column2 p.lt {
	width: calc(90% - 10px);
	margin-right: 1em;
}
.joint div.column2 div.box {
	margin-bottom:40px;
	box-sizing: border-box;
	width: calc(50% - 15px);
	background: #f4f4f4;
}
.joint div.column2 article {
	padding: 1em 2em;
}
.joint div.column2 p {
	margin: 1em 0;
}
.joint div.column2 article p.ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.joint div.column2 article p.ttl span {
	display:block;
	font-size: 0.6em;
}
div.message {
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/messe_img.jpg) no-repeat right 80% bottom 50%;
	padding: 2em 3em;
	margin-top: 4em;
	min-height: 350px;
}
div.message p{
	width: 60%;
}
div.message p.ttl{
	font-size: 24px;
	margin: 1em 0;
}

@media screen and (max-width: 570px) {
.joint div.nayami {
	background-size: 70%;
	padding: 2em 2em}
.joint div.nayami p.ttl {text-align: center}
.joint div.nayami ul {
	font-size: 16px;
	font-weight: bold;
	padding: 0;	
	margin-bottom: 8em;
}
.joint div.nayami ul li {
	padding: 5px 0 5px 20px;
}
.joint div.nayami ul li:before {
	margin-left: -40px;
	height: 25px;
}
.joint ul.bunrui {
	font-size: 18px;
}
.joint ul.bunrui li {
	padding: 5px 0;
}
.joint div.column2 {display: block !important;}
.joint div.column2 div.box {width: 100%;}
.joint div.column2 p.lt {width: calc(100% - 0px);}
div.message {
	padding: 0 0 15em 0;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/messe_sp.png) no-repeat bottom;
	background-size: cover;
	background-size: 100%;
}
div.message p {	width: 100%;}
}
/** ----------------------------
	親知らずの治療
---------------------------- **/
.wisdom {
	max-width: 770px;
}
.wisdom h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    margin: 20px 0;
    text-align: center;
}
.wisdom div.nayami {
	width: 100%;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/joint_nayami.png) no-repeat right bottom #f7f7f7;
	padding: 2em 3em;
	margin-bottom: 4em;
}
.wisdom div.nayami p.ttl {
	font-size: 30px;
	margin: 0 ;
}
.wisdom div.nayami ul {
	font-size: 24px;
	list-style: none;
	position: relative;
	padding: 0 1em;
	
}
.wisdom div.nayami ul li {
	padding: 0 0 0 30px;
}
.wisdom div.nayami ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/icon_check.png) no-repeat center;
	margin-left: -50px;
}
.wisdom p {
	margin-bottom: 3em;
}
.wisdom ul.about {
	text-align: center;
	list-style: none;
	font-size: 24px;
	font-weight: bold;
	padding: 0;
}
.wisdom ul.bunrui {
	background: #ebf4f9;
	padding: 1em;
	list-style: none;
	font-size: 20px;
	font-weight: bold;
	color: #00519a;
}
.wisdom div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  align-items: flex-start;
	box-sizing: border-box;
}
.wisdom div.column2 p.lt {
	width: calc(90% - 10px);
	margin-right: 1em;
}
.wisdom div.column2 div.box {
	margin-bottom:40px;
	box-sizing: border-box;
	width: calc(50% - 15px);
	background: #f4f4f4;
}
.wisdom div.column2 article {
	padding: 1em 2em;
}
.wisdom div.column2 p {
	margin: 1em 0;
}
.wisdom div.column2 article p.ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.wisdom div.column2 article p.ttl span {
	display:block;
	font-size: 0.6em;
}
div.message {
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/messe_img.jpg) no-repeat right 80% bottom 50%;
	padding: 2em 3em;
	margin-top: 4em;
	min-height: 350px;
}
div.message p{
	width: 60%;
}
div.message p.ttl{
	font-size: 24px;
	margin: 1em 0;
}
.wisdom dt{
	font-weight:bold;
}
.wisdom dd{
	margin-bottom:20px;
	margin-left:0;
	min-height: initial;
}
.btn_ttl{
	text-align: center;
	font-size:24px;
	margin-bottom:30px !important;
}
.btn {
	background-color: #00519A;
	border: solid 2px #00519A;
	color: #ffffff;
	display: table;
	margin: 10px auto 30px;
	padding: 24px 50px;
	min-width:370px;
	box-sizing: border-box;
	text-align: center;
	font-size:18px;
}
.btn:hover {
	background-color: #ffffff;
	color: #00519A;
	text-decoration: none;
}
.mb0{
	margin-bottom:0 !important;
}
.mb80{
	margin-bottom: 80px !important;
}
@media screen and (max-width: 570px) {
.wisdom div.nayami {
	background-size: 70%;
	padding: 2em 2em}
.wisdom div.nayami p.ttl {text-align: center}
.wisdom div.nayami ul {
	font-size: 16px;
	font-weight: bold;
	padding: 0;	
	margin-bottom: 8em;
}
.wisdom div.nayami ul li {
	padding: 5px 0 5px 20px;
}
.wisdom div.nayami ul li:before {
	margin-left: -40px;
	height: 25px;
}
.wisdom ul.about {
	font-size: 21px;
}
.wisdom ul.bunrui {
	font-size: 18px;
}
.wisdom ul.bunrui li {
	padding: 5px 0;
}
.wisdom div.column2 {display: block !important;}
.wisdom div.column2 div.box {width: 100%;}
.wisdom div.column2 p.lt {width: calc(100% - 0px);}
div.message {
	padding: 0 0 15em 0;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/messe_sp.png) no-repeat bottom;
	background-size: cover;
	background-size: 100%;
}
div.message p {	width: 100%;}
.btn_ttl{
	text-align: center;
	font-size:24px;
	margin-bottom:15px !important;
}
.btn {
	margin: 10px auto 15px;
	padding: 20px;
	min-width:100%;
	font-size:16px;
}
.mb80{
	margin-bottom: 40px !important;
}
}

/** ----------------------------
	ホワイトニング
---------------------------- **/
.whitening {
	max-width: 770px;
}
.whitening h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    margin: 20px 0;
    text-align: center;
}
.whitening div.nayami {
	width: 100%;
	background:#f7f7f7;
	padding: 2em 3em;
	margin-bottom: 4em;
}
.whitening div.nayami p.ttl {
	font-size: 30px;
	margin: 0 ;
}
.whitening div.nayami ul {
	font-size: 24px;
	list-style: none;
	position: relative;
	padding: 0 1em;
	
}
.whitening div.nayami ul li {
	padding: 0 0 0 30px;
}
.whitening div.nayami ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/icon_check.png) no-repeat center;
	margin-left: -50px;
}
.whitening div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	box-sizing: border-box;
}
.whitening div.column2 p.lt {
	width: calc(90% - 10px);
	margin-right: 1em;
}
.whitening div.column2 div.box {
	margin-bottom:40px;
	box-sizing: border-box;
	width: calc(50% - 15px);
	background: #f4f4f4;
}
.whitening div.column2 article {
	padding: 2em 2em 1em;
}
.whitening div.column2 p {
	margin: 1em 0;
}
.whitening div.column2 article p.ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.whitening div.column2 article p.ttl span {
	display:block;
	font-size: 0.6em;
}
.whitening .price p.ttl {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.whitening .price div{
    padding:2em 2em 1em;
}
.whitening .price div:nth-child(even){
    background:#f4f4f4;
}
.whitening .price p.ttl span {
	font-size: 0.6em;
}
.whitening .price p span{
    font-weight: bold;
}
div.message2 {
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2025/02/whitening_message_s.jpg) no-repeat right 80% bottom 50%;
	padding: 2em 3em;
	margin-top: 4em;
	min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
div.message2 p{
	width: 65%;
}
div.message2 p.ttl{
    width: 71%;
	font-size: 24px;
	margin: 1em 0;
}
@media screen and (max-width: 570px) {
.whitening div.nayami {
	background-size: 70%;
	padding: 2em 2em}
.whitening div.nayami p.ttl {text-align: center}
.whitening div.nayami ul {
	font-size: 16px;
	font-weight: bold;
	padding: 0;	
}
.whitening div.nayami ul li {
	padding: 5px 0 5px 20px;
}
.whitening div.nayami ul li:before {
	margin-left: -40px;
	height: 25px;
}
.whitening div.column2 {display: block !important;}
.whitening div.column2 div.box {width: 100%;}
.whitening div.column2 p.lt {width: calc(100% - 0px);}
.whitening .price p.ttl {
    line-height:1;
}
div.message2 {
	padding: 0 0 18em 0;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2025/02/whitening_message_sp_s.jpg) no-repeat bottom;
	background-size: cover;
	background-size: 100%;
}
div.message2 p {width: 100%;}
}

/** ----------------------------
	インプラント
---------------------------- **/
.implants {
	max-width: 770px;
}
.implants h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
}
.implants div.nayami {
	width: 100%;
	background:#f7f7f7;
	padding: 2em 3em;
	margin-bottom: 4em;
}
.implants div.nayami p.ttl {
	font-size: 30px;
	margin: 0 ;
}
.implants div.nayami ul {
	font-size: 21px;
	list-style: none;
	position: relative;
	padding: 0 1em;
	
}
.implants div.nayami ul li {
	padding: 0 0 0 30px;
    margin-bottom: 10px;
}
.implants div.nayami ul li:before {
    position: absolute;
    display: block;
    content: "";
    width: 30px;
    height: 30px;
    background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/icon_check.png) no-repeat center;
	margin-left: -50px;
}
.implants div.column2 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
	box-sizing: border-box;
}
.implants div.column2 p.lt {
	width: calc(90% - 10px);
	margin-right: 1em;
}
.implants div.column2 div.box {
	margin-bottom:40px;
	box-sizing: border-box;
	width: calc(50% - 15px);
	background: #f4f4f4;
}
.implants div.column2 article {
	padding: 2em 2em 1em;
}
.implants div.column2 p {
	margin: 1em 0;
}
.implants div.column2 article p.ttl {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 0;
}
.implants div.column2 article p.ttl span {
	display:block;
	font-size: 0.6em;
}
.implants .price p.ttl {
	font-size: 24px;
	font-weight: bold;
	margin: 0;
}
.implants .price div{
    padding:2em 2em 1em;
}
.implants .price div:nth-child(even){
    background:#f4f4f4;
}
.implants .price p.ttl span {
	font-size: 0.6em;
}
.implants .price p span{
    font-weight: bold;
}
.implants .num_ttl{
    font-size: 24px;
    font-weight:bold;
    line-height:1.5;
}
.implants div.message2 {
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2025/02/whitening_message_s.jpg) no-repeat right 80% bottom 50%;
	padding: 2em 3em;
	margin-top: 4em;
	min-height: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.implants div.message2 p{
	width: 65%;
}
.implants div.message2 p.ttl{
    width: 71%;
	font-size: 24px;
	margin: 1em 0;
}
@media screen and (max-width: 570px) {
.implants div.nayami {
	background-size: 70%;
	padding: 2em 2em}
.implants div.nayami p.ttl {text-align: center}
.implants div.nayami ul {
	font-size: 16px;
	font-weight: bold;
	padding: 0;	
}
.implants div.nayami ul li {
	padding: 5px 0 5px 20px;
}
.implants div.nayami ul li:before {
	margin-left: -40px;
	height: 25px;
}
.implants div.column2 {display: block !important;}
.implants div.column2 div.box {width: 100%;}
.implants div.column2 p.lt {width: calc(100% - 0px);}
.implants .price p.ttl {
    line-height:1;
}
.implants div.message2 {
	padding: 0 0 18em 0;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2025/02/whitening_message_sp_s.jpg) no-repeat bottom;
	background-size: cover;
	background-size: 100%;
}
.implants div.message2 p {width: 100%;}
}
.implants div.message2 p.ttl{
    width: 100%;
}

/** ----------------------------
	マイクロスコープ
---------------------------- **/
.microscope div.nayami {
	width: 100%;
	background: url(https://okayama-ikeda-dental.com/wp/wp-content/uploads/2021/06/joint_nayami.png) no-repeat right bottom #f7f7f7;
	padding: 2em 3em;
	margin-bottom: 4em;
}
.microscope div.nayami ul {
    font-size: 24px;
    list-style: none;
    position: relative;
    padding: 0 1em;
}
@media screen and (max-width: 570px) {
    .microscope div.nayami {
        background-size: 70%;
        padding: 2em 2em
    }
    .microscope div.nayami ul {
        font-size: 16px;
        font-weight: bold;
        padding: 0;
        margin-bottom: 8em;
    }
}

/** ----------------------------
	妊婦・パートナー歯科健康診査
---------------------------- **/
.post-1788 h1{
    font-size:54px;
    font-feature-settings: "palt";
    letter-spacing: -1px;
}
.pregnant h2 {
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 2.5;
    margin: 20px 0;
    text-align: center;
}
.fs24{
    font-size:24px;
}
.fwb{
    font-weight:bold;
}
@media screen and (max-width: 570px) {
    .post-1788 h1{
    font-size: 28px;
}
}

/** ----------------------------
	その他
---------------------------- **/
/*　改行調整用　*/
.title { text-align: center; }
.text { display: inline-block; }

/*　PCのみ表示　*/
.pc-on { display:inline!important; }
.sp-on { display:none!important; }
/*　スマホのみ表示　*/
@media screen and (max-width: 570px) {
.pc-on { display:none!important; }
.sp-on { display:inline!important; }
}

/* 文字詰め */
.kerning{
font-feature-settings: "palt";
letter-spacing: -1px;
}

/*reCAPTCHA バッジ位置変更*/
.grecaptcha-badge {
  margin-bottom: 140px;
}
@media screen and (max-width: 670px) {
.grecaptcha-badge {
  margin-bottom: 100px;
}   
}