@charset "utf-8";

/* CSS Document */
/*	font-family: "メイリオ" , "Meiryo UI" , Meiryo , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif; */

body{
	font-family: "Rounded Mplus 1c","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 16px;
	line-height: 1.6em;
	background-color: #fff;
	letter-spacing:0.01em;
	color:#513E34;	
	padding:0;
	background-image:url(../images/background2.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	font-feature-settings:palt;
}


.minc{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.josefin{
	font-family: 'Josefin Sans', sans-serif;
	font-size:40px;
	line-height: 1.6em;
}
.josefinB{
	font-family: 'Josefin Sans', sans-serif;
	font-size:40px;
	font-weight:700;
	line-height: 1.6em;
}



#h1_wrap{
	width:100%;
	background-color: #F9F7EE;
}


.svg_area{
	background-color: #E8FDFC;
	border-radius:10px;
	padding:15px;
	color:#29A39E;
}


header{
	padding: 40px 0px;
	margin: 0px;
	text-align:center;
	color:#0074BD;
}
.head_f1{
	font-size:36px;
	font-weight:600;
	margin-bottom:10px;
}
.head_f2{
	font-size:20px;
	letter-spacing:0.4em;
}


.ngmg{
	margin-top:-50px;
	z-index:1;
}


.topback{
	background-image:url(../images/background.jpg);
	background-repeat:no-repeat;
	background-position:top center;
}
.mainslide{
	
}
.bxslider{ margin-left:-40px;}






.list_topmenu{
	margin-left:-40px;
}
.list_topmenu li{
	border-top:2px dotted #AF7677;
	list-style:none;
	padding:5px 0 5px 34px;
	background-image:url(../images/garrow.png);
	background-repeat:no-repeat;
	background-position:2px 7px;
}
.list_topmenu li:last-child{
	border-bottom:2px dotted #AF7677;
}



.topindex{
	text-align:center;
	background-image:url(../images/h3back.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:2px dotted #AF7677;
	padding:10px 0;
	margin-bottom:0.5em;
	font-size:30px;
	font-weight:600;
}

/* TOPのごあいさつエリア */
.greetarea{
	padding:20px 0;
	background-image:url(../images/greetback.png);
	
}
.greetbox{
	border-radius:20px;
	border:5px solid #BDDF92;
	background-color:#FFFFFF;
	padding:20px 15px;
}


/* TOPのお知らせエリア */
.noticearea{
	padding:20px 0;
}



/* TOPのアクセスエリア */
.accessarea{
	padding:20px 0 0 0;
	background-image:url(../images/accessback.png);
}


.indextag{
	background-image:url(../images/accesstab.png);
	width:110px;
	padding:7px 0;
	margin-bottom:10px;
	text-align:center;
	color:#FFFFFF;
	display:inline-block;
}





/* サイドとコンテンツに隙間を入れる場合（row+15） */
.Rfit{ margin-left:0px;  margin-right:-15px; }
.Lfit{ margin-left:-15px;  margin-right:0px; }



.vcenterR{display: table;}
.vcenter{
	display: table-cell;
	vertical-align: middle;
	text-align:center;
}




h1{
	font-size: 0em;
	padding:0;
	margin: 0;
}




h2{
	margin: 0px;
	padding: 0px;
}
h3{
	text-align:center;
	background-image:url(../images/h3back.png);
	background-position:center center;
	background-repeat:no-repeat;
	border-bottom:2px dotted #786868;
	padding:0 0 10px ;
	margin-bottom:0.5em;
	font-size:28px;
	font-weight:600;
	color:#685751;
}



/*

h4:before {
	content: "\f02c\00a0";
	font-family: FontAwesome;
}

・double-tag
	content: "\f02c\00a0";

・caret-right
	content: "\f0da\00a0";

・leaf
	content: "\f06c\00a0";

・check-square
	content: "\f14a\00a0";

・plus-square
	content: "\f0fe\00a0";

・chevron-right
	content: "\f054\00a0";

・angle-double-right
	content: "\f101\00a0";


*/


h4{
	font-size: 1.25em;
	color: #659032;
	font-weight: normal;
	border-bottom: 2px dotted #659032;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px 0px 10px;
}
h4:before {
	content: "\f1bb\00a0";  /*  tags  */
	font-family: FontAwesome;
}



h5{
	font-size: 1em;
	color: #F3881E;
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #F3881E;
	margin: 0px 0px 10px;
}
h5:before {
	content: "\f0fe\00a0";  /*  plus-square  */
	font-family: FontAwesome;
}

h6{
	font-size: 1em;
	color: #690;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	border-bottom: 1px dotted #690;
	margin: 0px 0px 10px;
}
h6:before {
	content: "\f0da\00a0";  /*  carret  */
	font-family: FontAwesome;
}





/* ナビゲーションバー全体の背景色 */
.navbar-default{
  background-color: #EFFBDE;/*  <----  メニュー　通常時　     */
  border: 0px;
  border-radius:0px;
  padding:0px 0px;
}
/* ナビゲーションバー全体 */
.navbar-header{
	margin-right:0px;
	margin-left:0px;
	padding:0px;
	width:100%;
}

/* ナビゲーションリンク（区切り線あり） */
.navbar-default .nav > li > a {
	color: #555;
	margin:0px;
}
.navbar-nav > li {
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c3c3c3;
}
.navbar-nav > li:last-child {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c3c3c3;
}
/* ナビゲーションバーHover時 */
.navbar-default .brand:hover,
.navbar-default .nav > li > a:hover,
.navbar-default .brand:focus,
.navbar-default .nav > li > a:focus {
	color: #ffffff;
	background-color: #80AC3E;   /*  <----  メニュー　マウスオーバー時　     */
}



/* ≡ボタンの設定 */
.navbar-toggle{
	margin:0px 0px 0px 15px ;
	padding:12px 10px;
	color: #ffffff;
	background-color:#ACD174;   /*  <----  スマホ時メニュータイトル背景　     */
	border-radius: 0px;
  	float: left;
	text-align:left;
	width:100%;
}
/* ≡の背景色 */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
/* ≡ボタンの周囲の枠 */
.navbar-default .navbar-toggle {
  border : none;
}
/* ≡ボタンのHover時 */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #80AC3E;   /*  <----  スマホ時メニュータイトル背景　hover時     */
}
/* ナビゲーションバー左右の余白を削除 */
.navbar-nav{
	margin:0px 0px;
}
#navbar{
	margin:0px;
}
.navbar{
	margin-bottom:0px;
}







