@charset "utf-8";
/*
Theme Name: wm_aoyama-balanceup
Theme URI: http://e-pcc.jp/
Description: responsive_orange
Version: 1.0
Author: PCC
Author URI: http://e-pcc.jp
Tags: simple

*/

/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

body{
font:96%/1.5 "Lucida Sans Unicode", "Lucida Grande", Arial, "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック",sans-serif;
color:#333;
background:#fffefb;
-webkit-text-size-adjust: none;
}

html{background:#dd8200;}

/* common
------------------------------------------------------------*/
.clear_l {
	clear: left;
}
.p_t20 {
	padding-top: 20px;
}
.p_b10 {
	padding-bottom: 10px;
}
.ssba-wrap {
	margin-top: 30px;
}
#fixed_yoyaku {
	display: none;
}
/* リンク設定
------------------------------------------------------------*/
a{
margin:0;
padding:0;
text-decoration:none;
outline:0;
vertical-align:baseline;
background:transparent;
font-size:100%;
color:#ff8400;
}

a:hover, a:active{
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
-o-transition:opacity 1s;
outline: none;
transition: 0.1s;
opacity:0.7;
}

/* alpha rollover */
.cssRoll{
	opacity:1;
	transition: 0.3s;
}
.cssRoll:hover{
	opacity:0.7;
	transition: 0.1s;
}
p.btn {
	text-align: center;
	font-size: 16px;
	margin: 10px auto 20px auto;
	height: auto;
	width: 40%;
}
p.btn a {
	display: block;
	padding: 10px 20px;
	background: #07632a;
	color: #fff;
	text-decoration: none;
}

/**** Clearfix ****/
nav .panel:after, nav#mainNav:after, .newsTitle:after, .bg:after,.post:after,#footer:after{content:""; display: table;clear: both;}
nav .panel,nav#mainNav,.newsTitle,.bg, .post,#footer{zoom: 1;}


/* フォーム
------------------------------------------------------------*/
input[type="text"], textarea{
vertical-align:middle;
max-width:90%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
}

textarea{
height:auto;
line-height:1.5;
}

input[type="submit"],input[type="reset"],input[type="button"]{
padding:3px 10px;
background: #ffa400;
background: -moz-linear-gradient(top, #ffa400 0%, #ff8400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa400), color-stop(100%,#ff8400));
background: -webkit-linear-gradient(top, #ffa400 0%,#ff8400 100%);
background: -o-linear-gradient(top, #ffa400 0%,#ff8400 100%);
background: -ms-linear-gradient(top, #ffa400 0%,#ff8400 100%);
background: linear-gradient(to bottom, #ffa400 0%,#ff8400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa400', endColorstr='#ff8400',GradientType=0 );
border:0;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
line-height:1.5;
font-size:100%;
color:#fff;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover{
background: #ffa400;
background: -moz-linear-gradient(top, #ff8400 0%, #ffa400 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff8400), color-stop(100%,#ffa400));
background: -webkit-linear-gradient(top, #ff8400 0%,#ffa400 100%);
background: -o-linear-gradient(top, #ff8400 0%,#ffa400 100%);
background: -ms-linear-gradient(top, #ff8400 0%,#ffa400 100%);
background: linear-gradient(to bottom, #ff8400 0%,#ffa400 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8400', endColorstr='#ffa400',GradientType=0 );
cursor:pointer;
}

*:first-child+html input[type="submit"]{padding:3px;}


/* レイアウト
------------------------------------------------------------*/
.sp {display: none;}

#wrapper, .inner{
margin:0 auto;
width:960px;
}

#header{
overflow:hidden;
}

#content{
width:100%;
padding:30px 0;
}

#sidebar{
float:right;
width:225px;
padding:30px 0;
}

#footer{
clear:both;
padding-top:20px;
background:#f4f4f4;
border-top:1px solid #e2e2e2;
}
#footerNav {
clear:both;
padding:20px 0;
background:#dd8200;
overflow:hidden;
}

/* ヘッダー
*****************************************************/
#header .bg{background:#dd8200 url(images/bg.png) repeat-x 0 50%;}


/* サイト説明文 + 住所
----------------------------------*/
#header h1,#header p{
float:left;
padding:3px 0;
color: #fff;
font-size:90%;
font-weight:normal;
}

#header p{
float:right;
}


/* ロゴ (サイトタイトル)
----------------------------------*/
#header h2{
clear:both;
float:left;
padding:30px 0;
color: #515151;
font-size:160%;
font-weight:bold;
width: 300px;
}
#header .hd_adress p{
padding-top:20px;
float:right;
color: #333;
}
#header .hd_adress p.tel {
	clear: right;
	font-size: 30px;
	font-weight: bold;
	height: 55px;
	margin: 0px auto;
	padding-top: 0px;
	text-align: right;
}
#header .hd_adress p.tel img {
	padding-right: 5px;
	vertical-align: text-bottom;
}

#header .hd_adress p.yoyaku {
	padding: 10px 0 0 ;
	clear: right;
	font-size: 16px;
	font-weight: bold;
}
#header .hd_adress .info_tel_sp {
	display: none;
}


/* サブナビゲーション
----------------------------------*/


/* トップページ　メイン画像
----------------------------------*/
#mainImg{
clear:both;
line-height:0;
text-align:center;
z-index:0;
background:url(images/bg.png) repeat-x;
}
#mainImg .layerTransparent{
background-color: rgba(255, 255, 255, 0.8);
}
#mainImg a:hover img{opacity:.9;}

/* コンテンツ
----------------------------------*/
.post{
padding:20px;
border:1px solid #eee;
background:#fff;
box-shadow:0 0 2px rgba(0,0,0,0.1);
}
article.archive span{padding-left:10px;}


/* タイポグラフィ
*****************************************************/
h2.title{
clear:both;
margin:40px 0 10px;
padding:0;
font-size:130%;
background:url(images/headingBg.png) repeat-x 0 50%;
text-align:center;
}

h2.first{margin-top:10px;}

h2.title span{
margin: 0 10px;
padding: 0px 10px;
background:#fffefb;
display: inline-table;
}

