f@charset "UTF-8";
/* ----------------------------------------------------------------------------------
		Common
------------------------------------------------------------------------------------- */
html, body {
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	text-transform: none;
	font-size: 100%;/*ブラウザデフォルト16px、この数値を適宜変更*/
	color: #4d4d4d;
	position:relative;
  padding-top:35px;
}
@media screen and (max-width:767px) {
html, body {
	font-size: 87.5%;
}
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	vertical-align: middle;
	max-width: 100%;
	border: none;
}
.mb8 {
	margin-bottom: 8px;
}
.mb16 {
	margin-bottom: 16px;
}
.mb24 {
	margin-bottom: 24px;
}
.mb40 {
	margin-bottom: 40px;
}
.mb64 {
	margin-bottom: 64px;
}
.mt8 {
	margin-top: 8px;
}
.mt16 {
	margin-top: 16px;
}
.mt24 {
	margin-top: 24px;
}
.mt40 {
	margin-top: 40px;
}
.mt64 {
	margin-top: 64px;
}
.ml24 {
  margin-left:24px;
}
a, a:hover, a:focus {
	color: #4C86D9;
}
.index .thumbnail {
  border:none;
  margin-bottom:10px;
}
.index .thumbnail .name {
  font-size:0.8em !important;
}
@media screen and (max-width:1024px) {
.index .thumbnail .name {
  font-size:0.6em !important;
}
}

.cp_ipselect {
  overflow: hidden;
  width: 90%;
  margin: 2em auto;
  text-align: center;
}
.cp_ipselect select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}
.cp_ipselect select::-ms-expand {
  display: none;
}
.cp_ipselect.cp_sl04 {
  position: relative;
  border-radius: 2px;
  border: 2px solid #888;
  border-radius: 5px;
  background: #ffffff;
}
.cp_ipselect.cp_sl04::before {
  position: absolute;
  top: 0.8em;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #888;
  pointer-events: none;
}
.cp_ipselect.cp_sl04 select {
  padding: 8px 38px 8px 8px;
  color: #888;
}

/* ----------------------------------------------------------------------------------
		Typography
------------------------------------------------------------------------------------- */

h1, h2, h3, h4 {
	color:#333;
	font-weight: normal;
}
h1 {
	font-size: 3em; /*48px*/
	line-height: 1; /*48px*/
	margin-bottom: 0.5em; /*24px*/
}
.h1_kanda {
  font-size: 1.7em;
	line-height: 1.2em;
  padding:15px 0 0;
	margin-bottom:0;
}
.h1_kanda a {
  color:#FFFFFF;
  text-decoration:none;
}
.h1_kanda a:hover {
  opacity:0.8;
}
.h1_kanda small {
  color:#FFF;
}
.navbar-brand {
  padding-right:5px;
  line-height:2;
}
h2 {
	font-size: 2.25em; /*36px*/
	line-height: 1.3333;/*48px*/
	margin-bottom: 0.6667em; /*24px*/
}


h3 {
	font-size: 1.5em; /*24px*/
	line-height: 1;/*24px*/
	margin-bottom: 1em; /*24px*/
  color:#0067AA;
}
h4, h5, h6 {
	font-size: 1.125em; /*18px*/
	line-height: 1.3333;/*24px*/
	margin-bottom: 1.3333em;/*24px*/
	font-weight: normal;
	margin-top:1em;
}
p, ol, ul {
	font-size: 1em; /*16px*/
	line-height: 1.5;/*24px*/
	word-break: normal;
}


@media screen and (max-width:768px) {
  ul.list-unstyled dd,
ul.list-unstyled dt {
  font-size:0.9em;
}

}
@media screen and (max-width:480px) {
ul,p {
    font-size:1em;
    line-height:1.8em;
  }
.subpage ul {
  padding:0 1em;
}
footer ul {
  margin-bottom:10px !important;
  font-size:1.2em;

}
ul.list-unstyled {
  padding:0;
}
ul.list-unstyled dd,
ul.list-unstyled dt {
  font-size:1.2em;
}
}
.subpage h2 {
  font-size: 2.25em; /*36px*/
	line-height: 1.3333;/*48px*/
	margin-bottom: 0.6667em; /*24px*/
  color:#000;
  border-bottom:1px solid #ebeced;
}
.subpage .lead {
  font-size:0.9em;
  line-height:1.9em;
}

