@CHARSET "UTF-8";
body {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 1.25em;
	font-family: sans-serif;
	font-size: 10px;
	font-style: normal;
}
table {
	font-size: inherit;
	font: 100%;
}
ol, ul {
	list-style: none;
}
ol, ul, li {
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:link {
	color: #2e8cbe;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff6515;
}
a:active {
	color: #fff;
}
.required {
	color: #ff0000;
}
h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
rt {
	font-size: 50%;
}
sup, sub {
	font-size: 60%;
}
small {
	font-size: 85%;
	line-height: 1.25em;
}
p {
	line-height: 1.75em;
	padding-bottom: 0.5em;
}
img {
	vertical-align: text-bottom;
	border: none;
	max-width: 100%;
	width: auto;
	height: auto;
	object-fit: cover;
}
a:hover img {
	opacity: 0.8;
}
input, textarea {
	padding: 2px;
	font-size: 12px;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
/* ================================

	レイアウト

================================ */
/* コンテナ */
#container {
	position: relative;
	clear: both;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
/* コンテンツ */
#content {
	width: auto;
	padding: 4%;
	background: #ccc;
	text-align: justify;
	overflow: hidden;
}
/* サイドバー */
#sidebar_1 {
	display: none
}
/* ================================

	ヘッダー

================================ */
/* ヘッダー */
header {
	position: relative;
	width: 100%;
	height: auto;
	margin: 70px 0 0 0;
	aspect-ratio: 640 / 360;
	background: url(../images/background_sky_sp.webp) center bottom;
	background-size: cover;
}
header.second {
	margin: 0;
	height: 160px;
}
#mmenu-btn {
	position: fixed;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	z-index: 10;
	border-radius: 0 0 10px 0;
}
.sb-toggle-left {
	width: 50px;
	height: 50px;
	display: block;
}
.sb-toggle-left img {
	width: 50px;
	height: 50px;
	border-radius: 0 0 10px 0;
}
#headline-bg {}
#headline {}
#headline h1 {
	display: none
}
#headline p#desc {
	position: fixed;
	top: 50px;
	width: 100%;
	height: 20px;
	font-size: 10px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	color: #fff;
	background: #aaa;
	z-index: 8;
}
#topinfo {
	overflow: hidden;
	width: 100%;
}
#logotype {
	position: fixed;
	top: 0;
	width: 100%;
	height: 50px;
	text-indent: -9999px;
	z-index: 3;
}
#logotype a {
	display: block;
	width: 100%;
	height: 50px;
	background: #fff url(../images/mifune_logotype_sp.png) center center no-repeat;
	background-size: auto 40px;
}
#telephone {
	position: fixed;
	right: 0;
	top: 0;
	width: 50px;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 5;
}
#telephone a {
	display: block;
	width: 50px;
	height: 50px;
	background: url(../images/btn_phone_sp.png) center center no-repeat;
	background-size: 50px 50px;
	z-index: 6;
}
#topimage {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	aspect-ratio: 640 / 360;
}
#topimage h3 {
	position: absolute;
	display: block;
	padding: 13px;
	line-height: 1.75em;
	font-weight: bold;
	font-size: 13px;
	text-align: justify;
	color: white;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}