.dateLabel{
margin:0 0 10px;
text-align:right;
font:italic 1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.em {
font-size:130%;
font-weight: bold;
}
#content strong{ font-weight: bold;}

.post p{padding-bottom:15px;}

.post ul{
	margin: 0 0 10px 30px;
}
.post ul li{
	margin-bottom:5px;
	padding-left:0px;
	list-style:disc;
}
.syojo ol,
.post ol{
	margin: 0 0 10px 30px;
}
.syojo ol li,
.post ol li{
	list-style:decimal;
}

.post h1, .post h2, .post h3, .post h4, .post h5{clear:both;}

.post h5 {text-align:left;}

.post p strong, .post li strong{ font-weight: bold;}

.post h1{
margin:20px 0;
padding:5px 10px;
font-size:150%;
color: #fff;
border-radius:4px;
background:#ff8400;
box-shadow:0 0 3px rgba(0,0,0,0.2); 
}

.post h2{
margin:20px 0 10px 0;
padding:3px 5px;
font-size:130%;
font-weight:bold;
color: #dd8200;
border-left:5px solid #dd8200;
border-right:5px solid #dd8200;
background:#ffddb9;
text-align:center;
}

.post h3{
margin:20px 0 10px 0;
font-size:120%;
font-weight:normal;
color:#ff8400;
border-bottom:1px solid #ff8400;
padding-top:10px;
}

.post h4{
margin:20px 0 10px 0;
font-weight:bold;
border-bottom:1px dashed #ff8400;
padding-top:10px;
}

.post blockquote {
clear:both;
padding:10px 0 10px 15px;
margin:10px 0 25px 30px;
border-left:5px solid #ccc;
}
 
.post blockquote p{padding:5px 0;}

.post table{
border: 1px #ff8400 solid;
border-collapse: collapse;
border-spacing: 0;
margin:10px auto 20px auto;
}

.post table th{
padding:7px 10px 7px 5px;
border: #ff8400 solid;
border-width: 0 0 1px 1px;
font-weight:bold;
color:#fff;
background:#ffa400;
}

.post table td{
padding:7px 5px;
border: 1px #ff8400 solid;
border-width: 0 0 1px 1px;
background:#fff;
}

.post dt{font-weight:bold;}

.post dd{padding-bottom:10px;}

.post img{max-width:100%;height:auto;}
.post p img{
	padding-bottom: 15px;
}
.post p img.tel{
	padding-bottom: 0px;
}
img.aligncenter {
display: block;
margin:5px auto;
}

img.alignright, img.alignleft{
padding:4px;
margin:0 0 2px 7px;
display:inline;
}

img.alignleft{margin: 0 7px 2px 0;}

.alignright{float:right;}
.alignleft{float: left;}

dd p{padding-bottom:15px;}
li p{padding-bottom:15px;}

.wp-caption {
	padding: 5px;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	text-align: center;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}
.post .wp-caption p{
	text-align: center;
	padding-bottom: 0px;
}
.post ul.square,
.post ul.check {
	padding:0.5em 0;
	list-style-type:none;
}
.post ul.square li,
.post ul.check li {
	position:relative;
	padding: 0.3em 0 0.3em 2em;
	line-height: 1.5;
	list-style: none;
	margin: 0 0 5px 0px;
}
.post ul.check li:after,.post ul.check li:before {
	position:absolute;
	content:'';
	background: #fdd23e;
	top: 7px;
	left: 11px;
	height: 18px;
	width: 4px;
	border-radius: 10px;
	transform: rotate(45deg);
}
.post ul.check li:after {
	top: 14px;
	left: 3px;
	height: 10px;
	transform:rotate(-45deg);
}
.post ul.square li:before {
	position:absolute;
	content:'';
  	top: 0.7em;
  	left: 0.2em;
  	width: 12px;
  	height: 12px;
	border:2px solid rgba(255,132,0,0.7);
}
.post .bg_yellow {
	display: inline-block;
	background: rgba(255,240,0,.7);
    line-height: 1;
}
.post ol.maru {
	counter-reset:number;
	list-style-type: none!important;
	padding:0.5em;
	margin: 1em 1em 1em 0;
}
.post ol.maru li {
	list-style-type: none!important;
	position: relative;
	padding-left: 30px;
	line-height: 1.5em;
	padding: 0.5em 0.5em 0.5em 30px;
	font-weight:bold;
}
.post ol.maru li:before{
	position: absolute;
	counter-increment: number;
	content: counter(number);
	display:inline-block;
	background: #ffad54;
	color: 222;
	font-family: 'Avenir','Arial Black','Arial',sans-serif;
	font-weight:bold;
	font-size: 15px;
	border-radius: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	top: 0.5em;
}
.center {text-align: center!important;}
.wp-block-gallery.has-nested-images figure.wp-block-image{
	flex-grow:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(:first-child){
	flex-grow:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:first-child:last-child{
	flex-grow:1;
}
/* フッター　ウィジェット
*****************************************************/
#footInfo {
	clear: both;
	border: 5px solid #E5E5E5;
	padding: 15px;
	margin: 20px auto;
	background: #fff;
	overflow: hidden;
	text-align: center;
}
#footInfo .leftBox {
	float: left;
	width: 40%;
	padding: 0 20px;
	margin: 0 auto;
	text-align: center;
}
#footInfo img {
	padding-bottom: 10px;
	max-width:100%;
	height:auto;
}
#footInfo img.table_time {
	width: 100%;
	height: auto;
}
#footInfo .hd_adress p.tel {
	font-size: 30px;
	font-weight: bold;
	margin-top: 0px;
	padding-top: 0px;
}
#footInfo .hd_adress p.tel img {
	padding-right: 5px;
	vertical-align: middle;
}
#footInfo .hd_adress p.yoyaku {
	padding: 10px 0 0 ;
	font-size: 16px;
	font-weight: bold;
}
#footInfo .gmap,
.post .gmap {
position: relative;
padding-bottom: 40%;
height: 0;
overflow: hidden;
}
#footInfo .gmap iframe,
#footInfo .gmap object,
#footInfo .gmap embed,
.post .gmap iframe,
.post .gmap object,
.post .gmap embed{
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.widgetWrap{
margin:0 0 20px;
padding:3px;
border:1px solid #dd8200;
background:url(images/bg.png);
box-shadow:0 0 3px rgba(0,0,0,0.5); 
}
section.widget, .widgetInfo,#calendar_wrap{
padding: 10px 7px;
border:1px solid #eee;
background: #fff;
}

#footerNav .widgetWrap{
margin:0 0 10px;
padding:3px;
text-align:left;
border:none;
background:#dd8200;
box-shadow:none; 
}
#footerNav section.widget{
padding: 0px 7px;
border:none;
background:#dd8200;
}
#footerNav section.widget a{
display:block;
padding:5px 0 5px 15px;
background:url(images/arrow_wh.png) no-repeat 0 8px;
font-weight:normal;
color:#fff;
}
#footerNav section.widget ul.sub-menu{
font-size:90%;
}
#footerNav section.widget ul.sub-menu a{
margin-left:0px;
background:url(images/arrow_sub.png) no-repeat 0 8px;
}

#banners img{
max-width:300px;
height:auto;
margin-bottom:10px;
}

#banners a:hover img{opacity:.9;}

section.widget h3{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
font-weight:normal;
color: #333;
border-bottom:1px solid #ccc;
text-align: left;
}

section.widget a{
display:block;
padding:3px 0 3px 13px;
background:url(images/arrow.png) no-repeat 0 50%;
font-weight:normal;
}

section.widget ul.sub-menu{margin-left:10px;}

section.widget a:hover{background-position: 3px 50%;}

#searchform input[type="text"]{
line-height:1.7;
height:24px;
width:100px;
vertical-align:bottom;
}

#footerNav section.widget.widget_text a {
padding:3px 0 3px 0px;
background:none;
}