.subpage h3 {
  font-size: 1.5em; /*24px*/
	line-height: 1.2em;/*24px*/
	margin-bottom: 1em; /*24px*/
  color:#202848;
  padding-bottom:0.2em;
  border-bottom:#AC001C 1px solid;
}

.subpage h4 {
  font-size: 1.4em;
	line-height: 1.4em;/*24px*/
	margin-bottom: 0.4em; /*24px*/
  margin-top:1.2em;
  color:#202848;
  padding-bottom:5px;
  padding:0.4em 0;
}
.subpage h5 {
  font-size:1em;
  background:#ebeced;
  padding:8px 10px 10px;
}
.subpage #sidebar h4 {
  margin-left:0;
  font-size:1em;
  padding-bottom:10px;
  margin-bottom:20px;
  border-left:none;
}
.subpage p {
  line-height:1.8em;
  padding-bottom:0.5em;
}

.subpage .delimiter01 {
  margin-left:45px;
}
.subpage .doctor_name {
  font-size:1.4em;
  font-weight:bold;
  color:#666;
  margin-bottom:1.1em;
  border-bottom:1px solid #AC001C;
}
.subpage .doctor_name .label-info {
  font-size:0.5em;
  font-weight:normal;
}
.subpage .doctor_name small {
  font-size:0.6em !important;
}
.subpage hr {
  color:#AC001C;
  background-color:#AC001C;
  height: 1px;
border: none;
}
.m-top {
	margin-top:1em;
}

.red {
	color:#C64144;
}

.subpage .profile_line {
  padding:0 0 65px;
  clear:both;
}
.subpage .keireki dl {
 width:100%;
 font-size:1em;
 margin-top:10px;
 }
.subpage .keireki dt {
  float:left;
  text-align:right;
  }
.subpage .keireki dd {
  margin-left:100px;
  margin-bottom:0.6em;
}
.subpage .links h5 {
  background:none;
  font-size:1.2em;
  color:#202848;
  margin-bottom:0;
  padding-left:0;
}
.subpage .links ul {
  border-bottom:1px solid #AA0022;
}
@media screen and (min-width:769px)  {
.subpage .docter_p_margin .col-sm-9 {
  padding:0;
}
}
@media screen and (max-width:480px) {
  .subpage p,
  .subpage .panel,
  .subpage .list {
    font-size:1.2em;
    line-height:1.4em;
  }
  .subpage li {
    margin-bottom:0.8em;
  }
}
/* ----------------------------------------------------------------------------------
		Header
------------------------------------------------------------------------------------- */

#cover_top {
	overflow: hidden;
	margin-top: 0px;
	background-color:#FFF;
  height:345px;
}
#cover_top > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 400px !important;
}
#cover_top .cover{
  margin:0 auto;
  padding: 0 20px;
}
#cover_top h1{
  font-size:2.4em;
  font-weight:bold;
  color:#000;
  line-height:1.6;
  text-shadow:
  3px 2px 2px #fff,
  -1px -1px 1px #fff;
  padding-top: .8em;
}
#cover_top .cover p{
  font-size:1.2em;
  font-weight:bold;
  color:#000;
  line-height:1.6;
  background: rgba(257,257,257,0.75);
  padding: 1em;
  margin: 10px;
}
@media screen and (max-width:767px) {
  #cover_top {
	overflow: hidden;
	margin-top: 0;
	background-color:#FFF;
  /*height:150px;*/
  height: 150px;
}
#cover_top > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height:330px !important;
}
#cover_top h2 {
  font-size:1.8em;
  margin:0 auto;
  text-align:center;
  font-size:1.8em;
}
}

.cover {
	/*background-image: url(../images/mv_l.png);*/
	background-size: cover;
	background-position: center center;
	/*margin-top: -35px!important;*/
	position:relative;
}

.subpage .cover {
  display:none;
	height: 200px;
  background-image: url(../images/top.png);
}
.subpage #sidebar {
  margin-top:0;
}

