@charset "utf-8";

/* CSS Document */
body{
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "メイリオ" , "Meiryo UI" , Meiryo , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
	font-size: 16px;
	line-height: 1.7em;
	background-color: #fff;
}




#h1_wrap{
	width:100%;
	background-color: #F9F7EE;
}

header{
	background-color: #ffffff;
	padding: 0px;
	margin: 0px;
}
.mainslide{
	background-color:#FFF;
}

/* サイドとコンテンツに隙間を入れる場合（row+15） */
.padSP{ margin-left:0px;  margin-right:-15px; }

h1{
	margin: 0px;
	padding: 0px;
}

@media only screen and (max-width: 767px) {
	h1{
		width:80%;
		margin: 0 auto 0.2em;
	}
}



h2{
	margin: 0px;
	padding: 0px;
}
h3{
	/* background-image: url(../images/h3title.jpg); */
	/* background-repeat:no-repeat; */
	font-size: 1.2em;
	color: #624B39;
	padding: 14px 0 10px 10px;
	font-weight: normal;
	margin: 0px 0px 20px;
	border-bottom: 2px dotted #624B39;
}
h3:before{
	content: "\f02c\00a0";
	font-family: FontAwesome;
}

h4{
	font-size: 1.1em;
	color: #659032;
	font-weight: normal;
	border-bottom: 3px double #659032;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin: 0px 0px 10px;
}
h5{
	font-size: 1em;
	color: #624B39;
	font-weight: normal;
	padding: 0px 0px 5px 5px;
	margin: 0px 0px 5px;
	border-bottom: 1px solid #624B39;
}
h6{
	font-size: 1em;
	color: #659032;
	font-weight: normal;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin: 0px 0px 10px;
	border-bottom: 1px dotted #659032;
}


/* ナビゲーションバー全体の背景色 */
.navbar-default{
  background-color: #F4EFEE;
  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: #84766e;
}

/* ≡ボタンの設定 */
.navbar-toggle{
	margin:0px 0px 0px 15px ;
	padding:12px 10px;
	color: #ffffff;
	background-color:#84766e;
	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: #6B5B52;
}
/* ナビゲーションバー左右の余白を削除 */
.navbar-nav{
	margin:0px 0px;
}
#navbar{
	margin:0px;
}
.navbar{
	margin-bottom:0px;
}


.textbox{
	margin:0px 15px 10px 15px;
}
section{
	margin:0px 15px 10px 15px !important;
}
.clear{
	clear: both;
}



/*-------------------------------------- TOPに戻る --------------------------------------*/
#topbutton {
	/* ▼表示位置を画面の右下に固定 */
	position: fixed; /* ←表示場所を固定 */
	bottom: 18px;   /* ←下端からの距離 */
	right: 18px;    /* ←右端からの距離 */
	/* ▼最初は非表示にしておく */
	display: none;
	z-index:9999999;
}
#topbutton a {
	/* ▼リンクの装飾 */
	color: white;          /* ←文字色 */
	text-decoration: none; /* ←下線なし */
	/* ▼配色・配置・文字の装飾など */
	background-color: #666; /* ←背景色 */
	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 {
	/* ▼マウスが載ったときの装飾 */
	background-color: #222; /* ←背景色 */
	z-index:9999999;
}



/*-------------------------------------- link color --------------------------------------*/
a {
	text-decoration: none;
}
a:link {
	color: #3E8027;
}
a:visited {
	color: #3E8027;
}
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;
}



/*-------------------------------------- footer --------------------------------------*/
footer{
	background-color: #FCF9F0;
	color: #868686;
	border-top: 1px solid #C0AD9E;
	padding-top: 20px;
	margin: 0px;
}


.footerNavi a {
	display:inline-block;
	text-decoration: none;
}
.footerNavi a:link {
	color: #624B39;
}
.footerNavi a:visited {
	color: #624B39;
}
.footerNavi a:hover {
	color: #92470D;
	text-decoration: underline;
}