/* カレンダー */
#calendar_wrap table{margin:0 auto;width:90%;}
#calendar_wrap table caption{padding:10px 0;text-align:center;font-weight:bold;}
#calendar_wrap table th, #calendar_wrap table td{padding:3px;text-align:center;}
#calendar_wrap table th:nth-child(6),#calendar_wrap table td:nth-child(6){color:#0034af;}
#calendar_wrap table th:nth-child(7),#calendar_wrap table td:nth-child(7){color:#950000;}
#calendar_wrap table td#prev{text-align:left;}
#calendar_wrap table td#next{text-align:right;}
#calendar_wrap a{font-weight:bold;background:none;padding:0;text-decoration:underline;}
#calendar_wrap table td#prev a, #calendar_wrap table td#next a{text-decoration:none;}


/* お知らせ　
-------------*/
.newsTitle{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
}

.newsTitle h3{
float:left;
font-weight:normal;
}

.newsTitle p{
float:right;
padding:0 0 0 10px;
font-size:.9em;
background:url(images/arrow.png) no-repeat 0 50%;
}

.widgetWrap .news p{
clear:both;
padding-bottom:2px;
border-bottom: 1px solid #ccc;
}

.widgetWrap .news p:last-child{border:0;}

.widgetWrap .news p a{
display:block;
padding:5px 0;
color:#333;
font-style:italic;
font:italic 110% "Palatino Linotype", "Book Antiqua", Palatino, serif;
}

.widgetWrap .news a span{
color:#ff8400;
font:normal 90% Arial, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif;
}

.widgetWrap .news span{padding-left:10px;}

.widgetWrap .news a:hover span{color:#ff8400;}

/* お悩み解決コラム　
--------------------*/
section.widget .caseTitle{
clear:both;
margin:0 0 10px;
padding:5px 0;
font-size:100%;
color: #333;
border-bottom:1px solid #ccc;
overflow: hidden;
}

section.widget .caseTitle h3{
float:left;
font-weight:normal;
border: none;
margin: 0;
padding: 0;
}

section.widget .caseTitle p a{
float:right;
padding:0 0 0 10px;
font-size:.9em;
background:url(images/arrow.png) no-repeat 0 50%;
}
section.widget .caseTitle a{
font-weight:normal;
}

.case p{
clear:both;
text-align: left;
padding-top:3px;
padding-bottom:3px;
}

/* フッター
*****************************************************/
#footerWrapper{
width:990px;
margin-right:-30px;
}
#footer aside{
float:left;
width:300px;
margin-right:30px;
}
#footerNavWrapper {
width:990px;
margin-right:-30px;
background:#dd8200;
}
#footerNavWrapper aside{
float:left;
width:300px;
margin-right:30px;
}
#copyright{
clear:both;
padding:5px;
text-align:center;
font-size:90%;
zoom:1;
color:#fff;
background:#dd8200 url(images/bg.png) repeat-x 0 100%;
}
#copyright a {
	color: #fff;
}

/* page navigation
------------------------------------------------------------*/
.pagenav{
clear:both;
width: 100%;
height: 30px;
margin: 5px 0 20px;
}

.prev{float:left}

.next{float:right;}

#pageLinks{
clear:both;
text-align:center;
}

/* Back to top button
------------------------------------------------------------*/
#back-top {
    position: fixed;
    bottom: 10%;
    right: 3%;}
#back-top span {
    width: 50px;
    height: 50px;
    display: block;}

/* トップページ 「カレンダー、診療時間」
------------------------------------------------------------*/
.topCalTable {
	display: flex;
	justify-content: space-around;
	padding-top: 10px;
}
#biz_calendar {
	padding-bottom: 10px;
}
.top-table_time {
	text-align: center;
	margin: 0 auto;
}
.top-table_time img {
	padding: 0px 5px;
}
td.holiday, span.boxholiday {
  background-color: #ffa400 !important;
}
td.eventday, span.boxeventday {
  background-color: #fb4563!important;
}

/* トップページ 「お知らせ」
------------------------------------------------------------*/
.topContWrap {
	display: flex;
	justify-content: space-around;
}
.topContWrap .sticker {
	width: 30%;
    height: auto;
    text-align: center;
    transform: rotate(-15deg);
    margin: 50px auto;
}
.topContWrap .sticker img {
    width: 100%;
    height: auto;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.topInfoBanner {
	display: flex;
	justify-content: space-between;
}
.widgetInfo {
	height: auto;
}
.top-banner {
	padding-right: 20px; 
}
.topInfoWrap{
	margin-bottom: 20px;
	padding:3px;
	border:1px solid #dd8200;
	background:url(images/bg.png);
	box-shadow:0 0 3px rgba(0,0,0,0.5);
	width: 100%;
	min-width: 680px;
}
.topInfoWrap ul {
	overflow:  hidden;
}
.topInfoWrap li{
	float: left;
	text-align: left;
	padding: 10px 20px 10px 0;
}
.topInfoWrap li.time,
.topInfoWrap li.cont {
	clear: both;
}
ul.news p{
	border: none;
}
ul.news li img {
	max-width: 100%;
    height: auto;
}

/* トップページ 「こんな症状ありませんか」
------------------------------------------------------------*/
.guide {
	width: 985px;
	margin: 10px -20px 10px 0;
}
.guide h2 {
	width: 960px;
	margin-top: 20px;
	background:url(images/bg_syojo.png) repeat-x 0 0;
	text-align:center;
}
.guide .syojo {
	float: left;
	width: 275px;
	height: auto;
	margin: 0 25px 40px 5px;
	padding: 10px;
	border:1px solid #eee;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
}
.guide .syojo p {
	padding-bottom: 10px;
}
.guide .syojo img {
	margin-bottom: 10px;
}

/* トップページ 「ここが違う」
------------------------------------------------------------*/
.top_differ {
	overflow: hidden;
	background: #ffffff;
}
.top_differ img {
	margin-bottom: 20px;
	margin-right: 20px;
	float: right;
}
.top_differ dl {
	margin-bottom: 20px;
	padding: 10px 20px 10px 20px;
	float: left;
	width: 650px;
}
.top_differ dl.f01 {
	background: url(images/top-bg_differ_f01.png) no-repeat left 0px;
}
.top_differ dl.f02 {
	background: url(images/top-bg_differ_f02.png) no-repeat left 0px;
}
.top_differ dl.f03 {
	background: url(images/top-bg_differ_f03.png) no-repeat left 0px;
}
.top_differ dt {
	padding: 30px 0 0px 130px;
	font-size: 150%;
	font-weight: bold;
}
.top_differ dd {
	padding: 10px 0 20px 130px;
	font-size: 110%;
}
.top_differ img.attachment-size2 {
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px !important;
	border-radius: 300px !important;
}
/* トップページ 「地域NO1の理由」
------------------------------------------------------------*/
.thumbWrap{
width:990px;
margin:0px -35px 30px 0;
overflow: hidden;
}

.thumbWrap li{
float:left;
width:300px;
margin:0 20px 0 0;
padding:2px 0 40px;
background:none;
text-align: center;
}
.thumbWrap li p{
text-align: left;
}
.thumbWrap li img{
width:100%;
height: auto;
}
/* 記事 */
ul.thumb h3{
padding:8px 0 5px 42px;
font-size: 20px;
font-weight: bold;
text-align: left;
background: url(images/icon_crown.png) no-repeat left 0px;
}

/* トップページ 「CM」
------------------------------------------------------------*/
.boxWrap{
	text-align: center;
	margin: 0 0 50px;
}
.boxWrap h2.title {
    font-weight: bold;
}
.movie_cm {
	text-align: center;
	margin: 10px auto;
	padding: 20px 0;
	background: #000000;
	width: 600px;
}
.youtube-wrap {
    padding: 30px 0;
    text-align: center;
    background-color: #000;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    width: 540px;
}
.youtube {
    vertical-align: bottom;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    width: 480px;
    height: 270px;
    overflow: hidden;
}
.youtube:before, .youtube:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
}
.youtube:before {
    width: 64px;
    height: 44px;
    background-color: #cc181e;
    margin: -22px 0 0 -32px;
    border-radius: 12px;
    z-index: 2;
    opacity: .9;
    transition: all .3s;
    cursor: pointer;
}
.youtube:after {
    margin: -10px 0 0 -8px;
    border: solid 10px transparent;
    border-right: solid 18px transparent;
    border-left: solid 18px #fff;
    z-index: 3;
    cursor: pointer;
}
.youtube img {
    position: relative;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    cursor: pointer;
}
/* トップページ 「ekiten widget」
------------------------------------------------------------*/
.ekitenWrap {
	float: right;
}
.ekitenWrap_only {
	width: 100%;
}

