@charset "utf-8";

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

*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { content: ''; display: table; }
.clearfix:after { clear: both; }

a img:hover  {
opacity: .70; /* Standard: FF gt 1.5, Opera, Safari */
filter: alpha(opacity=70); /* IE lt 8 */
-ms-filter: "alpha(opacity=70)"; /* IE 8 */
-khtml-opacity: .70; /* Safari 1.x */
-moz-opacity: .70; /* FF lt 1.5, Netscape */
 }
 
 body{
color: #4d4d4d;
}

img{
max-width: 100%;
height: auto;
width :auto;
}
#container{
width:100%;
}

.pc_hd{
display: none;
}

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

/*======================
header
=====================*/
header{
	display: none;
}

#header_sp {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
height: 60px;
z-index:99;
border-bottom: 10px solid #5ca0a1;
background: #fff;
}

#header_sp.site-header {
overflow: hidden;
position: fixed;
top: 0;
width: 100%;
height: 100px;
z-index:99;
background-color: #0b3581;
}

#header_sp .logo{
height: auto;
width: 200px;
margin: 7px 0px 5px 10px;
}
#header_sp .logo a{
display: block;
width: 100%;
height: 100%;
}
#header_sp .logo img{
width: 100%;
}

.logo_catch {
font-size: 0.5em;
color: #333;
	margin: 0px;
	padding: 0px;
	top:0px;
	position: relative;
	text-align: center;
}

/*======================
menu
=====================*/
/*
.drawer-hamburger {
  position: fixed;
  z-index: 104;
  top: 42px;
 }
*/
.drawer-nav {
  background-color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.drawer--right.drawer-open .drawer-hamburger {
    right: 0px;
	top: 0;
	z-index: 900;
	background: #0b3581;
}
.drawer-menu{
width: 90%;
margin: 20px auto 0px auto;
}
.drawer-menu li {
    padding: 10px 15px;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #ececec;
}
.drawer-menu li ul{
	padding: 0px 0;
	margin-top: 10px;
	background: #fff;
}
.drawer-menu li ul li{
	padding: 10px 10px;
	margin-left: 0px;
	text-align: left;
	border-bottom: 1px solid #ececec;
}
.drawer-menu li a{
font-weight: bold;
color: #0b3581;
text-decoration: none;
}
.drawer-menu li a:hover{
color: #5AA0A2;
}
/*
.acd-check{
    display: none;
}
.acd-label{
    font-weight: bold;
color: #0b3581;
display: block;
    position: relative;
}
.acd-label:after{
    box-sizing: border-box;
    content: '+';
    display: block;
    height: auto;
    padding: 0px 10px;
    position: absolute;
    right: 0;
    top: 0px;
}
.acd-content{
    display: block;
    height: 0;
    opacity: 0;
    padding: 0 10px;
   transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label:after{
    content: '-';
}
.acd-check:checked + .acd-label + .acd-content{
    height: auto;
    opacity: 1;
    padding: 0px 10px;
    visibility: visible;
}
.drawer-nav .tel_btn{
width: 80%;
border-radius: 30px;
margin: 20px auto;
}
.drawer-nav .tel_btn a{
display: block;
border-radius: 30px;
background: #0b3581;
color: #000;
text-align: center;
font-size: 18px;
padding: 10px;
}

.foot_bd{
height: 2%;
width: 100%;
background: #3F210F;
overflow: hidden;
margin: 0px;
padding: 0px;
clear:  both;
z-index: 10;
}
*/
.l-hospital-header__logo_wrap{
display: none;
    max-width: 20vw;
    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: 12px;
margin: 0px auto;
}

.l-hospital-sidebar {
display: none;
    padding: 0 1vw 2.5rem;
    width: 18vw;
    position: fixed;
    left: 0;
    top: 7rem;
    background: #fff;
    z-index: 5;
}
.hospitalNav__list{
text-align: left;
margin: 20px 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: 1rem;
    height: 1rem;
    border-radius: 50%;
    opacity: 1;
position: absolute;
left: -1.2rem;
top: 15px;
-webkit-transition: all .3s;
    transition: all .3s;
}

.hospitalNav__list li{
position: relative;
}

.hospitalNav__list .hospitalNav__item{
font-size: 1rem;
padding: 10px 0;
}
.hospitalNav__tel {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
}
.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;
}
.drawer-nav .yoyaku_btn {
    margin: 5px auto;
    width: 90%;
}
.drawer-nav .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%;
}
.drawer-nav .yoyaku_btn a:hover{
background: #FFBD7D;
}

.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: 0vw;
    width: 98vw;
    padding-top: 0;
    margin: 0px auto;
}

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


/*パンくず*/
.breadCrumb{
width: 100%;
	text-align: left;
	font-size: 0.8em;
}
.breadCrumb ol{
width: 100%;
text-align: left;
padding: 0;
margin: 0;
}
.breadCrumb li{
float: left;
}

/*
==========================================================
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: underline;
    pointer-events: auto;
}

footer .footer_inner{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 30px auto 0px auto;
}
footer .footer_inner .footer_left{
width: 40%;
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;
}
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;
bottom: 0;
right: 0;
text-align: center;
display: flex;
flex-wrap: wrap;
margin: 10px 0 10px auto;
padding: 5px;
border-radius: 5px;
}
footer .footer_inner .footer_right .footer_bnr li.full{
width: 100%;
margin: 0px 0px 10px 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 10px 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: 30px;
height: 30px;
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;
}