@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:15px;
	color:#382400;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.7;
	background:#fffae8;
}

#contents {
	position:relative;
	overflow:hidden;
	width:100%;
	margin:0 ;
	background:#fffae8;
	min-height:100%;
	height:100%;
}
@media screen and (min-width:980px) {
#contents:before {
		position:absolute;
		top:0;
		left:0;
		width:20%;
		height:100%;
		content: '';
		background:#fffae8;
	}
}
#main {
	box-sizing: border-box;
	width:80%;
	padding:0px;
	max-width:1000px;
	margin-left:20%;
}
#main .main-img {
	width:100%;
	text-align:center;
}
#main .main-img img {
	width:100%;
	margin: 10px auto;
	max-width: 870px;
}
#sub {
	box-sizing: border-box;
	float:left;
	width:230px;
	background:#fff2b8;
	max-width:250px;
height: 100%;
position: absolute;
position: fixed;
font-size: 85%;
overflow-y: auto;
}

footer {
	box-sizing: border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#13895f;
}
a:hover {
	color:#2fa279;
}

h1 {
	color:#fbfbfb;
	font-size:28px;
	line-height:1.2;
	text-align:center;
}
h1 a {
	color:#fbfbfb;
	text-decoration:none;
}
h1 a:hover {
	color:#85d1c6;
}
h1 a img.smt {
	display:none;
}
h2 {
	margin:1em 0 1em 0;
	font-size:21px;
	color:#997964;
	background:#fbe5d8;
	padding:10px;
}

h3 {
	clear:both;
	margin:3em 2.5em;
	padding:0.5em 1em;
	color:#de8986;
	font-size:110%;
	background:#fbe5d8;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */  
}

h4 {
	clear:both;
	margin:3em 3em 1em;
	color:#d45451;
	border-bottom: 2px #d45451 dotted;
}

h5 {
	margin-bottom:0.25em;
	padding:2px;
	font-size:16px;
	border-left:5px solid #15adb3;
	background:#eee;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 3em 2em 3em;
}

img {
	vertical-align:bottom;
}
.img-r {
	float:right;
	margin-left:15px;
	margin-bottom:15px;
}
.img-l {
	float:left;
	margin-right:15px;
	margin-bottom:15px;
}
.img-c {
	text-align: center;
	margin:auto;
}
em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#d45451;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}
.mt30 {
	margin-top: 30px;
}
.pd10{
	padding:10px;
}

ul,ol,dl {
	margin:0 3em 1em 3em;
	font-size:120%;
	padding:2%;
	border:#de8986 10px solid;
	background:#FFF;
	border-radius: 30px;        /* CSS3草案 */  
    -webkit-border-radius: 30px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 30px;   /* Firefox用 */
}
ul li {
	list-style: none;
	color:#d45451;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}
a:hover img{
opacity:0.6;
filter:alpha(opacity=60);
-ms-filter: “alpha( opacity=60 )”;
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
  }
  .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
  }

/*================================================
 *  clearfix
 ================================================*/.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
	background:#ffce6e;
}

header h1 {
	padding:10px;
	background:#ffce6e;
}

.summary {
	margin:0;
	padding:10px;
	color:#ddd;
	background:#fff2b8;
	text-align:center;
	padding-top:15px;
}
.summary img {
	width:100%;
	max-width:190px;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	overflow:hidden;
	position:relative;
	background:#fff2b8;
}
nav h3 {
	display:none;
}
nav ul {
	margin:0;
	padding:0;
	border:0;
background: none;
border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */
}
nav li {
	list-style:none;
	margin:0;
	padding:0;
}
nav li a {
	display:block;
	padding:10px 10px 10px 47px;
text-indent:-37px;
	color:#997964;
	text-decoration:none;
	background:#fff2b8;
}
nav li a:hover {
	color:#fbfbfb;
	background:#ff9308;
	transition:all 0.2s ease 0s;
}

nav.clinic {
	overflow:hidden;
	position:relative;
}
nav.clinic  ul {
	margin:10px 0 0 0;
	padding:0 0 0 0;
	border-top: 2px #ffa232 dotted ;
	padding-top:15px;
}
nav.clinic li {
	list-style: none;
	margin: 0;

}
nav.clinic li a {
	padding: 0;
	text-indent:0px;
	padding: 10px;
}
nav.clinic li a:hover {
	background:#fff;
}

nav li.smt {
	display:none;
}
/*================================================
 *  グローバルナビゲーション
 ================================================*/

.summary img {
	width:100%;
	max-width:190px;
}

/*================================================
 *  サイトリンク
 ================================================*/

ul.site_banner, ul.sns_banner {
	clear:both;
	width:95%;
	left:50%;
position:relative;
border:0;
background: none;
border-radius: 0px;        /* CSS3草案 */  
    -webkit-border-radius: 0px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 0px;   /* Firefox用 */
	margin:0;
}
ul.site_banner li {
	float:left;
	margin: 0 30px 20px 0;
	list-style:none;
left:-50%;
position:relative;
}
ul.site_banner li img {
	max-width:205px;
	width:100%;
}
ul.sns_banner  li{
	float:left;
	margin: 10px 5px 20px 0;
	list-style:none;
		list-style:none;
left:-50%;
position:relative;
}
ul.sns_banner li img {
	max-width:180px;
	width:100%;
}

	
/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	background:#ffce6e;
}

#footer_menu02,
#footer_menu03{
box-sizing: border-box;
}

.footer_title02 {
margin-right: auto;
margin-left: auto;
max-width: 890px;
border: none;
}

#footer_menu01{
display: none;
}