/* トップページ 「患者さんの声」
------------------------------------------------------------*/
.voiceWrap{
	overflow: hidden;
	margin:20px auto;
}
.voiceWrap ul.voice{
	margin-bottom:20px;
	padding: 0 20px 20px 20px;
	border:1px solid #eee;
	background:#fff;
	box-shadow:0 0 2px rgba(0,0,0,0.1);
	overflow:hidden;
}
p.tolist a {
	display: block;
	border:3px solid #ffa400;
	background:#fff;
	padding: 5px 10px;
	text-align: center;
	width: 70%;
	margin: 10px auto;
}

/* 記事 */
ul.voice li.title{
	clear: both;
	border-bottom:1px solid #ffa400;
	padding: 30px 0 5px 70px;
	min-height: 30px;
	margin: 0;
	font-size: 20px;
	background:url(images/balloon.png) no-repeat 0 10px;
}
ul.voice li.thum{
	float:left;
	margin-top:10px;
	padding-right: 20px;
}
ul.voice li.cont {
	margin-top:10px;
}
ul.voice p {
	padding-bottom: 10px;
}

/*----------------------------------------------------------
 交通事故ページ コンテンツ
----------------------------------------------------------*/
.jiko .check_sp{
	display: none;
}
.jiko h3 {
	font-size: 150%;
	font-weight: bold;
}
.jiko .em1 {
	font-size: 130%;
	font-weight: bold;
	color: #ff690f;
}
.jiko .em2 {
	font-size: 120%;
	font-weight: bold;
}
.jiko .em3 {
	font-size: 120%;
	font-weight: bold;
	color: #E50307;
}
.jiko img.f_right {
	float: right;
	padding-left: 10px;
}
.jiko img.f_left {
	float: left;
	padding-right: 10px;
}
.jiko h4.f_clear {
	clear: none;
}
.jiko .accidentflow{
	overflow: hidden;
	padding: 0px 0 20px 0;
}
.jiko .accidentflow dt{
	float: left;
	clear: both;
	width: 35px;
}
.jiko .accidentflow dd{
	padding: 2px 0 10px 0;
}

/*----------------------------------------------------------
archive module_loop_cont
----------------------------------------------------------*/
.post h3.loop_title{
margin:0px 0 5px 0;
font-size:120%;
font-weight:normal;
color:#ff8400;
border-bottom:1px solid #ff8400;
padding:10px 0 0 0;
}
article.archive .post {
	margin-bottom: 20px;
}
article.archive h3 span{padding-left:0px;}
.post p.loop_date {
	text-align: right;
}

/*----------------------------------------------------------
 トップページ 理由New
----------------------------------------------------------*/
h2.title.reason {
margin:40px 0 30px;
background:url(images/headingBg_yel.png) repeat-x 0 70%;
}
h2.title.reason span{
padding: 0px;
}
ul.thumb h3.reason1 {
padding: 10px 0 7px 45px;
background: url(images/icon_r01.png) no-repeat left 0px;
}
ul.thumb h3.reason2 {
padding: 10px 0 7px 45px;
background: url(images/icon_r02.png) no-repeat left 0px;
}
ul.thumb h3.reason3 {
padding: 10px 0 7px 45px;
background: url(images/icon_r03.png) no-repeat left 0px;
}
ul.thumb h3.reason4 {
padding: 10px 0 7px 45px;
background: url(images/icon_r04.png) no-repeat left 0px;
}
ul.thumb h3.reason5 {
padding: 10px 0 7px 45px;
background: url(images/icon_r05.png) no-repeat left 0px;
}
ul.thumb h3.reason6 {
padding: 10px 0 7px 45px;
background: url(images/icon_r06.png) no-repeat left 0px;
}
ul.thumb h3.reason7 {
padding: 10px 0 7px 45px;
background: url(images/icon_r07.png) no-repeat left 0px;
}
ul.thumb h3.reason8 {
padding: 10px 0 7px 45px;
background: url(images/icon_r08.png) no-repeat left 0px;
}
ul.thumb h3.reason9 {
padding: 10px 0 7px 45px;
background: url(images/icon_r09.png) no-repeat left 0px;
}
ul.thumb h3.reason10 {
padding: 10px 0 7px 45px;
background: url(images/icon_r10.png) no-repeat left 0px;
}
ul.thumb h3.reason11 {
padding: 10px 0 7px 45px;
background: url(images/icon_r11.png) no-repeat left 0px;
}
ul.thumb h3.reason12 {
padding: 10px 0 7px 45px;
background: url(images/icon_r12.png) no-repeat left 0px;
}
.thumbWrap li{
height: 430px;
}
@media screen and (min-width: 640px) {
	.thumbWrap .wp-block-button a {
		font-size: 0.95em;
		padding: 5px !important;
	}
}