#bottomline{
	border-top: 1px solid #624B39;
	margin-top: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	font-size: 0.75em;
}

/*------------------------------------- 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:14.285%;}

/* グローバルナビの背景とリンク時切り替え画像 */
.GNaviBack{
	background-color:#E7BF7F;
	font-size: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{
	width: 100%;
	height: 47em;
	margin: 0 auto 1em;
	overflow: auto;
}

@media screen and (max-width: 767px) {
.topinfo{
	height: 24em;
}
}


.topinfo::-webkit-scrollbar{ /* スクロールバー全体 */
    width: 15px;
}
.topinfo::-webkit-scrollbar-thumb{ /* スクロールバーのある部分 */
    background: #777777;
}
.topinfo::-webkit-scrollbar-track-piece{ /* スクロールバーが表示されてない部分（上） */
    padding:10px;
}
.topinfo::-webkit-scrollbar-track-piece:start{ /* スクロールバーが表示されてない部分（上） */
    background: #D9D9D9;
}
.topinfo::-webkit-scrollbar-track-piece:end{ /* スクロールバーが表示されてない部分（残り） */
    background: #D9D9D9;
}

.topinfo dt {
	font-size: 1em;
	font-weight: bold;
	color: #624B39;
	margin: 0px 15px 0px;
	padding: 0px 0px 0px 0px;
	line-height: 40px;
}
.topinfo dd {
	padding: 0px 0px 20px 0px;
	margin: 0px 10px 20px 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
}
.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;
}


#ubie-dedicated-inquiry-banner img {
width: 100%;
max-width: 780px;
}

@media screen and (max-width: 767px) {
#ubie-dedicated-inquiry-banner img {
width: 100%;
max-width: 360px !important;
}
}





/*-------------------------------------- GoogleMap --------------------------------------*/
.GmapLink{
	margin-top:20px;
}
.GmapLink a {
	background-color: #A0826B;
	color: #fff;
	padding:10px 15px;
	text-decoration: none;
	border-radius: 5px;        /* CSS3草案 */
}
.GmapLink a:hover {
	background-color: #674E3B;
	color: #fff;
	padding:10px 15px;
}




/*-------------------------------------- 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;
}

.table-list{
	border-collapse: collapse;
	margin: 25px 0;
}
.table-list th{
	padding: 10px;
	background: #efefef;
}
.table-list th:first-child{
	width: 30%;
}
.table-list td{
	padding: 5px 10px;
	font-size: 14px;
}
.table-list td, th{
	border-bottom: 1px dashed #333;
}

/*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: #EBF8DB;
	padding: 20px 20px 5px;
	margin-bottom: 10px;
	overflow: hidden;
}
.flowtitle{
	font-size: 1.4em;
	font-weight: normal;
	color: #5A5A5A;
	margin-bottom: 10px;
		border-bottom: 1px solid #93B468;

}
.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;
}

/* 医院概要の項目 */
.ovtitle{
	padding:5px 10px;
	background-color:#9A9A9A;
	color:#FFFFFF;
	width:160px;
	margin-bottom:5px;
	border-radius:5px;
}

/*-------------------------------------- Additional --------------------------------------*/

#map1 {
	pointer-events:none;
}
#map_box {
		position:relative;
}
#map_box #map_caution {	
		position:absolute;
		bottom:2%;
		left:10%;
		padding:3px;
		margin:0;
		background:#FFFFFF;
		max-width:85%;
		font-size:14px;
		line-height:16px;
}


.mapclass{
	width:100%;
	height:400px;
	margin:0 auto;
}




.bio dt{  
  padding : 5px 0px;
  width : 80px;
  float : left;
  clear : both;
  font-weight:normal;
}

.bio dd{    
  padding : 5px 0px;
  margin-left : 80px;
}