.cover h3 {
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:50%;
  right:32%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);

}
@media screen and (min-width:1681px)  {
    .cover h3{
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:50%;
  right:40%;
  }

}
@media screen and (max-width:1680px) and (min-width:1367px) {
  .cover h3{
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:50%;
  right:30%;
  }
}
@media screen and (max-width:1366px) and (min-width:1281px) {
  .cover h3 {
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:50%;
  right:30%;
  }
}
@media screen and (max-width:1280px) and (min-width:1025px) {
  .cover h3 {
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:50%;
  right:30%;
  }
}

@media screen and (max-width:1024px) and (min-width:992px) {
  .cover h3 {
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:50%;
  right:25%;
  }
}
@media screen and (max-width:991px) and (min-width:768px) {
.cover {
	height: 1;
}
.subpage .cover {
	height: 165px;
}
  .cover h3 {
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:52%;
  right:15%;
  }
}
@media screen and (max-width:767px) and (min-width:481px) {
.cover {
	height: 1;
  margin-bottom:20px;
  }
  .cover h3 {
  text-align:center;
	color: #fff;
	line-height:1.5;
	display: block;
	position:absolute;
	top:52%;
  right:25%;
  }
}

@media screen and (max-width:780px) {
.cover {
	height: 160px;
  margin-bottom:15px;
}
.cover_top {
	background:#FFF;
    display:none;
}

#cover_top {
  height:360px;
}

.cover h3 {
  margin:0 auto;
	position:absolute;
	top:55%;
  right:10%;
  text-align:center;
  font-size:2em;
}
.subpage .cover {
	height: 128px;
}

}
.language{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#fff;
	background-color: rgba(0,0,0,0.70);
	display: block;
	padding: 8px;
	width: 200px;
	text-align: center;
	position: absolute;
	top: 10px;
	right: 10px;
}
.language a, .language a:hover{
	color:#fff;
}
.navbar-brand {
	padding-top: 0;
  margin-right:5px;
}
.navbar-default {
	background-color: #FFF;
	border-bottom:2px solid #0067AA;
	border-radius: 0;
/* box-shadow */
box-shadow:0px 3px 29px -2px #cccccc;
-moz-box-shadow:0px 3px 29px -2px #cccccc;
-webkit-box-shadow:0px 3px 29px -2px #cccccc;
}

.telno {
	padding: 25px 5px 10px 0;
  color:#0067AA;
  font-size:1.3em;
  font-weight:normal;
}
.telno small {
  font-size:0.6em;
  font-weight:100;
}
.telno a {
  color:#333;
  font-weight:bold;
}
.clinic_info {
	padding: 0 0 5px 0;
	color:#333;
  font-size:1em;
}
.clinic_info_s {
	padding: 0 10px 3px 0;
	color:#333;
  font-size:0.8em;
}
.navbar-text {
  margin:8px 0 0;
}
@media screen and (max-width:767px) {
.navbar {
	height: auto;
	font-size:120%;
}
.navbar-nav {
	margin-bottom: 3px;
}
.navbar {
	text-align: center;
}
.taxiNow {
	padding: 0 0 5px;
	color: #fff;
}
.cover h3{
	font-size: 1.125em
}
}