/* トップページ 悩み解決New
------------------------------------------------------------*/
.nayami {
	width: 960px;
	margin: 50px 0px 0px 0;
	background: #eeeeee;
	margin-right: -20px;
	text-align: center;
}
.nayami_inner {
	padding: 10px 30px 20px 30px;
}
.nayami p {
	padding: 10px 0;
	text-align: left;
	font-size: 18px;
}
.nayami p strong {
	font-weight: bold;
	font-size: 28px;
}
.nayami h2 {
	margin-top: 30px;
	background:url(images/bg_nayami.png) repeat-x 0 0;
}
.nayami .symptom {
	background: #fff;
	padding: 20px 40px;
	margin-bottom: 20px;
	text-align: left;
	overflow: hidden;
}
.nayami .symptom .cont_left {
	float: left;
	overflow: hidden;
}	
.nayami .symptom img {
	margin-top: 150px;
	margin-right: 0px;
	float: right;
}
.nayami .symptom img.attachment-size2 {
	-webkit-border-radius: 300px !important;
	-moz-border-radius: 300px !important;
	border-radius: 300px !important;
}
.nayami .symptom h3 {
	font-size: 30px;
	font-weight: bold;
	padding: 30px 0 0 70px;
	background:url(images/icon_bakuhatsu.png) no-repeat 0 0;
	height: 80px;
}
.nayami .symptom ul {
	padding: 20px 0 20px 10px; 
}
.nayami .symptom li {
	background:url(images/icon_checkred.png) no-repeat 0 0;
	padding: 5px 0 5px 50px;
	font-size: 24px;
	font-weight: bold;
}
.nayami .symptom p {
	font-size: 26px;
	font-weight: bold;
	padding: 0px 0 0 70px;
}
.nayami .trust {
	border: solid 2px #d0bb49;
	background:url(images/icon_okan.png) no-repeat 30px center #fff;
	padding: 20px 40px;
	margin: 10px 0;
	text-align: left;
	overflow: hidden;
}
.nayami .trust p {
	padding: 10px 0 0 130px;
	float: left;
}
.nayami .trust img {
	width: 30%;
	height: auto;
	float: right;
}
.nayami p.em {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding: 20px 0;
}
.nayami a img {
	padding: 0 5px 10px 5px;
}
.nayami .voice {
	border: dotted 1px #d0bb49;
	background: #fff;
	padding: 20px 40px;
	margin: 10px 0;
	text-align: left;
	overflow: hidden;
}
.nayami .voice h3 {
	font-size: 22px;
	background:url(images/icon_baloon.png) no-repeat left center;
	border-bottom: dotted 1px #d0bb49;
	padding: 10px 0 10px 80px;
	margin-bottom: 10px;
	font-weight: bold;
}
.nayami .voice img {
	float: left;
	padding: 10px 10px 0 0;
}
.nayami .btnArea {
	margin-top: 30px;
	overflow:hidden;
}
.cartoon {
    width: 70%;
    margin: 20px auto;
}
.cartoon img {
    width: 100%;
    height: auto;
}
/* 感染症対策バナー
------------------------------------------------------------*/
.bn_covid {
    width: 60%;
    margin: 20px auto 40px auto;
    padding: 5px;
    background-color: #03a3ed;
    background-image: url("images/illust_mask.png"),url("images/illust_alcohol.png"),url("images/illust_wash.png");
    background-position: left 10% bottom 55px, center bottom 55px, right 10% bottom 55px;
	background-size: 100px auto, 100px auto, 100px auto;
	background-repeat: no-repeat, no-repeat, no-repeat;
}
.bn_covid .cont {
    padding: 15px 0 140px 0;
    text-align: center;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1.4em;
}
.bn_covid p.goto {
    display: block;
    padding: 5px;
    text-align: center;
    color: #03a3ed;
    font-size: 1.2em;
    background: rgba(255,255,255,.9);
    font-weight: bold;
}
.bn_covid .cont span.yellow {
    background: rgba(255,255,0,.9);
    color: #000;
    font-size: 1.2em;
}
/* Easy Table of Contents Customize
------------------------------------------------------------*/
/*全体*/
#ez-toc-container {
    margin: 0 0 2em 0;
    width:50%;
    border:none !important;
    padding: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