.textbox{
	margin:0px 15px 10px 15px;
}
section{
	margin:0px 15px 20px 15px !important;
}
main p{
	margin:0 0 1em 0 !important;
}
/* 
section:after{
	clear:both;
}
*/



.wrapLR{
	position:relative;
	background-color:#E8F7BA;
	height:400px;
}

.wrapL{
	position:absolute;
	left:0;
}

.wrapR{
	position:absolute;
	right:0;
}



.pos_rel{ position:relative; }
.pos_center{ position:absolute; top:0; left:50%;}
.pos_abL{ position:absolute; left:0; z-index:999999;}
.pos_abR{ position:absolute; right:0;}
.pad_keyv{ padding-top:160px; }





/*-------------------------------------- TOPに戻る --------------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 100px;   /* ←下端からの距離 */
	right: 18px;    /* ←右端からの距離 */
	/* ▼最初は非表示にしておく */
	display: none;
	z-index:9999999;
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
	/* ▼配色・配置・文字の装飾など */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 5px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 1em;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding:6px 10px;  /* ←内側の余白 */
	z-index:9999999;
}
#topbutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	z-index:9999999;
}

#homebutton {
	display: none;
}


/*-------------------------------------- link color --------------------------------------*/
a {
	text-decoration: none;
}
a:link {
	color: #2990D0;
}
a:visited {
	color: #2990D0;
}
a:hover {
	color: #ff9900;
	text-decoration: underline;
}