/* ----------------------------------------------------------------------------------
		Menu for Mobile
------------------------------------------------------------------------------------- */
.wrapper {
	z-index: 2;
  width: 100%;
	min-height: 100%;
	overflow:hidden;
	-webkit-transition: -webkit-transform 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-transition: -webkit-transform 0.5s;
	-moz-backface-visibility: hidden;
	transition: -webkit-transform 0.5s;
	backface-visibility: hidden;
}
.containerOverlay {
	display:none;
	background: rgba(0,0,0,.1);
}
.containerOverlay,
.containerOverlay a {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
#mobileNav {
	position: fixed;
	top: 75px;
	bottom: 0;
	-webkit-transform: translate3d(-100%, 0, 0);
	-webkit-transition: -webkit-transform 0.5s;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000;
	-moz-transform: translate3d(-100%, 0, 0);
	-moz-transition: -webkit-transform 0.5s;
	-moz-backface-visibility: hidden;
	-moz-perspective: 1000;
	transform: translate3d(-100%, 0, 0);
	transition: -webkit-transform 0.5s;
	backface-visibility: hidden;
	perspective: 1000;
	width: 100%;
	background: #202848;
	overflow:scroll;
	color:#fff;
  /* box-shadow */
box-shadow:rgba(0, 3, 51, 0.227451) 0px 7px 12px -4px inset;
-webkit-box-shadow:rgba(0, 3, 51, 0.227451) 0px 7px 12px -4px inset;
-moz-box-shadow:rgba(0, 3, 51, 0.227451) 0px 7px 12px -4px inset;
}
#mobileNav h5 a {
	color: #333;
}
#mobileNav h4  {
  background:none;
  font-size:1.4em;
}
#mobileNav h4 a {
	color: #FFF;
  text-decoration:none;
}
#mobileNav .buttonClose a {
  padding:0.4em 0;
}
#mobileNav .col-xs-6 {
  padding-left:1px !important;
  padding-right:10px !important;
}


#mobileNav:target {
	z-index: 3;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
#mobileNav:target ~ .wrapper .containerOverlay {
	display: block;
}

/* Push left */
#mobileNav:target ~ .wrapper {
  background:#fff;
}
#mobileNav ul {
	list-style:none;
	padding-left:0.3em;
}
#mobileNav li {
	line-height:1.2;
	border-bottom:1px solid #394686;
  margin-bottom:20px;
  padding-bottom:5px;
  font-size:1.2em;
  letter-spacing:-1px;
}
#mobileNav .btn-default {
	width:100%;
	color:#333;
	border:none;
}
#mobileNav .btn-default:hover, #mobileNav .btn-default:focus {
	color:#5598F6;
}
#mobileNav p, #mobileNav a, #mobileNav a:hover {
	color: #fff;
}
#mobileNav h5{
	margin-bottom:0;
}
#mobileNav .buttonClose{
	padding-top:1em;
}

/* ----------------------------------------------------------------------------------
		Sidebar
------------------------------------------------------------------------------------- */
#sidebar {
	padding-top: 25px;
	padding-bottom: 5px;
	padding-right:30px;
  padding-left:10px;
	min-height:100%;
  /* border-radius */
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
}
#sidebar .menu {
	margin-bottom: 22px;
}
#sidebar .panel-info {
  border-radius:0;
  border-left-color:#F2F2F2;
   border-right-color:#F2F2F2;
    border-bottom-color:#F2F2F2;
    border-top:2px solid #0067AA;
}
#sidebar .panel-heading {
  background:#F9F3EB;
  color:#333;
  border-bottom:1px solid #CCC;
}
#sidebar .panel-body {
  font-size:0.9em;
}
#sidebar .waitline {
  background:#ebeced;
}
#sidebar h4 {
	color:#000 !important;
}
#sidebar p {
	margin-bottom: 12px;
	font-weight:bold;
	color:#0067AA;
}
#sidebar ul {
	list-style: none;
	padding-left: 0;
}
#sidebar li {
	margin-bottom:20px;
  border-bottom:1px solid #F2F2F2;
}
#sidebar a {
	color: #333;
}

#sidebar p a {
	color: #AA0022;

}

#sidebar li.active a {
	color: #0067AA;
	cursor: default;
	text-decoration: none;
}
#sidebar li.active {

}
#sidebar .btn-default ,
#sidebar .btn-primary {
	width:100%;
}
#sidebar .btn-primary {
  color:#FFFFFF;
}
#sidebar h4 {
   border-bottom:1px solid #ebeced !important;
   padding-bottom:5px;
   background:none;
}
#sidebar h4 a:hover {
  color:#0067AA !important;
  text-decoration:none;
}
.nav > li > a:hover, .nav > li > a:focus {
  background:none;
  color:#0067AA !important;
}
#sidebar .nav{
	margin-bottom:5px;
}
#sidebar .nav> li > a {
	padding-top:inherit;
	padding-bottom:inherit;
	padding-left:5px;
  font-size:1em;
}
@media screen and (max-width:1024px) {
  #sidebar .nav> li > a {
    font-size:0.9em;
  }
  #sidebar li {
    margin-bottom:25px;
  }
}
@media screen and (max-width:767px) {
#sidebar {
	padding-top: 0;
	padding-bottom: 0;
	font-size: 120%;
}
#sidebar .menu {
	margin-bottom: 0;
}
}
/* ----------------------------------------------------------------------------------
		Contents
------------------------------------------------------------------------------------- */