/*タイトル*/
.post div#ez-toc-container p.ez-toc-title {
    font-weight: bold;
    color: #555;
    font-size: 120%;
    padding: 10px 0 0 10px;
    display: block;
}
/*タイトル全体*/
.ez-toc-title-container {
    background: #ccc;
    position:relative;
    padding: 0;
    margin: 0;
    height: 42px !important;
    min-width: 100px;
    text-align: left;
}
/*表示・非表示ボタン*/
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle {
    padding: 0.5em 1.5em !important;
}
a.ez-toc-pull-right.ez-toc-btn.ez-toc-btn-xs.ez-toc-btn-default.ez-toc-toggle:hover {
    opacity: 1;
}
span.ez-toc-title-toggle {
    position: absolute;
    right: 0px;
    top: 0px;
}
/*見出しリスト全体*/
#ez-toc-container ul.ez-toc-list {
    margin: 1em;
}
#ez-toc-container ul.ez-toc-list li {
    padding: 5px !important;
    list-style: decimal;
}
#ez-toc-container ul.ez-toc-list li li {
    padding: 1px !important;
    list-style: disc;
}
#ez-toc-container ul.ez-toc-list li a {
    color: #222;
    padding: 1px !important;
}
#ez-toc-container ul.ez-toc-list li a:hover {
    text-decoration: underline;
}
/*タイトル下の囲い枠*/
#ez-toc-container nav {
    border: 1px solid #ccc;
    background: #fafafa;
}
/* バナー
------------------------------------------------------------*/
.top-banner img {
	margin: 20px auto;
	text-align: center;
}
.bn_reserve img {
	margin: 20px auto;
	text-align: center;
}
.btn_bn,
a.btn_bn {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
.txt_banner {
	margin: 30px auto 20px auto;
	text-align: center;
}
.txt_banner.w70 {
	margin: 20px auto 30px auto;
	width: 70%;
}
a.btn_bn span span {
  font-size: 0.9rem;
  display: block;
  padding-top: 10px;
}
a.btn_bn span span.inline {
  font-size: 1rem;
  display: inline-block;
  padding-top: 0px;
}
a.btn_bn span span.txt_col {
  font-size: 1.1rem;
  display: block;
  color: #F15457;
  padding-top: 10px;
  padding-bottom: 0px;
}
a.btn_bn span span.txt_s {
  padding-top: 0px;
}
a.btn-border {
  border: 2px solid #000;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #000;
  box-shadow: 4px 4px 0 #000;
}
a.btn_bn .bg {
	background: rgba(255,255,255,.8);
	color: #222;
	padding: 2px 5px;
	margin-top: 10px;
}
a.btn-border:hover {
  -webkit-box-shadow: -4px -4px 0 #000;
  box-shadow: -4px -4px 0 #000;
}
a.btn--green {
  color: #fff;
  background-color: #45ae2c;
  border-bottom: 5px solid #1e361e;
  font-size: 1.1rem;
}
a.btn--green:hover {
  margin-top: 3px;
  background: #6fba2c;
  border-bottom: 2px solid #1e361e;
}
a.btn--orange {
  color: #000;
  background-color: #ffcc00;
  border-bottom: 5px solid #ffcc00;
  font-size: 1.3rem;
  font-weight: bold;
}
a.btn--orange:hover {
  background: #ffcc00;
  border-bottom: 5px solid #ffcc00;
}
.btn-copy {
  font-size: 1rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 0em;
  text-align: center;
}
.btn-copy:before {
  margin-right: 1rem;
  content: '＼';
}
.btn-copy:after {
  margin-left: 1rem;
  content: '／';
}


/* メインメニュー　PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1025px){
nav div.panel{
display:block !important;
float:left;
}

a#menu{display:none;}	
	
nav.globNav-row{display:none;}	

nav#mainNav{
clear:both;
position:relative;
z-index:200;
background:url(images/mainnavBg.png) repeat-x;
}

nav#mainNav ul li{
float: left;
position: relative;
}

nav#mainNav ul li a{
display: block;
text-align: center;
_float:left;
height:40px;
padding:10px 38px 10px;
color:#dd8200;
font-weight: bold;
}
_::-webkit-full-page-media, _:future, :root 
nav#mainNav ul li a{
padding:10px 36px 10px;
}
nav#mainNav ul li a span,nav#mainNav ul li a strong{
display:block;
font-size:100%;
}
nav#mainNav ul.sub-menu li a{
font-size:90%;
height:auto;
}
nav#mainNav ul li a span{
font-size:70%;
font-weight: normal;
}

nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover, 
nav#mainNav ul li.current-menu-parent a{
background:#ffa400;
box-shadow:0 1px 0 0 rgba(255,255,255,0.8);
color:#fff;
font-weight: normal;
}

nav#mainNav ul ul{
display: none;
width: 100%;
padding:5px 0;
background:#f5f5f5;
border:1px solid #eee;
border-top:0;
border-radius:0 0 3px 3px;
box-shadow:0 1px 0 0 rgba(255,255,255,0.8);
}

nav#mainNav ul li:hover ul{
display: block;
position: absolute;
top:60px;
left:0;
z-index:500;
}

nav#mainNav ul ul li{
padding:5px 10px;
margin:0;
float: none;
}

nav#mainNav ul ul li a,
nav#mainNav ul li.current-menu-item ul a,
nav#mainNav ul li.current-menu-parent ul a{
float:none;
padding:10px 6px;
font-size:95%;
background:none;
border:0;
box-shadow:none;
color:#dd8200;
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover{
background:#ffa400;
box-shadow:0 1px 0 0 rgba(255,255,255,0.8);
color:#fff;
}

}


/* メインメニュー iPadサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:1024px) and (min-width:645px){
nav.globNav-row{display:none;}	

nav#mainNav{
float: right;
width:100%;
margin:0 auto 20px;
padding:0;
border-bottom:1px solid #eee;
background:url(images/mainnavBg.png) repeat-x;
}

nav#mainNav a.menu{
width:100%;
display:block;
height:50px;
line-height:40px;
font-weight: bold;
text-align:left;
background: url(images/icon_navi.png) no-repeat 10px 13px;
background-size: 30px 25px;
}

nav#mainNav a#menu span{
	margin: 10px 0;
	padding-top: 15px;
	padding-left: 50px;
}

nav#mainNav a.menuOpen{
background:url(images/icon_navi.png) no-repeat 10px 13px;
background-size: 30px 25px;
-webkit-transition:opacity 1s;
-moz-transition:opacity 1s;
-o-transition:opacity 1s;
outline: none;
transition: 0.1s;
opacity:0.7;
}

nav#mainNav a#menu:hover{cursor:pointer;}

nav .panel{
display: none;
width:100%;
position: relative;
right: 0;
top:0;
z-index: 1;
}

nav#mainNav ul{margin:0 0 20px;padding:0;}

nav#mainNav ul li{
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
background:url(images/mainnavBg.png);
}

nav#mainNav ul li a,nav#mainNav ul li.current-menu-item li a{
display: block;
padding:15px 10px;
text-align:left;
color:#dd8200;
}

nav#mainNav ul li a span{display:none;}
 
nav#mainNav ul li.current-menu-item a,
nav#mainNav ul li a:hover,
nav#mainNav ul li a:active, 
nav#mainNav ul li.current-menu-item li a:hover, 
nav#mainNav ul li.current-menu-item li a:active{
color:#fff;
background:#ffa400;
}
nav#mainNav ul li li{
float:left;
border:0;
}

#mainNav ul li li a{
padding-left:30px;
font-size:90%;
}
nav#mainNav ul ul li a,
nav#mainNav ul li.current-menu-item ul a,
nav#mainNav ul li.current-menu-parent ul a{
text-shadow:none;		
background:none;
border:0;
color:#dd8200;
padding-left:30px;
}

nav#mainNav ul li li.current-menu-item a,
nav#mainNav ul li li a:hover{
color:#dd8200;
background:#ffa400;
}

nav div.panel{float:none;}

#mainImg{margin:10px 0;}
}

/* メインメニュー iPhoneサイズ以下から
------------------------------------------------------------*/
@media only screen and (max-width:644px){
nav#mainNav{display:none;}	

/* mobile navi---------------------- */
.globNav-toggle {
	float: right;
	margin: 25px 8px 0 0;
	display: block;
}
.globNav-inner{ display: none}
.globNav-inner > li { float: none;}
.globNav-inner {
	clear: both;
	float: right;
	width: 100%;
	margin-bottom: 10px;
border-bottom:1px solid #eee;
background:url(images/mainnavBg.png) repeat-x;
}
.globNav-inner li {
float: none;
clear:both;
width:100%;
height:auto;
line-height:1.2;
background:url(images/mainnavBg.png);
}
.globNav-inner li a {
display: block;
padding:15px 10px;
text-align:left;
color:#dd8200;
}
.globNav-inner li ul li {
clear:both;
float:none;
border:0;
}
.globNav-inner li ul li a {
padding-left:30px;
font-size:90%;
}
nav.globNav-row ul li.current-menu-item a,
nav.globNav-row ul li a:hover,
nav.globNav-row ul li a:active, 
nav.globNav-row ul li li.current-menu-item a, 
nav.globNav-row ul li.current-menu-item li a:hover, 
nav.globNav-row ul li.current-menu-item li a:active{
color:#fff;
background:#ffa400;
}
nav.globNav-row ul ul li a,
nav.globNav-row ul li.current-menu-item ul a,
nav.globNav-row ul li.current-menu-parent ul a{
text-shadow:none;		
background:none;
border:0;
color:#dd8200;
padding-left:30px;
}

nav.globNav-row ul li li.current-menu-item a,
nav.globNav-row ul li li a:hover{
color:#fff;
background:#ffa400;
}

.globNav-inner li a span{
	display: none;
}

}

/* 959px以下から 1カラム表示
------------------------------------------------------------*/
@media only screen and (max-width: 959px){
.pc {display: none;}
.pc_tb {display: block;}
a span.tap {
	font-size: 14px;
	line-height: 1.2;
	display: block;
	padding-bottom: 10px;
}	
#wrapper, #header, .inner{width:100%; text-align:center;}

#header h1, #header p{padding:5px 10px;}
#header h2{padding:20px 10px 0;}
#header .hd_adress p.tel {
	text-align: center;
}
#header .hd_adress p.tel img,
#footInfo .hd_adress p.tel img {
	width: 35px;
	height: 35px;
}
.post{padding:10px;}
nav#mainNav ul, .thumbWrap{margin:0 auto;}
nav#mainNav ul ul{padding:0;}

