body{
color: #4d4d4d;
font-family: 'Noto Sans JP', "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#container{
width:100%;
}

.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
	margin: 0px 0px 0px 0px;
    z-index: 999;
}

.pc_hd{
display: none;
}

a.jump_point {
height: 1px;
display: block;
padding-top: 80px;
margin-top: -80px;
}

/*
==========================================================
header
==========================================================
*/

.drawer-toggle{
display: none;
}
.drawer-nav{
display: none;
}
#header_sp{
display: none;
}

header{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
	padding: 0;
	margin: 0;
	transition: 0.5s;
}
.site-header{
    background: #fff;
    display: flex;
	    justify-content: space-between;
	flex-wrap: wrap;
    padding: 0px;
	margin: 0;
    position: fixed;
    top: 0px;
    width: 100%;
	transition: 0.5s;
    border-bottom: 10px solid #5ca0a1;
}
/*
.site-header.fixed{
    position: fixed;
    top: 0;
}*/

header .header_inner{
width: 100%;
max-width: 1000px;
margin: 0px auto 0px auto;
padding: 0;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  align-items: center;
transition: 0.5s;
}

header .logo{
height: 35px;
width: 200px;
margin: 15px 0px 15px 0px;
}
header .logo img{
width: 100%;
}

header .menu_border{
width: 75%;
margin: 0px 0px 0px 0px;
padding: 0 0 0px 0;
	border-bottom: 0px solid #fff;
	display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
  transition: 0.5s;
}

header .header_menu{
width: 100%;
margin: 20px auto 0px 0px;
padding: 0;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
	align-items: center;
	-webkit-align-items: center;
	transition: 0.5s;
}

header.site-header .header_inner{
width: 100%;
margin: 0px auto 0px auto;
padding: 0;
display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
  align-items: center;
border-bottom: 0px solid #fff;
}
header.site-header .menu_border{
width: 75%;
margin: 0px 0px 15px 0px;
padding: 0 0 0px 0;
	border-bottom: 1px solid #fff;
	display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
}
header .header_menu li{
	font-size: 15px;
	margin: 0px;
	padding: 0px 8px;
	min-width: 80px;
	/*transition: 0.5s;*/
}
header .header_menu li a{
display: block;
	color: #000;
	padding-bottom: 3px;
	text-decoration: none;
    font-weight: 600;
	/*transition: 0.5s;*/
}
header .header_menu li a:hover{
color: #5A9FA1;
}

.sub_menu{
padding-right: 17px;
background: url("../commonImage/sub_menu01.svg") right center no-repeat;
background-size: 13px;
}
ul.header-dropmenu {
  list-style: none;
  table-layout: fixed;
}
ul.header-dropmenu > li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
ul.header-dropmenu li a {
  display: block;
  text-align: center;
}
ul.header-dropmenu li ul {
  visibility: hidden;
  width: 100%;
  min-width: 150px;
  list-style: none;
  position: absolute;
  top: 100%;
  left: -1px;
  margin: 0;
  padding: 10px;
  border: 0; /* マウスオーバー時の枠線 */
  border-top: none;
background: rgba(255,255,255,0.80);
z-index: 999;
transition: all .2s ease;
}
ul.header-dropmenu li:hover ul {
  visibility: visible;
}
ul.header-dropmenu li ul li {
color: #4d4d4d;
font-size: 13px;
border-bottom: 1px solid #0b3581;
padding: 5px 0;
}
ul.header-dropmenu li ul li a{
color: #4d4d4d;
font-weight: bold;
}
ul.header-dropmenu > li:hover {
color: #0b3581;
  border: 0px solid #222; /* マウスオーバー時の枠線 */
  border-bottom: none;
}
ul.header-dropmenu li:hover ul li a:hover {
  color: #0b3581; 
}
/*
header .header_menu li a::before {
  background: #fff;
  content: '';
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
header .header_menu li a:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.clinic_block .annai li a p.c-txt.line:hover {
  transform-origin: left top;
  transform: scale(1, 1);
}*/
.l-hospital-header__logo_wrap{
    max-width: 260px;
    padding: 0.5rem 1rem;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    background: #fff;
}
.l-hospital-header__logo{
width: 100%;
margin: 10px auto;
}
.l-hospital-header__logo img{
width: 100%;
}
.l-hospital-header__logo_wrap .mt-1{
font-size: 0.8rem;
margin: 0px auto;
}

