/*==========================================
 body
===========================================*/
* {
    /*font-family: 'Kosugi Maru', sans-serif;*/
}
body {
    width: 100%;
    background-color: #FDFDEE;
    color: #222222;
}
h3,h4,h5{
font-family: 'Kosugi Maru', sans-serif;
}
a:hover {
	color: #4A5A31;
	text-decoration: underline;
}
/*==========================================
 へッターのスタイル
===========================================*/
header{
    background-color: #261FC0;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
}
header h1{
    margin-top: 0!important;
}


/*==========================================
 フッターのスタイル
===========================================*/
footer {
    background-color: #D7D8EF;
    text-align: center;
    height: 80px;
}
footer a {
	display: none;
}
footer div small {
  font-size: 0.6em;
}
.footer_menu_area {
	background-color: rgba(255,255,255,0.70);
	padding-top: 5px;
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 5px;
}
.footer_menu_area p {
	padding-top: 3px;
	line-height: 23px;
}
.img_tel{
	position: absolute;
	padding-top: 50px;
	padding-left: 20px;
	margin-top: 0px;
}
h1{
}
@media screen and (min-width:480px) { 
	.br-sp { display:none; }
}
@media screen and (min-width:768px) and ( max-width:1024px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
}

@media screen and (min-width: 1024px) {
/* 1024px以上からの幅の場合に適応される */
	.pc_hidden{
		display: none;
	}
	.mobile_hidden{
		display: block;
	}
    .logo_img{
        max-width: 200px;
        padding-top: 0px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
/* 768px-1024pxまでの幅の場合に適応される */
	.pc_hidden{
		display: none;
	}
	.mobile_hidden{
		display: block;
	}
    .logo_img{
        max-width: 230px;
    }
.medical_department{
    background-color: rgba(255,255,255,0.9);
    color: #373737;
    text-align: center;
    width: 80px;
    border-radius: 90px;
    margin: 3px;
    font-size: 75%;
    }
}
@media screen and (min-width: 180px) and (max-width: 768px) {
/* 180px-768pxまでの幅の場合に適応される */
	.pc_hidden{
		display: block;
	}
	.mobile_hidden{
		display: none;
	}
	.header{
		padding-top: 70px!important;
	}
    .logo_img{
        max-width: 100px;
    }
.medical_department{
    background-color: rgba(255,255,255,0.9);
    color: #373737;
    text-align: center;
    width: 62px;
    border-radius: 90px;
    margin: 3px;
    font-size: 85%;
    }
}
/*--- スマホに適用するスタイルを書く ---*/
    .mobile_hidden{
          display: none;
      }
    .mobile_visible{
          display: block;
      }
    .mobile_font{
        font-size: 50%;
    }
    .mb_br{
        display: block;
        line-height: 0;
    }
@media screen and (min-width:600px) and ( max-width:1023px) {
/*---  タブレットに適用したいスタイル ---*/
    .mobile_hidden{
          display: none;
      }
    .mobile_visible{
          display: block;
      }
    .mb_br{
        display: block;
        line-height: 0;
    }
    .mobile_font{
        font-size: 70%;
    }
}
@media screen and (min-width:1024px) and ( max-width:1280px) {
/*--- 通常のデスクトップに適用したいスタイル ---*/
    .mobile_hidden{
          display: block;
      }
    .mobile_visible{
          display: none;
      }
    .mb_br{
        display: none;
    }
    .mobile_font{
        font-size: 70%;
    }
.medical_department{
    background-color: rgba(255,255,255,0.9);
    color: #373737;
    text-align: center;
    width: 85px;
    border-radius: 90px;
    margin: 3px;
    font-size: 75%;
    }
}
@media screen and (min-width:1281px) {
/*--- 横幅の広いデスクトップに適用したいスタイル ---*/
    .mobile_hidden{
          display: block;
      }
    .mobile_visible{
          display: none;
      }
    .mb_br{
        display: none;
    }
    .mobile_font{
        font-size: 70%;
    }
.medical_department{
    background-color: rgba(255,255,255,0.9);
    color: #373737;
    text-align: center;
    width: 85px;
    border-radius: 90px;
    margin: 3px;
    font-size: 85%;
    padding-bottom: 2px
    }
}

.main_visual {
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(254,127,0,1.00) 0%,rgba(255,192,130,1.00) 100%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(254,127,0,1.00) 0%,rgba(255,192,130,1.00) 100%);
    background-image: url(url), -o-linear-gradient(270deg,rgba(254,127,0,1.00) 0%,rgba(255,192,130,1.00) 100%);
    background-image: url(url), linear-gradient(180deg,rgba(254,127,0,1.00) 0%,rgba(255,192,130,1.00) 100%);
    position: relative;
    z-index: -999;
}

.footer_logo {
     max-height: 100px;
}
.m_v_sub{
    position: relative;
    z-index: -1;
}
a.anchor{
    display: block;
    padding-top: 250px;
    margin-top: -250px;
}
.medical_department2{
    background-color: rgba(235,126,146,1.00);
    color: #ffffff;
    text-align: center;
    width: 150px;
    border-radius: 90px;
    margin: 5px;
    font-size:110%;
}
.medical_department2:hover{
    /*background-color: rgba(235,126,146,1.00);*/
    text-decoration: none;
    background-color: rgba(127,171,77,1.00);
    color: #ffffff;
}
.font_red {
    color: #E73A3E;
}
.p_bold {
    font-weight: bold;
}
.p_info_line {
    border-bottom: 2px dotted #CAEDC0;
    padding-bottom: 15px;
}
.top_time_tbl{
    font-size: 80%;
}
.top_time_tbl td{
    vertical-align: middle;
}
.ttl_h3 {
    padding-bottom: 10px;
    border-bottom-style: dotted;
    border-bottom-color: #AFBFDA;
    margin-bottom: 25px;
}
.ttl_h4 {
    padding-bottom: 10px;
    border-bottom: 1px solid #AFBFDA;
    margin-bottom: 15px;
}

.dr_info_name {
    color: #1D7CBB;
    text-align: center;
    padding: 0.25em;
    border-top: solid 2px #6cb4e4;
    border-bottom: solid 2px #6cb4e4;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    margin-bottom: 30px;
}


.dr_info_gakkai {
    font-size: 105%;
    background-color: #218BD1;
    color: #FFFFFF;
    padding-left: 25px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    border-radius: 15px;
}

.link_a {
position: relative;
top: -250px;/*左の数値を変えると、上下に調整します*/
display: block;}

.list_reha{
    padding-left: 20px;
}
.list_reha li{
    margin-bottom: 10px;
}
#map {
  position: relative;
  width: 100%;
  padding-top: 300px;
  overflow: hidden;
}
#map iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events:all;
}
.w_176{
    width: 176px!important;
}