nav div.panel{float:none;}

#mainImg{background-size:100% auto;}
#mainImg img{width:100%;height:auto;}

#content, #sidebar{
clear:both;
width:95%;
float:none;
margin:0 auto;
padding:10px 0;
}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:inline;margin:0 1% 0 0;}
#banners p img{width:32%;height:auto;}

.thumbWrap{width:100%;margin:0 auto;}
.thumbWrap ul.thumb li{width:30%; float:left;margin:0 1% 0 2%;}
.thumbWrap img{width:100%;height:auto;}

#footerWrapper{width:95%;margin:0 auto;}
#footer ul{text-align:left;}
#footer .news p{text-align:left;}
#footer aside{float:none;width:100%;}
#footerNavWrapper{width:95%;margin:0 auto;}

#calendar_wrap table{margin:0 auto;width:300px;}

dl.differBox img {
	width: 30%;
	height: 30%;
	padding-right: 10px;
}
.post p{
	text-align: left;
}
.post ol,
.post ul {text-align: left;}
.mw_wp_form h3,.mw_wp_form p{text-align:center;}

.txt_banner {
	margin: 0 10px 0px 10px;
}
	
/* トップページ 「カレンダー、診療時間」
------------------------------------------------------------*/
.topCalTable {
	display: flex;
	justify-content: space-between;
	text-align: left;
}
.top-table_time img {
	width: 95%;
	height: auto;
	padding: 10px 0;
}

/* トップページ 「お知らせ」
------------------------------------------------------------*/
.topContWrap {
	display: block;
}
.topContWrap .sticker {
	width: 50%;
    height: auto;
    padding: 20px 0;
}
.topInfoBanner {
	display: flex;
	justify-content: space-around;
}
.widgetInfo {
	height: auto;
}
.topInfoWrap{
	min-width: auto;
}
/* トップページ 「症状」
------------------------------------------------------------*/
.guide {
	width: 100%;
	text-align: left;
}
.guide h2 {
	width: 100%;
}
.guide .syojo {
	width: 28%;
	margin: 0 5px 20px 5px;
}
.guide .syojo img {
	width:100%;
	height:100%;
}
.guide .syojo p.em {
	font-size:110%;
}
/* トップページ 「ここが違う」
------------------------------------------------------------*/
.top_differ img {
	margin-bottom: 10px;
	margin-left: 20px;
	float: right;
}
.top_differ dl {
	margin-bottom: 0px;
	padding: 10px 0px 0px 0px;
	float: left;
	width: 60%;
	text-align: left;
}
.top_differ dt {
	padding: 110px 0 0px 0px;
	height: auto;
	font-size: 120%;
}
.top_differ dd {
	padding: 10px 0;
	margin-bottom: 10px;
}
/* トップページ 「患者さんの声」
------------------------------------------------------------*/
.voiceWrap{
	width:100%;
	text-align: left;
	margin:20px 0px;
}
.voiceWrap ul.voice{
	text-align: center;
}
/* 記事 */
ul.voice li.title{
	padding: 10px 0 5px 40px;
	height: auto;
	font-size: 120%;
	background:url(images/balloon.png) no-repeat left 10px;
	background-size: 30px 26px;
	text-align: left;
}
ul.voice li.thum{
	float:left;
	margin:10px auto;
	padding-right: 10px;
}
ul.voice li.cont {
	text-align: left;
}
/* フッターinfo
------------------------------------------------------------*/
#footInfo {
	text-align: left;
}
#footInfo .leftBox {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0 auto;
}
#footInfo img.table_time {
	width: 100%;
	height: 100%;
}
#footInfo .hd_adress p {
	font-size: 90%;
}

/* jiko
------------------------------------------------------------*/
.jiko .accidentflow{
	text-align: left;
}
.jiko .accidentflow dt{
	float: left;
	clear: both;
	width: 35px;
}
.jiko .accidentflow dd{
	padding: 2px 0 10px 35px;
}
/* トップページ 「エキテン口コミウィジェット」
------------------------------------------------------------*/
.ekitenWrap {
	width: 100% !important;
	margin-bottom:30px;
}
/* トップページ 悩み解決New
------------------------------------------------------------*/
.nayami {
	width: 100%;
}
.nayami .symptom img {
	display: block;
	margin: 0 auto;
	padding-top: 20px;
	float: none;
}
.nayami .trust {
	background:url(images/icon_okan.png) no-repeat 10px 20px #fff;
	padding: 20px 20px;
	margin: 10px 0;
}
.nayami .trust p {
	padding: 0px 0 0 110px;
}
.nayami .trust img {
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	width: 80%;
	height: auto;
	float: none;
}
.nayami h2 {
	background:none;
}
.nayami h2 img {
	width: 100%;
	height: auto;
}
.thumbWrap li{
height: 430px;
}
.cartoon {
    width: 90%;
    margin: 20px auto;
}

}