.menuline{
  border-top: 1px solid #624B39;
  border-bottom: 1px solid #624B39;
  background-image:url(../images/491.jpg);
  background-repeat:repeat-x;
}

.dropmenu{
  *zoom: 1;
	list-style-type: none;
	width: 1170px;
	margin: 0 auto;
	padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 14.2857%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.dropmenu li a{
  display: block;
  margin: 0;
  padding: 18px 0 16px;
  color: #624b39;
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
}
.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 13px 15px;
  border-top: 1px solid #000;
  text-align: left;
}
.dropmenu li:hover > a{
	background-color:#84766E;
  color: #fff;
}
.dropmenu li a:hover{
	background-color:#84766E;
  color: #fff;
}


#dropmenu li ul li{
  overflow: hidden;
  height: 0;
  transition: .2s;
}
#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  background-image:url(../images/491.jpg);
  background-repeat:repeat-x;
}

/* HOME メイン下 link 201709 new------------*/

.menuarea{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,252,237,1) 50%, rgba(255,252,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,252,237,1) 50%,rgba(255,252,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,252,237,1) 50%,rgba(255,252,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffced',GradientType=0 );
	overflow: hidden;
	padding: 2em 0;

}

.home-lnk{
	display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
}
.home-lnk li{
	list-style: none;
	width:20%;

}

.menuarea_lwr{
  background: rgb(255,255,255);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 50%, rgba(255,252,237,1) 50%, rgba(255,252,237,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,252,237,1) 50%,rgba(255,252,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 50%,rgba(255,252,237,1) 50%,rgba(255,252,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#fffced',GradientType=0 );
	overflow: hidden;
	padding: 0.5em 0;
}

/*.menuarea img{
	margin-top:80px;
	width:20%;
}*/

/* HOME 特長 　201709 new------------*/
.home-features{
	display : flex;
  flex-wrap : wrap;
  justify-content:space-between;
	padding-left: 0;
	margin: 0 auto;
}
.home-features li{
	list-style: none;
	width:33%;
}

.sp-view{
	display: none;
}

@media only screen and (max-width: 767px) {
.home-features{
	display : block;
  flex-wrap :nowrap;
	margin-top: 1em;
	}
	
.home-features li{
	width:90%;
	list-style: none;
	margin: 0 auto 1em auto;
}
}

.greet{
  background-image:url(../images/back_001.png);
	padding: 1em;
}

.dotline{
	padding:10px 0px;
	border-bottom:2px dotted #624B39;	
}

.sp-view{
	display: block;
}
.pc-view{
	display: none;
}


.box001{
	background-color:#FFFCED;
	padding:20px;

	}
	
	
.infoback{
	background-color:#FBF7F1;
}


.box_topSP{
	border-top:1px solid #84766E;
	background-color:#FFFAF2;
}

.introbox{
	background-color:#FCF9F0;
	border:2px dotted #999;
	border-radius:10px;
	margin:10px 0px 10px 0px;
	padding:10px 20px 10px 20px;
}

.gasback{
	background-image:url(../images/back002.png);
	background-position:center center;
	background-repeat:no-repeat;
}
.coroback{
	background-image:url(../images/back003.png);
	background-position:center center;
	background-repeat:no-repeat;
}


.bottomline{
	border-bottom:2px dotted #999;
	margin:0px 0px 20px 0px;
}

.noticebox{
	padding:10px;
	text-align:center;
	font-size:1.4em;
	background-color:#FFBBAF;
	color:#FFFFFF;
	border-radius:10px;
	margin:10px 0px;
}



.std{
	color:#f3725b;
	font-size:20px;
}
.stds{
	color: #f3725b;
}


.noticeline{
	color:#EC6969;
	font-size:20px;
}



.ListMark0002 ul {
	list-style: none;
	margin-left: 0em;
}
.ListMark0002 li {
	list-style-type: disc;
	margin-left:-10px;
}