.container a img{
background:none!important;
}

.container a:hover img {
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
background:none!important;
}

.newsscr {
  overflow: scroll;   /* スクロール表示 */
  width: 100%;
  height: 280px;
  padding: 20px 20px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}
#news h3 {
  border-bottom:1px solid #ebeced;
  padding-bottom:10px;
}
.newsscr dt {
  margin-bottom:5px;
}

.newsscr dd {
  margin-bottom:20px;
}


/* ----------------------------------------------------------------------------------
		Breadcrumb
------------------------------------------------------------------------------------- */

.breadcrumb a {
	color: #202848;
  font-size:0.8em;
}
.breadcrumb .active ,
.breadcrumb a:hover {
	color: #AC001C;
  text-decoration:none;
    font-size:0.8em;
}
@media screen and (max-width:480px) {
 .breadcrumb .active ,
.breadcrumb a:hover,
 .breadcrumb a {
    margin:0;
    font-size:0.8em;
  }
  .breadcrumb {
    padding:0;
    margin:10px 0;
  }
}


/* ----------------------------------------------------------------------------------
		オープン告知
------------------------------------------------------------------------------------- */
#service {
	padding:15px 20px;
	margin-bottom: 20px;
	background:#FFF0C6;
  background-image:url(../images/service_bg.png);
  /* border-radius */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
}
#service small {
  font-size:14px;
}
#service h2 {
	color:#666;
}
#service h3,#service h4 {
  border-bottom:1px dashed;
  line-height:1em;
  font-size:2.2em;
  }
#service h3,#service h4 {
    margin:15px 0 15px 0;
    padding:0 0 5px 0;
    line-height:1.1em;
  }
#service h3 strong,#service h4 strong {
  font-weight:bold;
  color:#3E8ACC;
}
#service p {
	font-size:0.9em;
	color:#999;
}
#service .rightline {
	border-right:1px solid #ebeced;
}

#service .well {
	background:#FFF;
}

.open_yoshino {
}
.open_yoshino h5 {
  padding:0;
  margin:0;
}
.open_yoshino h3 {
  font-size:1.8em;
  border-bottom:1px solid #AA0022;
  padding-bottom:10px;
  margin:0.4em 0;
}
.open_yoshino h3 span {
  font-size:0.7em;
}
.open_yoshino h3 small {
  font-size:0.5em;
}
.open_yoshino .katagaki {
  font-size:0.9em;
  color:#000;
}
.open_yoshino .lead {
  font-size:1.1em;
  line-height:1.8em;
  margin-top:2.2em;
}
.keireki dl {
 width:100%;
 font-size:0.8em;
 margin-top:10px;
 }
.keireki dt {
  float:left;
  text-align:right;
  }
.keireki dd {
  margin-left:65px;
}

.fukagawa {
  background:#F9F3EB;
    /* border-radius */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
padding:15px;
overflow:hidden;
}
.fukagawa p {
  font-size:1.2em;
  padding-top:2.2em;
}

.title_h2,
.subpage h2 {
  color:#0067AA;
  font-size:1.6em;
  padding:0 0.3em 0;
}