/* 幅644px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 644px){
.pc_tb {display: none;}
.sp {display: block;}
#header .hd_adress .info_tel_sp {
	display: block;
}
#header .hd_adress .info_tel_sp img {
	width: 95%;
	height: auto;
	margin: 3px auto;
}
#header{text-align:center;}
#headerInfo{width:250px;margin:0 auto;}
#footer ul{text-align:left;padding:15px;}
#footer ul ul{padding:0;}

.thumbWrap{width:100%;margin:0 auto; text-align: left;}
.thumbWrap h3{text-align:center;}
.thumbWrap ul.thumb li{width:100%; float:left;margin:0;}
.thumbWrap img{width:100%;height:auto;}

#banners{width:100%;margin:0 auto;text-align:center;}
#banners p{display:block;margin:0 0 10px 0;}
#banners p img{width:90%;height:auto;}

/* wdr */
#header h2 {
	width: 70%;
	float: left;
}
#header h2 a img {
	width:100%;
	height:100%;
}
#header p{
	float:none;
	margin:0 auto;
}
#header .hd_adress {
	float: none;
	clear: both;
	width: 96%;
	margin: 0 auto 10px auto;
	padding: 3px;
	background: url(images/bg.png) repeat-x;
}
#header .hd_adress .inner {
	background-color: rgba(255, 255, 255, 0.8);
}
#header .hd_adress p {
	float:none;
	padding-top:5px;
}
#header .hd_adress p.tel {
	height: auto;
}
.top-table_time img {
    width: 90%;
	height: auto;
	margin: 20px 0px 20px 0px;
}
.top-table_time img.table_time {
	width:100%;
	height:100%;
}
.top-banner img {
    width: 90%;
    height: auto;
}
h2.title span img {
	width:90%;
	height:90%;
}
h2.title span {
	padding: 0px 5px;
}
.post h2{
	font-size:120%;
}
.post img{
	float: none;
	display: block;
	margin: 0 auto;
}
/* トップページ 「カレンダー、診療時間」
------------------------------------------------------------*/
.topCalTable,.topInfoBanner {
	display: block;
}
/* トップページ 「お知らせ」
------------------------------------------------------------*/
.top-banner {
	padding-right: 0px;
	padding-bottom: 20px;
}
/* トップページ 
------------------------------------------------------------*/
.guide h2 {
	background:none;
}
.guide h2 img {
	width:100%;
	height:100%;
	margin: 10px 0;
}
.guide .syojo {
	float: none;
	width: 80%;
	margin: 0 auto 10px auto;
}
.guide .syojo img {
	display: block;
	margin: 0 auto;
	width: 70%;
	height: 70%;
}
.top_differ img {
	margin-bottom: 0px;
	margin-right: 0px;
	float: none;
}
.top_differ dl {
	float: left;
	width: 100%;
}
.top_differ dt {
	padding: 0px 0 0px 80px;
	min-height: 50px;
}
.top_differ dl.f01 {
	background: url(images/top-bg_differ_f01.png) no-repeat left 0px;
	background-size: 70px auto;
}
.top_differ dl.f02 {
	background: url(images/top-bg_differ_f02.png) no-repeat left 0px;
	background-size: 70px auto;
}
.top_differ dl.f03 {
	background: url(images/top-bg_differ_f03.png) no-repeat left 0px;
	background-size: 70px auto;
}
ul.voice li.thum{
	float:none;
	margin:10px auto;
	padding-right: 0px;
}
/* トップページ 「CM」
------------------------------------------------------------*/
.movie_cm {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
}
.youtube:before {
    border-radius: 10px;
    width: 50px;
    height: 36px;
    margin-left: -28px;
    margin-top: -18px;
}
.youtube:after {
    margin-top: -8px;
    margin-left: -10px;
    border-top: solid 8px transparent;
    border-bottom: solid 8px transparent;
    border-right: solid 16px transparent;
    border-left: solid 16px #fff;
}
.youtube-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    height: 0;
    overflow: hidden;
    width: 100%;
    margin-bottom: 20px;
}
.youtube,
.youtube-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.youtube img {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    vertical-align: bottom;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
}
.movie_cm iframe {
    position: absolute;
    top: 0;
    left: 0;
	width: 100%;
	height: 100%;
}

/* フッターinfo
------------------------------------------------------------*/
#footInfo img {
	width: 100%;
	height: 100%;
}
#copyright{
	font-size:70%;
	margin-bottom: 50px;
}
#footerNav .widget_nav_menu {
	display: none;
}
/* fixed_yoyaku
------------------------------------------------------------*/
#fixed_yoyaku {
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	justify-content: space-around;
	text-align: center;
	z-index: 100;
}
#fixed_yoyaku a {
	background: rgba(255,132,0,0.9);
	color: #fff;
	font-size: 100%;
	width: 50%;
	display: block;
	padding: 15px 0 0 30px;
}
#fixed_yoyaku a.reserv {
	border-right: 1px solid #fff;
}
#fixed_yoyaku a.reserv:before {
	content: url(images/icon_reserv.png);
	position: absolute;
	top: 10px;
	left: 1%;
}
#fixed_yoyaku a.tel:before {
	content: url(images/icon_tel.png);
	position: absolute;
	top: 10px;
	left: 55%;
}

/* トップページ 悩み解決New
------------------------------------------------------------*/
.nayami_inner {
	padding: 10px 10px 30px 10px;
}
.nayami h2 {
	background:none;
}
.nayami h2 img {
	width: 100%;
	height: auto;
}
.nayami p strong {
	font-size: 22px;
}
.nayami .symptom {
	padding: 20px 10px;
}
.nayami .symptom h3 {
	font-size: 26px;
	padding: 40px 0 0 30px;
	height: 80px;
}
.nayami .symptom ul {
	padding: 0 0 20px 10px; 
}
.nayami .symptom li {
	background:url(images/icon_checkred.png) no-repeat 0 0;
	padding: 5px 0 5px 40px;
}
.nayami .symptom p {
	padding: 0px 0 0 20px;
}
.nayami img.txt {
	width: 90%;
	height: auto;
}
.nayami p.em {
	font-size: 24px;
}
.nayami .trust,
.nayami .voice {
	padding: 20px 20px;
}
.nayami .symptom img.attachment-size2 {
    width: 100%;
    height: auto;
}
.thumbWrap li{
    height: auto;
}
.cartoon {
    width: 100%;
}
.cartoon img {
    width: 90%;
    height: auto;
}
.cartoon h2.title {
    margin: 10px 0;
    font-weight: bold;
}
.cartoon h2.title span {
    padding: 0 5px;
}
.cartoon h2.title span.fontbig {
    font-size: 120%;
}
.cartoon h2.title span.orange {
    margin: 0;
    padding: 0;
    color: #ff8400;
}
/* トップページinfo
------------------------------------------------------------*/
.topInfoWrap li{
	padding: 0 10px 10px 10px;
}
ul.news li img {
	max-width: 100%;
    height: auto;
}
.bn_covid {
    width: 96%;
    margin: 0px auto 20px auto;
    background-image: url("images/illust_mask.png"),url("images/illust_alcohol.png"),url("images/illust_wash.png");
    background-position: left 10% bottom 55px, center bottom 55px, right 10% bottom 55px;
	background-size: 80px auto, 80px auto, 80px auto;
}
.bn_covid .cont {
    padding: 10px 0 110px 0;
    font-size: 1.2em;
}
.topContWrap .sticker {
	width: 70%;
    height: auto;
    padding: 20px 0;
}
.txt_banner {
	margin: 0 10px 40px 10px;
}
.txt_banner.w70 {
	margin: 10px auto 40px auto;
	width: 100%;
}
.post p img,
.post img {
	display: block !important;
	float: none !important;
	max-width: 100%;
	height: auto;
	margin: auto;
}
.post p img.auto{
	display: block;
	width: auto;
	height: auto;
}
}
/* 幅414px以下、微調節
------------------------------------------------------------*/
@media only screen and (max-width: 414px){
.post h5 img,
.post p img{
	width: 100%;
	height: 100%;
}
.post p img.auto{
	width: auto;
	height: auto;
}
.jiko .check_pc{
	display: none;
}
.jiko .check_sp{
	display: block;
}
.cartoon h2.title {
    font-size: 110%;
}
.cartoon h2.title span.fontbig {
    font-size: 105%;
}
}
/* 幅330px以下から ヘッダー等微調節
------------------------------------------------------------*/
@media only screen and (max-width: 330px){
#calendar_wrap table{width:100%;}
}
    