.l-hospital-sidebar {
    padding: 0 1vw 2rem;
    width: 15vw;
    min-width: 217px;
    position: fixed;
    left: 0;
    top: 7rem;
    background: #fff;
    z-index: 5;
}
.hospitalNav__list{
text-align: left;
margin: 10px auto;
position: relative;
padding-left: 1.5rem;
}
.hospitalNav__list a{
text-decoration: none;
color:  #333;
-webkit-transition: all .3s;
    transition: all .3s;
}
.hospitalNav__list a:hover{
color: #FF8C6C;
}
.hospitalNav__list a:hover::before {
    content: '';
    background: #FF8C6C;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 1;
position: absolute;
left: -1.2rem;
top: 5px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.hospitalNav__list a.active{
color: #FF8C6C;
}
.hospitalNav__list a.active::before {
    content: '';
    background: #FF8C6C;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 1;
position: absolute;
left: -1.2rem;
top: 5px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.hospitalNav__list li{
position: relative;
}
.hospitalNav__list .hospitalNav__item{
font-size: 0.9rem;
padding: 0px 0 10px 0;
}

.hospitalNav .yoyaku_btn {
    margin: 5px auto;
    width: 100%;
}
.hospitalNav .yoyaku_btn a{
    font-size: 1rem;
    text-align: center;
    color: #333;
   background: rgba(209,233,232,0.70);
   padding: 8px 0;
   border-radius: 30px;
   text-decoration: none;
   display: block;
   width: 100%;
}
.hospitalNav .yoyaku_btn a:hover{
background: #FFBD7D;
}

.hospitalNav__tel {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}

.hospitalNav__time {
    font-size: 1rem;
    display: flex;
    align-items: center;
    margin-left: 1rem;
    text-align: left;
}

.hospitalNav__line{
margin: 0px 0px;
font-size: 1rem;
    display: flex;
    align-items: center;
    text-align: left;
}
.hospitalNav__line .line_qr{
width: 55px;
margin-right: 15px;
}

.hospitalNav__primo_app {
  font-size: 1rem;
  width: 100%;
  margin: 20px auto 0px auto;
}
.hospitalNav__primo_app a{
width: 100%;
height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #F77512;
  background: #fff;
border-radius: 5px;
text-decoration: none;
}
.hospitalNav__primo_app img {
  width: 35px;
  margin: 5px 15px 5px 5px;
}
.hospitalNav__primo_app a:hover{
background: #FFE6CA;
}

.hospitalNav__yoyaku {
  font-size: 1.5rem;
  width: 100%;
  margin: 10px auto 0px auto;
  text-align: center;
}
.hospitalNav__yoyaku a{
display: block;
width: 100%;
height: 100%;
  border: 1px solid #F77512;
  background: #fff;
border-radius: 5px;
text-align: center;
font-weight: bold;
color: #F77512;
font-size: 1rem;
padding: 2px 0;
text-decoration: none;
}
.hospitalNav__yoyaku a:hover{
background: #FFE6CA;
}

.l-main{
width: 100%;
margin: 0px auto;
}
.l-hospital-main {
    padding-left: 19vw;
    width: 80vw;
    padding-top: 0;
}

.main{
margin: 0px auto;
width: 90%;
}

/*
==========================================================
footer
==========================================================
*/
#pageTop {
    position: fixed;
    right: 2%;
    bottom: 1rem;
    -webkit-transform: rotate(90deg) translateY(-6rem);
    transform: rotate(90deg) translateY(-6rem);
    -webkit-transform-origin: bottom right;
    transform-origin: bottom right;
    z-index: 100;
    cursor: pointer;
    text-decoration: none;
    color: #333;
}
#pageTop::before {
    content: "";
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.5rem;
    border-bottom: 0.2rem solid #C8C8C8;
    border-left: 0.2rem solid #C8C8C8;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
#pageTop.is_show {
    -webkit-transform: rotate(90deg) translateY(0);
    transform: rotate(90deg) translateY(0);
}