/*
#footer_menu02 {
font-size: 0;
}
#footer_menu02 li{
}
#footer_menu02 li{
position: relative;
height: 127px;
width: 127px;
display: inline-block;
}

#footer_menu02 li .txt{
font-size: 12px;
color: #ffffff;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: rgba( 0, 0, 0, 0.65 );
display: none;
}

#footer_menu02 li .txt p{
padding: 5px;
margin:0;
}

#footer_menu02 li:hover .txt{
display: block;
padding: 0;
}

#footer_menu02 ul{
margin-bottom: 30px;
}
*/

#footer_menu02 ul{
	border: none;
	background:none;
	border-radius: 0px;
-webkit-border-radius: 0px;
-moz-border-radius: 0px;
padding:0%;
font-size: 16px;
}
#footer_menu02 ul li p {
    margin: .4em 0;
	}	
#footer_menu02 .catch01{
font-size: 11px;
text-align: center;
padding-bottom: 12px;
}
/*--追加------*/
#footer_menu02{
    font-size: 16px;
    margin-bottom: 30px;
    }
#footer_menu02 a {    
color:#000;   
    }
#footer_menu02 a:hover {    
    color:#3E7CD3;   
    }     
#footer ul, #footer .footer_title02 {
        margin-right: auto;
        margin-left: auto;
        max-width: 890px;
        text-align: left;
}  
#footer_menu02 .footer_title02{
    margin-bottom: 30px;
    }
    
#footer_menu02 li{
    position: relative;
    width: 280px;
    display: inline-block;
	margin-left: 1em;
    }  
.icon_arrow {
	position:relative;
	line-height:1.2em;
	text-indent:1.2em;
    padding-left: 3px;
}
.icon_arrow:before {
    position:absolute;
    left:0;
    content:"";
	display:inline-block;
	width:1.2em;
	height:1.2em;
	background:url(https://www.umeoka-cl.com/img/content_bottom/blue_arrow.png) no-repeat;
	background-size:contain;
}
/*追加ここまで*/

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#333e48;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#333e48;
}
.totop img:hover {
	background:#ff9308;
}

/*================================================
 *  クラス
 ================================================*/
.textL {
	text-align:left;
}

.textR {
	text-align:right;
}

.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

.service {
	overflow:hidden;
}
.service ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.service li {
	list-style:none;
	float:left;
	width:18.507%;
	margin:0 1.492% 1.492% 0;
}
.service li img {
	width:100%;
}

.staff {
	overflow:hidden;
}

.staff ul {
	overflow:hidden;
	margin:1.492% -1.492% 0 0;
}
.staff li {
	list-style:none;
	float:left;
	width:31.840%;
	margin:0 1.492% 1.492% 0;
}
.staff li:nth-child(3n+1) {
	clear:both;
}
.staff li img {
	width:100%;
	margin-bottom:2.5%;
}
.orange {
	color: #ff7800;
}
.bld {
	font-weight:bold;
}
.uline {
	text-decoration:underline;}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
h1 {
	text-align:left;
}
h1 a img.pc {
	display:none;
}
h1 a img.smt {
	display:inline;
}
#contents {
		box-sizing: border-box;
		width:100%;
	}
.summary {
	display:none;
}

footer {
		width:100%;
	}
.Img-100 {
		width:100%;
	}
.Img-100m432 {
	max-width:432px;
		width:100%;
	}
#main {
		float:none;
		width:100%;
		margin-left:0;
		margin-top:90px;
	}

#sub {
		float:none;
		width:100%;
		max-width:100%;
		position: absolute;
		height: 90px;
		position:fixed;
		overflow-y: visible;
		z-index: 1000;
	}
nav {
		display:block;
		position:relative;
		width:100%;
		overflow: visible;
		position: absolute;
		background: none;
				top: 10px;
		
	}
nav h3 {
		display:block;
		cursor:pointer;
		margin:0;
		padding:10px;
		border:none;
		top: 0px;
		right:10px;
		z-index:10;
		width:60px;
		height:60px;
		background:none;
				border-radius: 0;        /* CSS3草案 */  
    -webkit-border-radius: 0;    /* Safari,Google Chrome用 */  
    -moz-border-radius:0;   /* Firefox用 */ 
	}
nav li a {
    padding: 1px 10px 1px 47px;
}
nav li.smt {
	display:inline;
}
nav li.smt a {
	background:#ffe1b2;
	    padding: 8px 10px 2px 47px;
}
	#navBtn {
		display:inline-block;
		position:absolute;
		top:-70px;
		right:10px;
		width:30px;
		height:30px;
		border-radius:5%;
		background:#2a2a2a;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:10px;
		right:10px;
		width:60px;
		height:60px;
		margin:0;
		background:url(../images/nav01_button.png) 0 0 no-repeat;
	}
	
	.close {
		background:url(../images/nav01_button02.png) 0 0 no-repeat !important;
	}
	
p {
    margin: 0 1em 2em 1em;
}
h3 {
    clear: both;
    margin: 2em 0.5em;
	}
	.service li {
		width:23.507%;
	}

	.staff li {
		width:48.507%;
	}
	.staff li:nth-child(2n+1) {
		clear:both;
	}
	.staff li:nth-child(3n+1) {
		clear:none;
		float:left;
	}
	.Img-50 {
		width:50%;
	}

#main .main-img {

    margin-top: 50px !important;
}

/*追加*/
#footer_menu02 {
    padding: 35px 0px 0 0px;
}
#footer_menu02 h4 {
    margin: 25px 20px 20px;
}
#footer_menu02 ul li p {
    margin: .4em 0;
	}
}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	ul,ol,dl {
		margin:0 1em 1em 1em;
	}
	li {
		margin-left: 0;
	}
}

/* .sp_brはタブレット以上のサイズでは非表示にする */
@media screen and (min-width: 480px) {
	.sp_br{
	  display: none;
	}	
  }