/** リンクイメージは基本マウスオーバーで半透明に。 **/
a:hover img
{
	opacity:0.5;
	filter: alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
/** 半透明が不都合な場合は下記nopageクラスを用い、画像名に_on、_offをつけて2種類用意する。 **/
.nopage a:hover img
{
	opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.pagetop{
	text-align:right;
}




/*-------------------------------------- LeftNavi --------------------------------------*/

.LeftNavi ul, .LeftNavi li {
	margin:0;
	padding:0;
}

.LeftNavi ul {
	list-style:none;
}
.LeftNavi li {
	list-style-type: none;
	margin-bottom:10px;
}



/*-------------------------------------- linkbox --------------------------------------*/
.txtlink{
	margin-top:20px;
}
.txtlink a {
	background-color: #693;
	color: #fff;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
}
.txtlink a:hover {
	background-color: #CCCCCC;
	color: #fff;
}
.txtlink > a:before{
	content: "\f138\00a0";
	font-family: FontAwesome;
}




/*-------------------------------------- footer --------------------------------------*/
.footer_town{
	background-image:url(../images/footerillust.png);
	background-repeat:repeat-x;
	height:100px;
}
	
	
footer{
	background-image:url(../images/f_back.jpg);
	background-position:center center;
	color: #fff;
	margin: 0px;
}

.footer_in{
	padding-top: 10px;
}

#bottomline{
	border-top: 1px solid #ffffff;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 0.75em;
}



.f_title{
	background-image:url(../images/face.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:10px 0 10px 35px;
	font-size:20px;
	}


.footerlist li{
	display:inline-block;
	padding:0 10px 0 0;
}
.footerlist li:before {
	content: "\f0da\00a0";
	font-family: FontAwesome;
}

.footerlist a:link {
	color: #fff;
}
.footerlist a:visited {
	color: #fff;
	text-decoration: underline;
}
.footerlist a:hover {
	color: #A6885A;
	text-decoration: underline;
}









.footer_navi {
	margin: 0px;
	padding: 0px;
}

/** ▼▼ パターン1 ▼▼**/
.footer_navi li {
	float: left;
	display: block;
	margin: 0.5em 1em 0.5em 0;
	padding-left: 1em;
	border-left: 1px solid #fff;
}
.footer_navi li:last-child {　
	margin: 0.5em 1em 0.5em 0;
	padding-right: 1em;
	border-right: 1px solid #fff;
}
.footerNavi a {
	display:inline-block;
	text-decoration: none;
}

/** ▲▲ パターン1 ▲▲**/



/** ▼▼ パターン2 ▼▼**/
/*
.footer_navi li {
	list-style:none;
	margin: 0;
}
.footer_navi a {
	text-decoration: none;
}
.footer_navi li:before {
	content: "\f0da\00a0";
	font-family: FontAwesome;
}
*/
/** ▲▲ パターン2 ▲▲**/


.footer_navi a:link {
	color: #fff;
	text-decoration: none;
}
.footer_navi a:visited {
	color: #fff;
	text-decoration: underline;
}
.footer_navi a:hover {
	color: #FC0;
	text-decoration: underline;
}












/*------------------------------------- layout -------------------------------------*/


.sidenavi_title{
	font-size: 1.125em;
	padding-top: 5px;
}

.btmline{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	width: 100%;
}


.bxs { margin-left:-40px; } 


#textsizer{
	margin: 0px;
	text-align: right;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
#textsizer img{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}




/*------------------------------------- Global Navigation -------------------------------------*/

/* マージン0、要素のグローバルナビ単体の幅 20%…5x234px 16.667%…6x195px  14.285%…7x167px  */
.GNavi{width:16.667%;}

/* グローバルナビの背景とリンク時切り替え画像 */
.GNaviBack{
	font-size:0px;
	letter-spacing:0px;
}
.GNaviBack a {
	display:inline;
	background-image:url(../images/Navi5_Back_off.png);
}
.GNaviBack a:hover {
	background-image:url(../images/Navi5_Back_on.png);
}





/* マージン20、5要素のナビ　X=（100×ピクセル数）÷1150 */
.mg20col5_A{
	position: relative;
	margin:0 0.86957% 0px;
	width:18.26087%;
	z-index:9;
}
.mg20col5_B{
	position: relative;
	margin:0 0.86957% -5%;
	width:18.26087%;
	z-index:9;
}
.mg20col5_C{
	position: relative;
	margin:0 0.86957% -10%;
	width:18.26087%;
	z-index:9;
}






/*-------------------------------------- information --------------------------------------*/
.topinfo{
	height: 300px;
	width: 100%;
	background-color:#FFF;
	padding: 5px 20px 10px 20px;
	margin: 0px 0px 20px 0px;
	overflow: auto;
}
.topinfo dt {
	font-size: 1.125em;
	font-weight: bold;
	color: #EC728C;
	margin: 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
}
.topinfo dd {
	padding: 0px 0px 10px 0px;
	margin: 0px 10px 5px 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #B5B5B5;
}
.date {
	margin-top: 0px;
	margin-right: 1em;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 0.75em;
	color: #999;
}
.date2 {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 0.75em;
	color: #555;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}





/*-------------------------------------- GoogleMap --------------------------------------*/
.GmapLink{
	margin-top:20px;
}
.GmapLink a {
	background-color: #6FAD94;
	color: #fff;
	padding:10px 15px;
	text-decoration: none;
	border-radius: 5px;
}
.GmapLink a:hover {
	background-color: #587A2E;
	color: #fff;
}




/*-------------------------------------- table --------------------------------------*/

table.timetable {
	background-color: #fff;
	border-collapse: collapse;
	border-spacing: 0px;
	empty-cells: show;
	width:90%;
	margin:0 auto;
	caption-side:bottom;
}
.timetable th{
	color: #ffffff;
	background-color: #999;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
	border: 1px solid #999;
}
.timetable td{
	color: #222;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
	border: 1px solid #999;
}




table.timetableR {
	background-color: #fff;
	border-collapse: separate;
	border-spacing: 0px;
	empty-cells: show;
	width: 90%;
	margin: 0 auto;
	caption-side: bottom;
	border-radius: 10px;
	border-left: 2px solid #1F6CB3;
	border-right: 2px solid #1F6CB3;
	border-bottom: 2px solid #1F6CB3;
	border-top: 2px solid #1F6CB3;
}
.timetableR th{
	color: #ffffff;
	background-color: #1F6CB3;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 3px;
	padding-left: 3px;
	margin: 0px;
}
.timetableR td{
	background-color: #FCF2D3;
	color: #222;
	font-weight: bold;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 3px;
	padding-right: 3px;
}




/*BG*/
.table_TL{ border-top-left-radius: 7px; }
.table_TR{ border-top-right-radius: 7px; }
.table_BL{ border-bottom-left-radius: 7px; }
.table_BR{ border-bottom-right-radius: 7px; }

/*border*/
.table_B_T{ border-top: 2px solid #1F6CB3; }
.table_B_TR{
	border-top: 2px solid #1F6CB3;
	border-right: 2px solid #1F6CB3;
}


/*-------------------------------------- 追加スタイル --------------------------------------*/
.flowbox{
	border-radius: 10px;
	background-color:#FFE3B9;
	padding: 20px;
}
.flowtitle{
	font-size:1.4em;
	font-weight:normal;
	color:#7C2810;
}
.flowarrow{
	font-size:1.5em;
	font-weight:normal;
	color:#FF9900;
	text-align:center;
	margin-bottom: 10px;
}


.circlefont14{
	border-radius: 40px;
	background-color:#F90;
	width:24px;
	text-align:center;
	font-size:0.875em;
	color:#FFF;
	margin-right:10px;
	height: 24px;
	padding-top: 0px;
	padding-bottom: 2px;
}
.circlefont16{
	border-radius: 40px;
	background-color:#F90;
	width:30px;
	text-align:center;
	font-size:1em;
	color:#FFF;
	margin-right:10px;
	padding-top: 3px;
}


.circleicon{
	background-color:#F90;
	color:#FFF;
	
	font-size:4.375em;
	text-align:center;

	border-radius: 100px;
	width:100px;
	height:100px;
}

.circleicon p{
    line-height: 110px;
}

/* 画像枠線 */
.imf{
	border: 1px solid #CCC;
}

/* 医院概要の項目 */
.tag{
	padding:5px 10px;
	background-color:#9A9A9A;
	color:#FFFFFF;
	width:160px;
	margin-bottom:5px;
	border-radius:5px;
}


.fa-ul{
	line-height:1.6em;
}
/*クリニック紹介
------------------------------------------------------------*/
.clinic_photo ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0;
	padding: 0;
}
.clinic_photo li{
	list-style: none;
	width: 32%;
	margin: 0 0 1em 1%;
}
.clinic_photo li span{
	display: block;
	text-align: center;
	font-size: 14px;
}
.lb-image{
	max-width: none !important;
}
.clinic_facility ul{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1em 0;
	padding: 0;
}
.clinic_facility li{
	list-style: none;
	width: 32%;
	margin: 0 0 1em 1%;
}
.clinic_facility li span{
	display: block;
	text-align: center;
	font-size: 14px;
}





/*-------------------------------------- Additional --------------------------------------*/










.bio dt{  
  background-color : #ffffff;        
  padding : 5px 0px;
  width : 120px;
  float : left;
  clear : both;
  font-weight:normal;
}

.bio dd{    
  background-color : #ffffff;
  padding : 5px 0px;
  margin-left : 120px;
}




/** responsible table **/
.rwdtable{
  width:100%;
  border: 2px solid #d6ceb4;
  overflow: hidden;
  word-break: break-all;
  word-wrap: break-word;
}
 
.rwdtable th{
  padding: 6px 8px 5px;
  border-top: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #13131e;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #eeece4;
}

.rwdtable td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #e0dccc;
overflow: hidden;
word-break: break-all;
word-wrap: break-word;
}

th.title {
  padding: 6px 8px 5px;
  border: solid 1px #ffffff;
  width: 30%;
  overflow: hidden;
  color: #ffffff;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  text-align: center;
  word-break: break-all;
  word-wrap: break-word;
  vertical-align: top;
  background-color: #8E814C;
}

 
.box001{
	padding:20px 20px;
	color:#000;
	background-color:#FFF3DB;
	border-radius:10px;
}
.boxtitle{
	color:#FFB266;
	font-size:20px;
	text-align:center;
}


/* Modal window */
#signup1 {
	display:none;
	padding: 20px;
	background:#FFF;
}
#signup2 {
	display:none;
	padding: 20px;
	background:#FFF;
}
.modal_close { position: absolute; top: 12px; right: 12px; display: block; width: 14px; height: 14px; background: url(../images/modal_close.png); z-index: 2; }
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}