footer {
	width:100%;
	height:auto;
	padding:0px;
	margin:0px auto 0px auto;
	overflow:hidden;
	clear:both;
	background: #5ca0a1;
	position: relative;
	bottom: 0;
}
footer a[href*="tel:"]{
  color: #fff;
  text-decoration: none;
  pointer-events: none;
}

footer .footer_inner{
width: 100%;
max-width: 1000px;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px auto 0px auto;
}
footer .footer_inner .footer_left{
width: 48%;
margin: 0px 0px 10px 0px;
}
footer .footer_logo{
	text-align: center;
	margin: 15px auto 0px 0px;
    width: 350px;
}
footer .footer_logo img{
width: 100%;
}
footer .footer_inner .footer_left p{
text-align: left;
font-size: 16px;
color: #fff;
}
footer .footer_inner .footer_left .yoyaku_btn{
text-align: center;
margin: 10px auto 10px 0px;
width: 65%;
}
footer .footer_inner .footer_left .yoyaku_btn a{
display: block;
background: #fff;
padding: 10px 0;
border-radius: 10px;
text-decoration: none;
color: #5ca0a1;
font-weight: 600;
}
footer .footer_inner .footer_left .line_info{
display: flex;
align-items: center;
font-size: 10px;
}
footer .footer_inner .footer_left .line_info p{
font-size: 14px;
margin-right: 10px;
}
footer .footer_inner .footer_left .line_info .line_qr{
width: 50px;
height: 50px;
}
footer .footer_inner .footer_left .tel_text{
text-align: left;
font-size: 16px;
line-height: 160%;
}
footer .footer_inner .footer_left .price_logo{
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 10px auto 0px auto;
padding: 5px;
background: #fff;
border-radius: 5px;
}
footer .footer_inner .footer_left .price_logo li{
margin: 0px 5px;
padding: 0;
}
footer .footer_inner .footer_left .price_logo li img{
height: 30px;
vertical-align: bottom;
}
footer .footer_inner .footer_left .hoken_logo{
width: 55%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
margin: 10px auto 0px 0px;
padding: 5px;
background: #fff;
border-radius: 5px;
}
footer .footer_inner .footer_left .hoken_logo li{
margin: 0px 5px;
padding: 0;
}
footer .footer_inner .footer_left .hoken_logo li img{
height: 35px;
vertical-align: bottom;
}
footer .footer_inner .footer_right{
width: 40%;
position: relative;
}
footer .footer_inner .footer_right .footer_bnr{
width: 300px;
position: absolute;
top: 120px;
right: 0;
text-align: center;
display: flex;
flex-wrap: wrap;
margin: 0px 0 10px auto;
padding: 5px;
border-radius: 5px;
}
footer .footer_inner .footer_right .footer_bnr li.full{
width: 100%;
margin: 0px 0px 30px 0px;
padding: 0;
}
footer .footer_inner .footer_right .footer_bnr li.half{
margin: 0px 10px 0px 0px;
width: 50%;
}
footer .footer_inner .footer_right .footer_bnr li.insta{
width: 100%;
margin: 0px 0 28px 0;
}
footer .footer_inner .footer_right .footer_bnr li.insta a{
width: 100%;
display: flex;
margin: 0px;
text-decoration: none;
}
footer .footer_inner .footer_right .footer_bnr li.insta img.insta_icon{
width: 40px;
height: 40px;
margin: 0 10px 0 0;
}
footer .footer_inner .footer_right .footer_bnr li.insta p{
text-align: left;
font-size: 13px;
color: #fff;
margin: 0;
padding: 0;
}

footer .footer_inner .footer_right .footer_bnr li img{
width: 100%;
vertical-align: bottom;
}

footer .footer_menu{
width: 100%;
text-align: center;
display: flex;
justify-content: flex-start;
margin: 10px auto 0px auto;
padding: 15px 0 0 0;
border-top: 1px solid #fff;
}
footer .footer_menu li{
margin: 0px 0px 0px 0px;
padding: 0px 10px 0 10px;
line-height: 100%;
border-right: solid #fff 1px;
font-size: 13px;
}
footer .footer_menu li a{
text-decoration: none;
text-align: center;
color: #fff;
}
footer .footer_menu li:last-child{
border: 0;
}

footer .copyright{
width: 100%;
	text-align: left;
	font-size: 12px;
	color: #fff;
	margin: 10px auto 10px auto;
}