#topimage h4 {
	display: none
}
.secondimage {
	position: absolute;
	top: 70px;
	clear: both;
	width: 100%;
	height: 100px;
	margin: 0 auto;
	background-color: #999;
	background-position: center center;
	background-size: cover;
}
.secondimage h1 {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: left;
	color: #222;
	background: url(../images/whiteshade.png) 0 0 repeat-y;
	background-size: 50% 1px;
	border-left: 8px solid #FF6515;
	text-indent: 0.75em;
}
/* ページタイトル画像 */
#image_general {
	background-image: url(../images/image_general.jpg)
}
#image_pediatric {
	background-image: url(../images/image_pediatric.jpg)
}
#image_cataract {
	background-image: url(../images/image_cataract.jpg)
}
#image_operations {
	background-image: url(../images/image_operations.jpg)
}
#image_doctor {
	background-image: url(../images/image_doctor.jpg)
}
#image_information {
	background-image: url(../images/image_information.jpg)
}
#image_access {
	background-image: url(../images/image_access.jpg)
}
#image_blog {
	background-image: url(../images/image_blog.jpg)
}
#image_topics {
	background-image: url(../images/image_topics.jpg)
}
#image_recruit {
	background-image: url(../images/image_recruit.jpg)
}
#image_contactlenses {
	background-image: url(../images/image_contactlenses.jpg)
}
/* ================================

	コンテンツ（投稿／ページ）

================================ */
#pagetitle {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	background: #fff;
	border-left: 8px solid #2E8CBE;
	text-align: center;
	padding: 5px 0;
	margin: 0 0 10px 0;
}
/* 記事 */
.post, .pages-post {
	clear: both;
	background: #fff;
	padding: 4%;
	font-size: 12px;
	line-height: 1.25em;
	margin: 12px 0 0 0;
	overflow: hidden;
}
.post:first-child, .pages-post:first-child {
	margin: 0;
}
.post h2, .pages-post h2 {
	clear: both;
	background: url(../images/background_org.png);
	font-size: 14px;
	line-height: 1.25em;
	font-weight: bold;
	margin: 10px 0 10px 0;
	padding: 6px 0.5em;
	border-left: 8px solid #ff6515;
}
.post h2:first-of-type, .pages-post h2:first-of-type {
	margin: 0 0 10px 0;
}
.post h2 a, .pages-post h2 a {
	text-decoration: none;
	color: #000;
}
.post h3, .pages-post h3 {
	clear: both;
	font-size: 13px;
	line-height: 1.25em;
	font-weight: bold;
	margin: 10px 0 4px 0;
	padding: 1px 0 0 0.5em;
	border-left: 6px solid #666;
}
.post h4, .pages-post h4 {
	clear: both;
	font-size: 13px;
	line-height: 1.25em;
	font-weight: bold;
	margin: 6px 0 4px 0;
}
.post p, .pages-post p {
	font-size: 13px;
	line-height: 1.6em;
	text-align: justify;
	overflow: visible;
}
.post p.postinfo, .pages-post p.postinfo {
	font-size: 10px;
	color: #666;
	text-align: right;
	margin: 20px 0 0;
	clear: both;
}
.post p.postinfo a, .pages-post p.postinfo a {
	color: #666;
}
/* 引用 */
blockquote {
	display: block;
	padding-left: 10px;
	border-left: 6px solid #eee;
}
/* 定義リスト */
.post dl, .pages-post dl {
	margin: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
}
.post dt, .pages-post dt {
	clear: left;
	float: left;
	width: 30%;
	border-top: 1px solid #ddd;
	padding: 5px 0;
}
.post dd, .pages-post dd {
	float: left;
	width: 70%;
	border-top: 1px solid #ddd;
	padding: 5px 0 5px 10px;
}
dl.inspection {}
.inspection dt {
	color: #2E8CBE;
	font-weight: bold
}
.inspection dd {
	color: #222
}
dl.treatment {
	border: none
}
.treatment dt {
	text-align: center;
	padding: 10px 2%;
	color: #fff;
	font-weight: bold;
	background: #2E8CBE;
	border: none;
}
.treatment dd {
	padding: 10px 2%;
	background: #eee;
	border: none;
}
dl.career {
	font-size: 10px;
	border: none
}
.career dt {
	width: 20%;
	padding: 0;
	border: none
}
.career dd {
	width: 80%;
	padding: 0;
	border: none
}
.arrow_bottom {
	clear: both;
	width: 40px;
	height: 10px;
	text-align: center;
	margin: 6px auto;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/arrow_bottom.png) center center no-repeat;
	background-size: 40px 10px;
}
/* 注意 */
.post .notice, .pages-post .notice {
	display: block;
	text-indent: 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.5em;
	background: url(../images/background_org.png);
	padding: 12px;
}
/* 記事内テーブル */
.post table, .pages-post table {
	font-size: 100%;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: none;
	margin: 0 0 10px 0;
	table-layout: fixed;
}
.post table thead, .pages-post thead {
	border-bottom: 3px solid #ccc;
}
.post table thead th, .pages-post thead th {
	text-align: center;
	vertical-align: middle;
	color: #fff;
	background-color: #444;
	padding: 4px 0;
	font-weight: normal;
	border: none;
}
.post table tbody th, .pages-post tbody th {
	text-align: left;
	padding: 4px 12px;
	font-weight: normal;
	background-color: #f8f8f8;
	border: none;
	border-bottom: 1px solid #ccc;
}
.post table tbody td, .pages-post tbody td {
	text-align: left;
	padding: 4px 12px;
	font-weight: normal;
	border: none;
	border-bottom: 1px solid #ccc;
}
.post table tfoot, .pages-post tfoot {
	border-top: 3px solid #ccc;
}
.post table tfoot td, .pages-post tfoot td {
	text-align: left;
	padding: 4px 12px;
	font-weight: normal;
	border: none;
	border-bottom: 1px solid #ccc;
}
/* 順番リスト */
.ordered-list {
	list-style: decimal inside;
}
.ordered-list li {
	margin: 0.4em auto;
	padding: 0.4em 1em;
	border-bottom: 1px solid #eee;
}
.ordered-list li:first-of-type {
	border-top: 1px solid #eee;
}
/* 記事内の画像 */
.post img, .pages-post img {
	border: 0px;
	padding: 0;
}
.post .aligncenter, .pages-post .aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.post .alignleft, .pages-post .alignleft {
	float: left;
	margin-right: 10px;
}
.post .alignright, .pages-post .alignright {
	float: right;
	margin-left: 10px;
}
.post .alignnone, .pages-post .alignnone {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wp-caption {
	width: auto !important; /* wordpress初期設定潰し */
}
.wp-caption-text {
	text-align: left;
	padding: 4px 0;
}
/* 記事の抜粋 */
div.excerpt_image {
	width: 100px;
	height: auto;
	overflow: hidden;
	float: left;
}
div.excerpt_image img {
	width: 100px;
	height: auto
}
div.excerpt_date {
	float: right;
	font-size: 8px;
	color: #222;
}
div.topostlink {
	float: right;
	display: block;
	overflow: hidden;
	margin: 10px 0;
	background: #222;
}
div.topostlink a {
	display: block;
	font-size: 12px;
	line-height: 30px;
	height: 30px;
	padding: 0 10px;
	color: #fff;
}
/* ページリンク */
span.previous-page {
	display: block;
	float: left;
	height: 24px;
}
span.next-page {
	display: block;
	float: right;
	height: 24px;
}
span.previous-page a {
	display: block;
	color: #222;
	padding-left: 24px;
	height: 24px;
	background: url(../images/arrow_left.png) left top no-repeat;
}
span.next-page a {
	display: block;
	color: #222;
	padding-right: 24px;
	height: 24px;
	background: url(../images/arrow_right.png) right top no-repeat;
}
span.previous-page a:hover {
	background-position: left bottom;
}
span.next-page a:hover {
	background-position: right bottom;
}
div.pagelink {
	width: 100%;
	margin-bottom: 20px;
	min-height: 24px;
}
div.pagelink a {
	font-size: 100%;
	line-height: 24px;
	height: 24px;
}
div.post:after, div.pagelink:after {
	content: ".";
	clear: both;
	width: 1px;
	height: 1px;
	display: block;
	text-indent: -999px;
	overflow: hidden;
}
/* コメント */
#comments {
	clear: both;
	border: #ccc 1px solid;
	padding: 0 10px 10px 10px;
	margin: 10px 0;
	background: #eee;
}
#comments h3 {
	font-size: 10px;
	padding-bottom: 3px;
	margin: 10px 0 0 0;
}
#comments p {
	font-size: 10px;
}
#comments input, #comments textarea {
	display: block;
	background: #fff
}
#comments input#author {
	font-size: 11px;
}
#comments input#email {
	font-size: 11px;
}
#comments input#url {
	font-size: 11px;
}
#comments textarea#comment {
	width: 90%;
	font-size: 11px;
}
#comments input#submit {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	box-shadow: rgba(255, 255, 255, 0.3) 1px 1px 0px 0px inset, rgba(0, 0, 0, 0.3) 1px 1px 0px 0px;
	display: block;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	padding: 6px 24px 4px 24px;
	margin: 10px auto;
}
#comments input#submit:hover {
	background-color: #FF6515;
	cursor: pointer;
}
#comments input#submit:active {
	box-shadow: rgba(255, 255, 255, 0.3) -1px -1px 0px 0px inset, rgba(0, 0, 0, 0.3) -1px -1px 0px 0px;
}
#comments p.form-allowed-tags {
	font-size: 9px;
	font-weight: bold;
}
#comments code {
	font-family: "Courier New", Courier, monospace;
	font-size: 9px;
	font-weight: normal;
	display: block;
	border: 1px dotted #999;
	padding: 5px;
}
#comments li.compost {
	list-style-type: none;
	padding: 14px 16px;
	background: #eee;
	margin-bottom: 12px;
}
#comments p.cominfo {
	text-align: right;
	font-size: 8px;
	color: #222;
}
#comments #comfeed a {
	background: url(../images/feed-icon-12x12.png) no-repeat;
	background-position: 0 50%;
	background-size: 50% 50%;
	line-height: 1em;
	padding-left: 10px;
	text-decoration: none;
}
#comments #comfeed {
	padding: 8px 0;
	margin-top: 10px;
}
#comments #trurl {
	background: #eee;
}
#comments .trurltxt {
	width: 100%;
}
/* ================================

	固定ページ・トップページ

================================ */
/* ページ内目次 */
ul.pages_index {
	width: 100%;
	overflow: hidden;
}
ul.pages_index li {
	display: block;
	width: auto;
	height: 40px;
	list-style-type: none;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.30);
	background: #fff;
}
ul.pages_index li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: #222;
	text-align: left;
	text-decoration: none;
	text-indent: 30px;
	background: url(../images/arrow80x80org.png) left center no-repeat;
	background-size: 40px 40px;
}
/* 受付時間・診療担当医師 */
table#toppage-schedule {
	width: 100%;
	border-collapse: separate;
	border-spacing: 1px;
	border: none;
	background-color: #fff;
	font-size: 9px;
	table-layout: auto;
}
table#toppage-schedule th, table#toppage-schedule td {
	text-align: center;
	vertical-align: middle;
	color: #222;
	background-color: #eee;
	padding: 4px 0 3px 0;
	font-weight: normal;
}
table#toppage-schedule tbody td {
	border: none;
	min-width: 29px;
}
table#toppage-schedule tbody th {
	border: none;
	font-size: 8px;
}
table#toppage-schedule td.turquoise {
	background-color: #96c5de;
}
table#toppage-schedule td.orange {
	background-color: #ffb28a;
}
table#toppage-schedule td.gray {
	background-color: #ccc;
}
/* トップページ理念 */
#Philosophy {
	margin: 0 0 12px;
}
#topcontent {
	overflow: hidden;
}
#toppage_banner {
	width: auto;
	height: auto;
	overflow: hidden;
}
#toppage_banner li {
	position: relative;
	display: block;
	float: left;
	margin-right: 4%;
	width: 48%;
	min-height: 85px;
	height: 85px;
	padding: 0;
	background: #fff;
}
#toppage_banner li:last-child {
	margin-right: 0
}
#toppage_banner li {
	display: block;
	background-size: cover;
	background-position: center center;
}
.tb_linkimg, .tb_linkimg a, .tb_linkimg img {
	display: block;
	width: auto;
	height: 85px;
}
.tb_linkimg {
	background-size: cover;
	background-position: center center;
}
.tb_linkimg:hover {
	opacity: 0.8
}
li#tb_pediatric .tb_linkimg {
	background-image: url(../images/toppage_banner_sp_01.jpg)
}
li#tb_cataract .tb_linkimg {
	background-image: url(../images/toppage_banner_sp_02.jpg)
}
.tb_linkbtn {
	width: auto;
	height: 25px;
}
.tb_linkbtn a {
	display: block;
	position: absolute;
	left: 5px;
	bottom: 5px;
	background: #fff url(../images/arrow_sp.png) left top no-repeat;
	background-size: 25px 50px;
	color: #222;
	height: 25px;
	line-height: 25px;
	padding: 0 10px 0 35px;
	font-size: 10px;
	font-weight: normal;
}
.tb_linkbtn a:hover {
	background-position: left bottom
}
/* おしらせ topics */
#topics {
	overflow: hidden;
}
#topics li {
	clear: both;
	margin: 0 0 10px 0;
	border-bottom: 0.5px solid #ccc;
}
#topics li:last-child {
	border-bottom: none
}
.topics_date {
	font-size: 9px;
	color: #FF6515;
	text-align: left;
}
.topics_content {
	width: 100%;
	text-align: justify;
	font-size: 10px;
	color: #222;
	line-height: 1.25em;
}
.topics_title {
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.25em;
	color: #222;
	padding: 4px 0;
}
/* コンタクトレンズ検査 */
.cl-examination ul {
	list-style: disc;
}
.cl-examination ul li {
	list-style: disc outside;
	margin: 0.25em 0 0.5em 2em;
	padding: 0;
	line-height: 1.5em;
	overflow: visible;
}
/* Flow */
.pages-post .flow {
	position: relative;
	margin: 0 0 20px;
	border: 1px solid #2E8CBE;
	padding: 0.75em 1em;
}
.pages-post .flow::after {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	width: 2px;
	height: 2px;
	background: transparent;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid #2E8CBE;
	border-bottom: 5px solid #2E8CBE;
	transform: rotate(45deg);
	overflow: hidden;
}
.pages-post .flow:last-of-type::after {
	display: none;
}
/* トップページ ブログ抜粋（sidebar_2） */
#topcontent-sp-only {
	overflow: hidden;
}
#topcontent-sp-only div.wdg-jumpurl {
	display: block;
	margin: 10px 0 0 0;
	width: 100%;
}
#topcontent-sp-only div.wdg-jumpurl a {
	display: block;
	text-indent: -9999px;
	width: 100%;
	height: 45px;
	background: #fff url(../images/blogtitle.jpg) center center;
	background-size: cover;
}
#topcontent-sp-only div.wdg-jumpurl a:hover {
	opacity: 0.8
}
#blog-excerpt-widget ul li {
	border-bottom: 1px solid #ccc;
	margin: 10px 0;
}
#blog-excerpt-widget ul li .bew-title {
	font-feight: bold;
}
/* GoogleMap */
#gmapArea {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#gmap {
	width: 100%;
	height: 600px;
	margin-top: -150px;
	border: 0;
}
/* コンテンツおわり */
div#post-end {
	display: block;
	width: auto;
	margin: 20px 0 0 0;
	overflow: hidden;
}
.goto-pagetop {
	display: block;
	float: right;
	width: 40px;
	height: 40px;
	z-index: 99;
	border-radius: 0px;
	overflow: hidden;
}
.goto-pagetop a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-indent: -9999px;
	background: url(../images/arrowup80x80tq.png) 0 top no-repeat;
	background-size: 40px 40px;
}
.goto-pagetop a:hover {
	background-position: 0 bottom;
}
/* 固定ページ特殊設定 */
.pages-post img.alignright, .pages-post img.alignleft {
	width: 30%;
	max-width: 200px;
	height: auto;
}
.pages-post .wp-block-image .alignright, .pages-post .wp-block-image .alignleft {
	width: 30%;
	max-width: 200px;
	height: auto;
}
/* サイトマップ */
.post_sitemap li {
	margin: 0.5em 0;
	padding: 0.5em 0 0.5em 1em;
}
.post_sitemap > li ul li {
	padding: 0.5em 0 0.5em 2em;
}
/* ================================

	サイドバー

================================ */
div.sidebar {
	display: none
}
/* ナビゲーションメニュー（モバイルメニュー） */
nav#mobile-menu {
	background: #2E8CBE;
	background: -webkit-gradient(linear, left top, right top, from(#2E8CBE), color-stop(0.95, #2E8CBE), color-stop(0.98, #2A82B0), to(#287BA7));
}
nav#mobile-menu ul {
	width: auto;
	margin: 10px auto 10px 10px;
	overflow: hidden;
	border-top: 0.5px solid rgba(0, 0, 0, 0.30);
}
nav#mobile-menu li {
	display: block;
	width: auto;
	height: 40px;
	list-style-type: none;
	border-bottom: 0.5px solid rgba(0, 0, 0, 0.30);
}
nav#mobile-menu li a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height: 40px;
	color: #fff;
	text-align: left;
	text-decoration: none;
	text-indent: 30px;
	background: url(../images/arrow80x80org.png) left center no-repeat;
	background-size: 40px 40px;
}
nav#mobile-menu li a:active {
	color: #FF6515;
	background: #fff
}
nav#mobile-menu li.current-menu-item a, nav#mobile-menu li.current_page_parent a {
	color: #FF6515
}
/* ================================

	リンクボタン

================================ */
.wdg-jumpurl {
	display: block;
	margin: 10px 0 0 0;
	float: right;
	width: auto;
	height: auto;
	background: rgba(255, 255, 255, 0.9);
}
.wdg-jumpurl a {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	padding: 0 10px 0 35px;
	background: #222 url(../images/arrow_sp.png) 0 top no-repeat;
	background-size: 25px 50px;
}
.wdg-jumpurl a:hover {
	background-position: 0 bottom;
}
/* ================================

	フッター

================================ */
/* フッター */
footer {
	display: block;
	clear: both;
	width: 100%;
	background: #2E8CBE;
	text-align: left;
	overflow: hidden;
}
#footer {
	display: block;
	width: 92%;
	margin: 20px auto 40px auto;
	color: #fff;
}
#footer p {
	line-height: 1.25em;
	padding: 0 0 8px 0;
}
address {
	display: block;
	font-size: 10px;
	font-style: normal;
	margin: 0 0 20px 0;
}
address p {
	color: #fff
}
p.name-m {
	font-size: 18px;
	font-weight: bold;
}
#footers-link {
	display: inline-block;
	overflow: hidden;
}
#copyright {
	font-size: 8px;
	text-align: left;
}
#footers-link a, #footers-link a:visited, #copyright a, #copyright a:visited {
	color: #fff
}
#footers-link a:hover, #copyright a:hover {
	text-decoration: underline
}
/* ================================

	lightbox 2

================================ */
div#outerImageContainer {
	width: auto !important;
	height: auto !important;
}