/** table **/
.table001{
	border: 1px solid #666;
	border-collapse: collapse;
	margin:0 auto 20px;
	color:#685751;
}
.table001 th {
	border: 1px solid #B1996A;
	background-color:#EFE3CC;
	font-weight:normal;
	padding:10px;
}
.table001 td {
	background-color:#FFFFFF;
	border: 1px solid #B1996A;
	padding:10px;
}







.navsp{
	margin:0 0 20px -40px;
}
.navsp:after{ clear:both; height:0px; content:""; display: table;}

.navsp li{
	display:inline-block;
	width:50%;
	float:left;
}
.navsp li > a{
	display:block;
	text-decoration:none;
	color:#0074BD;
	padding:5px;
}
.navsp li > a:hover{
	text-decoration:none;
	background-color:#CFE7AD;
}
.navmk:before {
	content: "\f0da\00a0";
	color:#7FBE25;
	font-family: FontAwesome;
}




.pagelink{
	margin-bottom:1em;
}
.pagelink li{
	list-style:none;
	float:left;
}
.pagelink a{
	display:inline-block;
	background-color:#FFEC9C;
	padding:5px 10px;
	border-radius:10px;
	margin:5px;
	color:#6E5233;
}
.pagelink a:hover{
	background-color:#FFDB47;
	color:#6E5233;
	text-decoration:none;
}