.tokutyo_top {
  font-size:1.2em;
}
.tokutyo_top li {
  margin-bottom:0.9em;
}
.shinryo_naiyo {
  background:#F2F2F2;
    /* border-radius */
border-radius:10px;
-webkit-border-radius:10px;
-moz-border-radius:10px;
padding:10px;
overflow:hidden;
}
.shinryo_naiyo h3 {
  text-align:center;
  padding-bottom:0.6em;
}
.shinryo_naiyo h5 {
  padding:0;
  margin:0 0 5px 0;
  font-weight:bold;
  font-size:0.85em;
}
.shinryo_naiyo .haku {
  background:#FEFDFB;
  border-top:1px dotted #CCC;
   border-bottom:1px dotted #CCC;
   padding:10px;
      /* border-radius */
border-radius:5px;
-webkit-border-radius:5px;
-moz-border-radius:5px;
margin-bottom:15px;
  line-height:1.4em;
}
.shinryo_naiyo p {
  font-size:0.9em;
}
.shinryo_naiyo .haku p {
  font-size:0.8em;
  margin-bottom:5px;
}
@media screen and (max-width:768px) {
   #service {
     text-align:center;
   }
  #service h3,#service h4 {
  border-bottom:none;
  line-height:1.2em;
  font-size:1.2em;
  margin:0;
  text-align:center;
  }
.keireki {
    font-size:1.2em;
  }
.keireki dd {
  margin-bottom:10px;
  margin-left:80px;
}
footer .footer_tel {
  border-bottom:1px solid #AE0014;
  padding-bottom:0.6em;
  margin-bottom:0.6em;
}
footer .footer_add {
  display:none;
}
.keisyokai p {
  margin-bottom:0.5em;
  font-size:1.2em;
}
.shinryo_naiyo h5 {
  font-size:1.2em;
}
.shinryo_naiyo p {
  font-size:1em;
}
.footer_tel {
  text-align:center;
}
.footer_tel {
  text-align:left;
}
}
@media screen and (max-width:480px) {
.title_h2,
.subpage h2 {
  color:#0067AA;
  font-size:1.6em;
  padding:0 0.3em 0;
}
.keireki dl {
 width:100%;
 font-size:1em;
 margin-top:5px;
 }
.keireki dt {
  float:left;
  text-align:right;
  font-weight:normal;
  color:#999;
  }
.keireki dd {
  margin-left:70px;
}
.subpage .keireki dl {
  font-size:0.8em;
}
.subpage .keireki dt {
  font-weight:normal;
  color:#999;
}
.subpage .keireki dd {
  margin-left:70px;
}
.fukagawa {
  padding:5px 5px 20px;
}
.fukagawa p {
  padding:10px 0 0;
  font-size:1.4em;
  line-height:1.4em;
}
.h1_kanda img {
  width:80%;
  height:auto;
}
.footer_tel {
  text-align:center;
  font-size:1.2em !important;
  line-height:1.6em;
}
.tokutyo_top ul {
  line-height:1.4em;
  font-size:1em;
}
.shinryo_naiyo {
  padding:5px 5px 15px;
}
.shinryo_naiyo p {
  font-size:1.2em;
  line-height:1.4em;
}
.shinryo_naiyo .haku {
   border-top:1px dotted #CCC;
    border-bottom:1px dotted #CCC;
    padding:10px;
    background-color:#FEFDFB;
}
.shinryo_naiyo .haku p {
  font-size:1.2em;
  line-height:1.6em;
}
.shinryo_naiyo .haku h5 {
  text-align:center;
}
#service {
  padding:10px 5px;
}
.open_yoshino .lead {
  font-size:1.4em;
  margin-top:15px;
  line-height:1.4em;
}
.open_yoshino h3 {
  font-size:1.8em;
}
.open_yoshino .katagaki {
  font-size:1.2em;
}
.tokutyo_top {
  font-size:1.3em;
}
.tokutyo_top ul {
  list-style:none;
  padding:0 5px 0;
  margin-top:15px;
}
.tokutyo_top li {
  border-bottom:1px dotted #ebeced;
  padding-bottom:10px;
}
}

/* ----------------------------------------------------------------------------------
		Footer
------------------------------------------------------------------------------------- */
footer {
	font-size: 87.5%;
	overflow:inherit;
	position:relative;
  background:#f5f5f5;
  padding-top:2em;
}
footer p, footer h4, footer a {
	color: #20264A;
}
footer a:hover {
  color:#AA0022;
    text-decoration:none;
}
footer .footer_tel {
  font-size:1.4em;
  margin: 0;
  color:#0067AA;
}
footer .footer_add {
  font-size:1em;
  margin:5px 0;
  color:#20264A;
}
footer ul {
	list-style: none;
	padding-left: 1em;
	margin-bottom: 20px;
}