.ListMark0001 li{
	float:left;
	margin-right:3em;
}


.ListMark0002 {
	margin-left:-1em;
}
.ListMark0002 li{
	list-style-type:none;
}

.ListMark0003 {
	margin-left:-1em;
}
.ListMark0003 li{
}



#map1 {
	width:100%;
	height:450px;
	margin:0 auto;
}


.detail{
	margin:0.5em 0;
}
.detail a{
	display:inline-block;
	background-color:#FFEC9C;
	padding:10px 15px;
	border-radius:10px;
	margin:5px;
	color:#6E5233;
}
.detail a:hover{
	background-color:#FFDB47;
	color:#6E5233;
	text-decoration:none;
}

/* WEB予約バナー -----------------------------------------------------------------------*/
.pc_bnr {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto;
}
.sp_bnr {
	padding: 35px 0;
}

/* reserve -----------------------------------------------------------------------*/
#reserve {
	position: fixed;
	top: 15px;
	right: 10%;
	z-index: 100;
}
#reserve-ss {
	display:none;
	}
#reserve-sss {
	display:none;
	}

@media only screen and (max-width: 1540px) {
/* reserve -----------------------------------------------------------------------*/
	#reserve {
		display:none;
	}
	#reserve-ss {
		display:block;
		position: fixed;
		top: 15%;
		right: 0;
		z-index: 100;
	}
}