footer li {
  margin-bottom:8px;
}
.copyright {
	font-size: 0.75em;
	padding: 8px 0 2px;
	text-align:center;
  background:#0067AA;
  color:#FFF;
}
.keisyokai {
  text-align:center;
  border-top:1px solid #AA0022;
  padding-bottom:15px;
  background:#ebeced;
}

@media screen and (max-width:767px) {
footer {
	font-size: 120%;
}
.navbar-text {
  margin:8px 0 10px;
}
}
@media screen and (max-width:480px) {
footer .col-sm-6 li {
  padding-top:0;
  font-size:0.9em;
}
}
/* ----------------------------------------------------------------------------------
		table style
------------------------------------------------------------------------------------- */

.fsize_ss {
	font-size:0.8em;
}

.th_bg_color {
  background:#AFD4EF;
  color:#000;
  vertical-align:middle;
}

th{
	text-align:center;
}

.holiday {
  background-color:#F3D9B4;
}
.date {
  background-color:#C8E3F8;
  text-align:center;
  }

.medicalPlan td {
  text-align:center;
}
/*================================================================================
			map
================================================================================*/

#mapmenu{
	width:520px;
	text-align:center;
	margin:0px auto;
}
.mm01 {
	width:250px;
	float:left;
	margin-bottom:15px;
	background:url(.././map/images/map01b.png) no-repeat left bottom;
}
.mm01 a {
	display:block;
	width:250px;
	height:120px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.mm01 a:hover {
	text-indent:-9999px;
}
.mm02 {
	width:250px;
	float:left;
	margin-bottom:15px;
	background:url(.././map/images/map02b.png) no-repeat left bottom;
}
.mm02 a {
	display:block;
	width:250px;
	height:120px;
	font-size:1px;
	line-height:1px;
	outline:none;
}
.mm02 a:hover {
	text-indent:-9999px;
}
.mapimg {
	clear: left;
}
.route dl {
	width:530px;
}
.route dt {
	clear:left;
	float:left;
	margin: 0;
	width:150px;
	padding:0;
}

.route dd {
	height:25px;
	margin:0 0 90px 0;
	padding-left:190px;

}
#Stage_Rectangle,
#Stage_jp,
#Stage_en,
#Stage_Rectangle2 {
  display:none;
}
@media screen and (max-width:640px) {
#Stage_Text {
  font-size:50px !important;
}
}

.media-left a {
  cursor:pointer;
}

.btn-warning {
  background-color:#202749;
  border:#202749;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    background-color:#8E92A4;
  border:#202749;
}

/*　　　グーグルマップ　　*/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
}


/* add style*/
.waittime{
  background-color: #FFF;
  padding: 1.2rem;
}

select{
  font-size: 16px;
  /*transform: scale(0.8);*/
}



/* animation with scrolling*/
.animation {
}

.fadeInDown {
 -webkit-animation-fill-mode:both;
 -ms-animation-fill-mode:both;
 animation-fill-mode:both;
 -webkit-animation-duration:1.5s;
 -ms-animation-duration:1.5s;
 animation-duration:1.5s;
 -webkit-animation-name: fadeInDown;
 animation-name: fadeInDown;
 visibility: visible !important;
}
@-webkit-keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes fadeInDown {
 0% { opacity: 0; -webkit-transform: translateY(-20px); -ms-transform: translateY(-20px); transform: translateY(-20px); }
 100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}

.ul__vertical{
  margin: 16px 0;
  text-align: center;
}
.ul__vertical ul{
  list-style: none;
  padding: 0;
  width: 80%;
  margin: 0 auto;
}
.ul__vertical li{
  display: inline-block;
}
.ul__vertical li a{
  width: 100%;
}
@media (max-width: 780px){
  .ul__vertical li{
    width:100%;
    margin-bottom: 10px;
  }
}

.prefectures a {
  display: inline-block;
  white-space: nowrap;
  margin-right: 1em;
  margin-bottom: 0.5em;
}

.prefectures a[href=""] {
  color: gray;
  pointer: default;
  pointer-events: none;
  text-decoration: none;
}