/*------------------------------------- XS 767以下に適用 -------------------------------------*/
@media only screen and (max-width: 767px) {
		/*クリニック紹介
	------------------------------------------------------------*/
	.clinic_photo ul{
		-webkit-justify-content: space-between;
		justify-content: space-between;
	}
	.clinic_photo li{
		width: 48%;
		margin: 0 0 1em 1%;
	}
	.clinic_facility ul{
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.clinic_facility ul li{
		width: 80%;
		margin: 0 auto 1em;
	}
	
	#homebutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 100px;   /* ←下端からの距離 */
	left: 18px;    /* ←右端からの距離 */
	/* ▼最初は非表示にしておく */
	display: none;
	z-index:9999999;
}
#homebutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
	/* ▼配色・配置・文字の装飾など */
	opacity: 0.75;             /* ←透明度 */
	border-radius: 5px;       /* ←角丸の半径 */
	text-align: center;    /* ←文字の位置 */
	font-size: 1em;       /* ←文字サイズ */
	font-weight: bold;     /* ←文字の太さ */
	margin: 0px;    /* ←外側の余白 */
	padding:6px 10px;  /* ←内側の余白 */
	z-index:9999999;
}
#homebutton a:hover {
	/* ▼マウスが載ったときの装飾 */
	z-index:9999999;
}

	
	/* reserve -----------------------------------------------------------------------*/
	#reserve {
		display:none;
	}
	#reserve-ss {
		display:none;
	}
	#reserve-sss {
		display:block;
		position: fixed;
		width: 100%;
		text-align: center;
		bottom: 0;
		z-index: 100;
	}
	#reserve-sss img {
		max-width: 100%;
		height: auto;
	}
	#bottomline {
		padding-bottom: 130px;
	}
}