@charset "utf-8";

* {
	padding:0;
	margin: 0;
	font-family: "メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
}

html {
    font-size: 62.5%;
}

body {
	color: /*#333*/#3a3a3a;
	background-color: #fff;
	font-size: 15.5px;
	font-size: 1.55rem;
    word-wrap: break-word;
	}

img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width:auto;
}

a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
	/*add*/
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
}

a:hover img,
input.btn:hover {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
a:hover img#logo, #mainimg div.slider a:hover img{/*add*/
	opacity:1; 
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

ol{/*add*/ 
margin-bottom:10px; margin-top:10px
}

li {
	list-style-type: none;
}

table {
	border-collapse: collapse;
}
table td {
	border-collapse: collapse;
}

#content table p {
	margin: 0px;
	padding: 0px;
}

#content dt{/*add*/
	font-weight:bold;
	margin-bottom:5px;
}
#content dd{/*add*/
	margin-bottom:20px;
}

a {
	color: #b99400;
	text-decoration:none;
	/*add*/
	    -webkit-transition: 0.3s ease-in-out;  
       -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}
a:hover {
	color:#76b4a8;
	text-decoration: none;
}


textarea ,
input {
	font-size: 1.2rem;
	font-size: 12px;
}

.clfix:after{
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}

header {
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	background-color: #fff;
}

header h1 {
	font-size: 1.0rem;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.8rem;
	line-height: 18px;
}

header #h_list {
	background-color: #76B4A8;
	-webkit-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	-moz-border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px / 0px 0px 5px 5px;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
}

header img#logo {/*add*/
float:left;
margin-top:10px ;
max-width: 280px;
	}

header #header_right{/*add*/
	width:620px;
	height:63px;
	float:right;
	overflow:hidden;
}

header #info {/*tel,fax*/
	float:left;/*add*/
	text-align:left;
	font-size: 1.0rem;
	font-size: 10px;
	color: #444;
	line-height: 2.4rem;
	line-height: 24px;
	letter-spacing: 1px;
}

header #info strong {
	font-size: 2.3rem;
	font-size: 23px;
	color: #b99400;
	font-family: Arial, Helvetica, sans-serif;
}
header #info span {
	font-size: 1.2rem;
	font-size: 12px;
	color: #505050;
}
header #info img{/*add*/
	float:left;
}

header #h_list li {
	display: inline;
	padding-right: 8px;
	padding-left: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #DDD;
	font-size: 1.0rem;
	font-size: 10px;
}
header #h_list li:last-child {
    border: none;
}

header #h_list a {
	text-decoration: none;
	color: /*#444*/#fff;
}

header #h_list a:hover {
	color: #2A8F7B;
}

/*Add 文字サイズ変更ボタン-------*/
header #change_size{
	height:48px;
   font-size:13px;
   font-size:1.3rem;
}
header #change_size p{
	font-size:1.1rem;
	font-size:11px;
}
ul#textsize {
	list-style:none;
	margin:0px;
}
ul#textsize li {
	display:inline-block;
}

ul#textsize li a	{
	border-radius:3px;
	background-color:#d9d9d9;
	background: linear-gradient(#fff 30%, #d8d8d8 95%, #fff);
	width:50px;
	padding-top:4px;
	padding-bottom:4px;
	border:1px solid #c5c5c5;
	display:block;
	text-decoration:none;
	vertical-align:middle;
	text-align:center;
	color:#3a3a3a;
}

/* active状態のボタンの表示 */
ul#textsize li a.textresizer-active{
	color:#fff;
	border-radius:3px;
	background-color:#76b4a8;
	background: linear-gradient(#8fbfb9, #76b4a8);
	border:1px solid #c5c5c5;
	display:block;
	text-decoration:none;
}
	
ul#textsize li a:hover	{
	color:#fff;
	border-radius:3px;
	background-color:#76b4a8;
	background: linear-gradient(#8fbfb9, #76b4a8);
	border:1px solid #c5c5c5;
	display:block;
	text-decoration:none;
}
.f1 {font-size:90%;}
.f2 {font-size:100%;}
.f3 {font-size:120%;}

li a.f1,li a.f2,li a.f3 {font-size: 100%;}

#pankuzu {
	font-size: 1.2rem;
	font-size: 12px;
	color: #7a7a7a;
	line-height: 1.6rem;
	line-height: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #F6f6f6;
   background-image: url(../images/bg_wood.png);
	margin-right: auto;
	margin-left: auto;
	margin-bottom:20px;
}
#pankuzu strong {
	font-weight: normal;
	color: #7a7a7a;
	letter-spacing: 1px;
}

#content h3 ,#content_wide h3{
	
	font-size: 2.1rem;
	font-size: 21px;
	line-height: 2.2rem;
	line-height: 22px;
	padding-left: 5px;
	margin-top: 0px;
	font-weight: normal;
	letter-spacing: 1px;
	
	position: relative;
	padding-bottom: .5em;
	border-bottom: 1px solid #ccc;
}

#content h3::after ,#content_wide h3::after{
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 2;
	content: '';
	width: 20%;
	height: 1px;
	background-color: #4f9e8f;
}
.nurse #content h3::after ,.nurse #content_wide h3::after{
	background-color: #f98a9f;
}
.poppo #content h3::after ,.nurse #content_wide h3::after{
	background-color: #fcea9f;
}


#content h3 span ,#content_wide h3 span {
	font-size: 10px;
	color: #999;
	padding-left: 20px;
	letter-spacing: 2px;
}
#content h3 span.schedule_coment{/*add*/
	font-size: 15px;
	color: #333;
	padding-left: 20px;
	letter-spacing: 0px;
}

#content h4,#content_wide h4{/*add*/
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.6rem;
	line-height: 16px;
	font-weight:normal;
	margin-top: 0px;
	padding: .6em 0 .6em 1.5em;
	position:relative;
	background:#76b4a8;
  color: #fff;
}
#content h4::after ,#content_wide h4::after{
	position: absolute;
	top: .5em;
	left: .5em;
	content: '';
	width: 6px;
	height: -webkit-calc(100% - 1em);
	height: calc(100% - 1em);
	background-color: #A9D0C8;
	border-radius: 4px;
}

.nurse #content h4, .nurse #content_wide h4,.poppo #content h4{
    background-image: url(../images/bg_wood.png);
    color: #3C3228;
}
.nurse #content h4::after , .nurse #content_wide h4::after{
		background-color: #f98a9f;
}
.poppo #content h4::after{
		background-color: #fcea9f;
}



/*新築移転最新情報*/
#content_wide h4.recent_title::after{
	position: static;
}
#content_wide h4.recent_title{
	padding-left: 10px;
	color: #3C3228;
    background-image: url(../images/bg_wood.png);
	margin-bottom: 15px;
	line-height: 2.2rem;
	line-height: 22px;
	border-top: solid 2px #2A8F7B;
}
#content_wide h4.recent_title span{
background-color: #2A8F7B;
color: #ffffff;
font-weight: normal;
font-size: 1.3rem;
font-size:13px;
padding: 0px 10px;
border-radius:3px;
margin-right: 10px;
}


#content p ,#content_wide p{
	line-height: 2.2rem;
	line-height: 22px;
	margin-bottom: 12px;
}

/*-----------------------------
/  add スライダー  #mainImg ,  #newimg新築オープン
/-------------------------------*/
/*add slider*/
#mainImg, #newimg{
clear:both;
text-align:center;
}

#mainimg div.slider ,#newimg div.slider{
	margin: 0 auto /*50px*/;
}

#mainimg div.slider div.slider-img{/*add*/
    max-width: 1200px;
    max-height: 576px;
    margin: 0 auto;
}

#newimg{ margin-bottom:100px;}
#mainimg div.slider img ,#newimg div.slider img{
	max-width: 100%;
	height: auto;
   margin: 0 auto;
}

.center-item {
	max-width: 1300px;
	margin: 0 auto 50px;
}

.slick-prev::before, .slick-next::before {
	font-size: 24px;
}
.lazy-item .slick-next,
.thumb-item-nav .slick-next,
.multiple-item .slick-next,
.center-item .slick-next {
	right: /*20px*/50px;
	z-index: 99;
}
.lazy-item .slick-prev,
.thumb-item-nav .slick-prev,
.multiple-item .slick-prev,
.center-item .slick-prev {
	left: /*15px*/45px;
	z-index: 100;
}

.single-item .slick-prev::before,
.single-item .slick-next::before {
	color: #3a3a3a;
}
.slick-dots {
	bottom:-25px;
}
.thumb-item {
	max-width: 780px;
	margin: 0 auto 5px;
	padding: 0 /*5px*/;
}
.thumb-item-nav {
	max-width: 780px;
	margin: 0 auto;
}
.thumb-item li{ border:solid 6px #f0f0f0;}/*add*/
.thumb-item-nav li{
	margin: 5px /*0*/;
	border:solid 2px #f0f0f0;/*add*/
}

/*add main 採用*/
/*#mainimg{position: relative;}
#main_recruit{	
	position: absolute;
    bottom:0; right: 0;
	bottom:-40px;
	left:50%;
	 transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
*/
#main_recruit_new{
	margin-top: -30px;
}
#main_recruit_new a{
	 display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	width: 980px;
	max-width:96%;
	margin: 0 auto;
background: rgba(223,68,148,0.9);
background: linear-gradient(90deg, rgba(223,68,148,0.95) 6%, rgba(250,154,157,0.95) 100%);
	padding: 1.5rem 0;
	border-radius: 10px;
	color:white;
	text-align: center;
	position: relative;
	letter-spacing: 0.15rem;
}
#main_recruit_new .iwaikin{
	background-color:#223664;padding: 4px 24px; border-radius:20px;
}
#main_recruit_new a::after{
	content: '';
	width: 16px;
	height: 16px;
	display: block;
	background-image: url("../images/icon_arrow_white.png");
	background-size: contain;
	position: absolute;
	top:50%;
	right: 8px;
	    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*----------------------------
/ add トップBLOG #top_blog
/-------------------------------*/
section#top_blog{
	margin:60px 0;
}
section#top_blog div.blog_list{
    padding :20px 0px;
}
section#top_blog div.blog_list p{
	padding:0;
	margin:0;
	border-bottom:1px dotted #76b4a8;
}
section#top_blog div.blog_list p:first-child{
	border-top:1px dotted #76b4a8;
}
section#top_blog div.blog_list a{
	display:block;
	color:#3c3228;
	padding: 15px 15px;
}
section#top_blog  div.blog_list  a:hover {
	background:#f6f6f6;	
}
section#top_blog div.blog_list time{
	font-weight:bold;
	color:#3c3228;
	padding-right:20px;
}
section#top_blog div.blog_list  .blog_title{
	padding-right:20px;
}
section#top_blog div.blog_list  .blog_category{
	font-size:12px;
	padding:2px 10px ;
	white-space: nowrap;
	border:1px  solid #ccc;
	background:#fff;
	color:#666;
}
section#top_blog div.blog_list  .category_red{ color:#8a252c; border-color:#8a252c;}
section#top_blog div.blog_list  .category_brown{ color:#aa8b48; border-color:#aa8b48;}
section#top_blog div.blog_list  .category_green{ color:#0d5d31; border-color:#0d5d31;}


/*----------------------------
/ add トップ #top_banner,top_omimai
/-------------------------------*/
section#top_banner{
    padding: 20px 0;
}
section#top_omimai{
    padding: 20px 10px;
}
/*----------------------------
/ add トップ #top_3col
/-------------------------------*/
section#top_3col{
    padding: 20px 0 30px;
}
section#top_3col p.title{
    color: #2A8F7B;
    font-size: 18px;
    font-size: 1.8rem;
    border: 3px solid #2A8F7B;
    border-radius: 8px;
    padding: 8px 0;
    max-width: 320px;
    margin: 0px auto;
}
section#top_3col p.title:after{
 margin-left: 10px;
  content: '';
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url( ../images/icon_arrow_darkgreen.png);
  background-size: contain;
  vertical-align: middle;
}
section#top_3col a:hover p.title{
    background-color: #2A8F7B;
    color: #fff;
   
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
}
section#top_3col a:hover p.title:after{
  background-image: url( ../images/icon_arrow_white.png);

}
section#top_3col a:hover img{
transform: scale(1.1);
	opacity:1; 
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}

/*----------------------------
/ add トップ #top_recruit
/-------------------------------*/
section#top_recruit{
	background-image: url(../images/bg_wood.png);
    padding: 40px 20px;
}
#top_recruit  a{display: block;  }
#top_recruit  a:hover img{opacity:1; }
#top_recruit  a:hover .top_recruit_wrap{ background-color:  #FBB7B9;}
.top_recruit_wrap{
		 background-color: #fa9a9d;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		padding: 0;
	box-sizing: border-box;
	    border-bottom: 1rem solid #df4494;
	   position: relative;
	-webkit-transition: 0.3s ease-in-out;  
    -moz-transition: 0.3s ease-in-out;  
    -o-transition: 0.3s ease-in-out;  
    transition: 0.3s ease-in-out; 
	}
.top_recruit_bottom{
   position: absolute;
   bottom: -1rem;
   right: 0;
   width: 100%; 
	max-width: 280px;
}
.top_recruit_left{
  display:flex;
  flex-direction: column;
	justify-content: center;
   align-items: center;
  width: 50%;
}
.top_recruit_title{width: 100%;max-width:300px;}
.top_recruit_right{
  display: block;
  width: 50%;
}
.top_recruit_illust{width: 100%; max-width: 100%;display: block;/*padding-bottom:40px;*/ }

.ul_top_recruit{
		list-style: none;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		font-size: 16px;
		padding: 1rem;
	}
.ul_top_recruit li{
		padding: 1px 10px;
		text-align: center;
		background-color: #ffffff;
		color:#F5474C;
		margin: 2px;
	}


/*----------------------------
/ add トップ #top_access アクセス
/-------------------------------*/
section#top_access{
    background-color: #76b4a8;
    padding: 40px 0;
    color: #fff;
 
}
section#top_access .wide_base{
   position: relative;
}
section#top_access img.icon_map{
    position: absolute;
    top:-90px;
    left: 15px;
}
section#top_access div.access_bus{
    background-color: #fff;
    color: #3a3a3a;
    text-align: center;
    border-radius: 12px;
    padding: 20px 10px;
    margin-bottom: 20px;
}
section#top_access a.btn{
    color: #fff;
}
section#top_access a.btn:after{
 margin-left: 10px;
  content: '';
  display: inline-block;
  width: 20px;/*画像の幅*/
  height: 20px;/*画像の高さ*/
  background-image: url( ../images/icon_arrow_white.png);
  background-size: contain;
  vertical-align: middle;
}
section#top_access a.btn:hover{
    border-bottom: 2px solid #fff;
  }

/*フロアマップ*/
section#top_floor{
    height: 280px;
    background-image: url(../images/home/photo_floor.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 20px 10px;
}
section#top_floor a.floor_title{
    display: block;
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
    background-color: rgba(255,255,255,0.80);
    padding: 40px 0;
}
section#top_floor a.floor_title:hover{
    background-color: rgba(255,255,255,0);
}
section#top_floor a img{
    opacity: 1;
}

/*----------------------------
/ add トップお知らせ #top_info
/-------------------------------*/
section#top_infoarea{/*banner+infomation area*/
	clear:both;
   background-image: url(../images/bg_wood.png);
	/*margin-top:40px; */
	padding:/*80px*/40px 0;
	overflow:hidden;
}

/*start ブログも随時更新*/
section#top_infoarea div.info_blog{
	clear: both;
	padding: 0px auto 0;
	text-align: right;
}

 /*end*/

#top_info .top_info_title {
     display: block:
	font-size:18px;
	font-size:1.8rem;
	color:#fff;
    background:#3c3228;
    padding: 2px;
}
section#top_blog .top_info_title{
    position: relative;
    padding-bottom: 20px;
    padding-left: 80px;
    z-index: -999;
}
section#top_blog .top_info_title img{
    position: absolute;
    bottom: 0;
    left: 0;
}

#top_info a.btn ,section#top_blog a.btn{
	float:right;
	text-decoration: none;
	display: block;
	width: 150px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	color: #FFF;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #76b4a8;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
section#top_3col p.btn{
    float: none;
    width: 250px;
}
#top_info a.btn:hover  ,section#top_blog a.btn:hover{
	background:#ccc;
}
#top_info div.info_list{
	border-top:2px dotted #fff;
	margin-top:10px;
	margin-bottom: 20px;
}
#top_info div.info_list a{
	display:block;
	color:#3c3228;
	padding:10px 0 10px 10px;
	border-bottom:2px dotted #fff;
}
#top_info div.info_list time{
	font-weight:bold;
	color:/*#3c3228*/#2A8F7B;
	font-size: 90%;
	padding-right: 10px;
	
}
#top_info  div.info_list  a:hover {
	color:#76b4a8;
	background:/*#E0D9C7*/#fff;
}
#top_info div.info_list a:hover time{
	color:#76b4a8;
}


/*----------------------------
/ add トップ診療時間 #top_schedule
/-------------------------------*/
#top_schedule  .title{
    font-size: 1.8rem;
    color: #fff;
    background: #3c3228;
    padding: 2px;
    text-align: center;
}
#top_schedule .schedule_box{
    background-color: #fff;
    border: solid 1px #3c3228;
    padding: 10px;
    overflow: hidden;
}
#top_schedule .schedule_box_inner{
    max-width: 453px;
    margin: 0 auto;
}
#top_schedule table.table_shcedule{
   width: 100%;
}
#top_schedule table.table_shcedule th{
    background-color: #ED97A7;
    color: #fff;
    font-weight: normal;
    width: 100px;
    padding: 8px 5px;
}
#top_schedule table.table_shcedule td{
    background-color: #f6f6f6;
    padding: 5px 8px;
}


/*-----------------------------
/  add #side
/-------------------------------*/
#side { margin-bottom:50px;/*add*/}
#side h3 {
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 2.0rem;
	line-height: 20px;
	color: #FFFFFF;
	padding-bottom: 15px;
	padding-top:15px;
	padding-right: 3px;
	padding-left: 12px;
	font-weight: normal;
	letter-spacing: 1px;
background-color:#3C3228;
	
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.nurse #side h3{
background-color: #f98a9f;
	color:#fff;
}
.poppo #side h3{
background-color: #fcea9f;
color:#3a3a3a;
}

#side .side_box {
	margin-bottom: 5px;
}
#side ul {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
#side li {
	line-height: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4f9e8f;
	background-color: #Fff;
}
.nurse #side li{
		border-bottom-color: #f98a9f;
}
.poppo #side li{
    border-bottom-color: #fcea9f;
}

#side li a {
	display: block;
	font-size: 1.4rem;
	font-size: 14px;
	line-height: 2.0rem;
	line-height: 20px;
	color: #3a3a3a;
	text-decoration: none;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-right: 5px;
	padding-left: 8px;
	
	background-image:url(../images/icon_arrow_green.png);
    background-size:16px 16px;
	background-repeat:no-repeat;
	background-position:right 10px center;
}
.nurse #side  li a{
	background-image:url(../images/icon_arrow_nurse.png);
	background-repeat:no-repeat;
	background-position:right 10px center;
}
.poppo #side  li a{
	background-image:url("../images/icon_arrow_poppo.png");
	background-repeat:no-repeat;
	background-position:right 10px center;
}


#side li a:hover,#side ul li.current a {
	background-color: rgba(164,224,220,0.20);
}
 .nurse #side li a:hover,.nurse #side ul li.current a {
    background-color:rgba(249,138,159,0.10);
}
 .poppo #side li a:hover,.poppo #side ul li.current a {
    background-color:#FEFEEC;
}
/*end #side*/

#pre_footer{/*illust_area*/
   width: 137px;
    height: 50px;
    position: relative;
}
#pre_footer img{
    position: absolute;
    max-width: 100%;
    left: 100px;
    bottom: -20px;
}
#foot_base {
   background-image: url(../images/bg_wood.png);
	clear: both;
	width: 100%;
}

footer {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	color: #3a3a3a;
	padding-top:40px;
	padding-bottom:10px;
    overflow:hidden;
}

/*add foot_menu01-03*/
footer div.foot_menu01,footer div.foot_menu02,footer div.foot_menu03, footer div#foot_right{
	float:left;
	width:25%;
	overflow:hidden;
}

footer ul {
	display: block;
	width: 100%;
	line-height:2.0rem;
	line-height:20px;
	margin-bottom:0px;
}

footer li {
	font-size: 1.2rem;
	font-size: 12px;
	display: block;
	padding-right: 5px;
	padding-left: 15px;
}
footer li:first-child{
	font-weight:bold;
     font-size: 1.3rem;
	font-size: 13px;
	padding-left: 0px;
	padding-bottom:3px;
}

footer li a {
	color: #3a3a3a;
	text-decoration: none;
	display: block;
	padding-right: 5px;
}

footer li a:hover {
	color: #76b4a8;
}


footer p {
	font-size: 1.1rem;
	font-size: 11px;
	line-height: 1.6rem;
	line-height: 16px;
}

footer div#foot_right{
	margin-bottom:20px;	
}

footer #f_logo {
	font-size: 2.0rem;
	font-size: 20px;
	letter-spacing: 1px;
	margin-top:10px;
}
footer #f_logo span{
	font-size:1.1rem;
	font-size:11px;
}
footer #f_logo a{
	color:#3a3a3a;
}

address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0rem;
	font-size: 10px;
	font-style: normal;
	color: #fff;
	background-color:#76B4A8;
	line-height: 3.0rem;
	line-height: 30px;
	padding-top:8px;
	padding-left: 2%;
	padding-bottom: 30px;
}
#address_Inner{
	width:98%;
	margin-left:auto;
	margin-right:auto;
}
#address_Inner ul{
	width:100%;
	
	line-height:2.0rem;
	line-height:20px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #fff;
}
#address_Inner ul li{
	display:inline-block;
	
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;
}
#address_Inner ul li a{
	color:#fff;
}

#address_Inner p{
	text-align:center;
	padding:15px 0 10px;
	line-height:1.2em;
}
/*
#to_top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 200;
}
#to_top a {
	text-decoration: none;
	color: #FFF;
	width: 82px;
	text-align: center;
	display: block;
	opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	font-size: 1.2rem;
	font-size: 12px;
}
#to_top a:hover {
    opacity:1.0;
	filter: alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}*/
/*footer_bar*/
#bar_bottom{
	position: fixed;
	display: block;
	width:100px;
	height:100px;
	right:0;
	bottom: 10px;
	z-index: 5;
	opacity: 0;
	transform: translateY(100px);	
}
a#bar_insta{
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	z-index: 3;
	margin: 0;
	padding: 0;
	background: rgba(223,68,148,0.9);
	background: linear-gradient(120deg, rgba(223,68,148,0.95) 0, rgba(250,154,157,0.95) 80%);
	color:#ffffff;
	font-size: 13px;
}
a#bar_insta > img{
	max-width: 60px;
	max-height: 60px;
	margin: 0 5px;
}
a#bar_insta > img:hover{
	opacity: 1;
}
#bar_bottom.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(110px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#bar_bottom.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(110px);
  }
}


#content .cont_box ,#content_wide .cont_box{
	margin-bottom: 30px;
	padding:  10px 0 10px;
	counter-reset: num;/*カウントのリセット*/
	
}
#content .cont_box ul ,#content_wide .cont_box ul,ul.list_dot{/*add*/
	padding-left:0;
	margin-left:22px;
}
#content .cont_box ul li ,#content_wide .cont_box ul li,ul.list_dot li{/*add*/
padding-left:2px;
list-style-image:url(../images/icon_list.gif) ;
padding-bottom:8px;
}
#content .cont_box ol li ,#content_wide .cont_box ol li{/*add*/
padding-bottom:8px;
}
#content .cont_box p ,#content_wide .cont_box p{/*add*/
    line-height: 1.7;
}

/*add 写真用*/
#content .photo_3col img,#content .photo_2col img{
	float:left;
	height:auto;
	margin-bottom:10px;
	
}
#content .photo_3col img{
	width:220px;
	margin-right:25px;
}
#content .photo_2col img{
	width:340px;
	margin-right:30px;
}


#content .photo_3col img:last-child,#content .photo_2col img:last-child{
	margin-right:0;
}

/*add 写真ギャラリー ulバージョン*/
#content ul.ul_gallery,#content_wide ul.ul_gallery {
	margin-left:0;
}
#content ul.ul_gallery li, #content_wide ul.ul_gallery li{
	display:inline-block;
	background:none;
	padding-left:0;
	padding-right:3px;
	padding-bottom:10px;
}
#content ul.ul_gallery li{max-width:230px;}
#content_wide ul.ul_gallery li{max-width: 320px;padding-right: 6px;}


/*add box_2l*/
.box_2l{
	float:left;
	width:47.5%;
	margin-right:30px;
	margin-bottom:15px;
}
/*add box_4l*/
.box_4l,.box_4l_thum {
	float: left;
	width: 23.2%;
	margin-right: 24px;
	margin-bottom: 15px;
	background-color: #fff;
}
.box_4l_x2{
	width:48.8%;	
}
.box_4l_thum{/*newopen サムネイルで使用*/
	margin-right: 18px;
}

.box_last{
	margin-right:0;
}

.box_3l {
	float: left;
	width: 30%;
	margin-left: 1%;
	margin-bottom: 15px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 3px 0px;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 1%;
	padding-bottom: 15px;
	padding-left: 1%;
}
section#top_3col .box_3l{
    border-radius: 0;
    box-shadow: none;
    padding: 0;
}

.box_3l .box_img ,.box_4l .box_img, .box_2l .box_img{
	text-align: center;
}
.box_3l p ,.box_4l p{
	margin: 10px;
	text-align:center;/*add*/
}

.box_3l a.btn_s {
	font-size: 12px;
	width: 140px;
	padding-top: 7px;
	padding-bottom: 7px;
}

/*----------------------------------
	add table
------------------------------------*/	
#content table ,#content_wide table   { 
	width: 100%; 
	border-collapse: collapse;
    border-spacing: 0;
	}
#content_wide table{ width:70%; margin-left:auto; margin-right:auto;}

#content th, #content td,#content_wide th, #content_wide td  { 
	padding: 12px 10px 12px 20px; 
	border-top: 1px solid #ccc; 
	border-bottom: 1px solid #ccc;
	vertical-align: top; 
	}
#content th ,#content_wide th  { background:#f6f6f6; border-top:1px solid #ccc; border-bottom:1px solid #ccc; font-weight:normal;}
#content tr:first-child th ,#content_wide tr:first-child th{border-top:1px solid #ccc;}
#content tr:last-child th ,#content_wide tr:last-child th{border-bottom:1px solid #ccc;}
 
 /*2col*/
#content table.table_2col th ,#content_wide table.table_2col th { width: 30%; text-align: left; }

/*1col*/
#content table.table_1col th, #content table.table_1col td{
        display: list-item;
		list-style: none;
		text-align: left;
    }

#content   table.table_1col  tr{
        display: block;
        margin-bottom: 15px;
}

/*type_poppo*/
#content table.type_poppo th  { background:#FEFEEC; border-top:1px solid #fcea9f; border-bottom:1px solid #fcea9f;}
#content table.type_poppo td  { border-top:1px solid #fcea9f; border-bottom:1px solid #fcea9f;}
#content table.type_poppo tr:first-child th ,#content table.type_poppo tr:first-child td {border-top:1px solid #fcea9f;}
#content table.type_poppo tr:last-child th,#content table.type_poppo tr:last-child td{border-bottom:1px solid #fcea9f;}


/*type_line:1行毎に色変更*/
#content table.type_line{
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
}
#content table.type_line td,#content table.type_line th{
	border:none;
}
#content table.type_line tr:nth-child(2n+1) ,#content table.type_line tr:nth-child(2n+1) th {
    background: #f6f6f6;
}
#content table.type_line tr:nth-child(2n) ,#content table.type_line  tr:nth-child(2n) th {
    background: #FFFFFF;
}
/*table_tantoui 担当医専用table*/
#content table.table_tantoui th, #content table.table_tantoui td {
	padding:5px;
	border:1px solid #ccc;
}

#content table.table_tantoui tr td:nth-child(1),#content table.table_tantoui tr th:nth-child(1) {
	width:10%;
	border:1px solid #fff;
}
#content table.table_tantoui td{
	width:15%;
}

#content table.table_tantoui tr:first-child td{
	background:#E9DAA2;
	text-align:center;
	vertical-align:central;
	border:1px solid #ffffff;	
}
#content table.table_tantoui th{
 background-color: #dddddd;
}
#content table.table_tantoui .bg_room { 
   background-color: /*#F8F7E8*/#f6f6f6;
}


@media only screen and (max-width: 720px){
	#content table ,#content_wide table{
		 table-layout : fixed;
	}
	#content_wide table{ width:100%;}

	#content table th, #content table td ,#content_wide table th, #content_wide table td{
		text-align: left;
    }
    #content   table tr ,#content_wide  table tr{
        display: block;
        margin-bottom: 15px;
    }

	/*2col*/
   #content table.table_2col ,#content_wide table.table_2col { margin: 0 /*-10px*/0; }
    #content table.table_2col th,#content table.table_2col td,
	#content_wide table.table_2col th,#content_wide table.table_2col td{
        width: 92%;
        display: block;
        border-top: none;
		border-left:1px solid #ccc;
		border-right:1px solid #ccc;
    }
   #content table.table_2col  th ,#content_wide table.table_2col  th  { border-top: 1px solid #ccc; }
   
   /*poppo*/
   	#content table.type_poppo th,#content table.type_poppo td{
        border-left:1px solid #fcea9f;
		border-right:1px solid #fcea9f;
    }
    #content table.type_poppo th { border-top: 1px solid #fcea9f;}

   
   
   /*type_line*/
   #content table.type_line{ border-top :none; border-bottom:none;}


   #content table.type_line tr:nth-child(2n+1) { background:none;}
    #content table.type_line  th{ background:#eee!important; }
   #content table.type_line  td{ background:#fff!important; }
   
   
  #content table.type_line th,  #content table.type_line td{ 
  	border-bottom:1px solid #ccc;
	  }
	  
  /*table_tantoui*/	  
#content table.table_tantoui   { 
	width: 100%; 
} 
#content  table.table_tantoui tr{
        display:table-row;
        margin-bottom:0;
    }

}
/*end table ------------------------------------------------*/


/* addフォーム
------------------------------------------------------------*/
input[type="text"], textarea,input[type="email"],select{
vertical-align:middle;
/*max-width:90%;*/ width:95%;
line-height:30px;
height:30px;
padding:1px 5px;
border:1px solid #d4d4d7;
border-radius:3px;
-webkit-border-radius:3px;
-moz-border-radius:3px;
font-size:100%;
color:#555;
background:#fcfcfc;
margin-bottom:3px;
}
input{
margin-right:0.5em;
}

input.input_w45{
	width:45%;
}
input.input_w20{
	width:20%;
}
input.input_w10{
	width:10%;
}
textarea{
height:/*auto*/10em;
line-height:1.5;
}

input[type="radio"]{/*add*/
    margin-bottom: 10px;
}

/*input.form_btn {*/
input[type="submit"],input[type="reset"],input[type="button"],a.btn_contact{
	color: #FFF;
	padding-top: 6px;
	padding-right: 20px;
	padding-bottom: 6px;
	padding-left: 20px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px 0px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px 0px;
	-moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 3px 0px;
	border: 3px solid #76b4a8;
	background-color:#2A8F7B;
	letter-spacing: 1px;
}

input[type="submit"]:hover,input[type="reset"]:hover,input[type="button"]:hover,a.btn_contact:hover{

	background-color: #02745D;
	cursor: pointer;
}

.wrap_box {
    /* Safari Chrome */
    -webkit-column-count: 3;
    -webkit-column-gap: 10px;
    /* Firefox */
    -moz-column-count: 3;
    -moz-column-gap: 10px;
    /* CSS */
    column-count: 3;
    column-gap: 10px;
}



/*---------------------------
	add 各ページ別
-----------------------------*/

/*トップコンセプト*/
div#top_concept{
	margin-top:80px;
   margin-bottom: 60px;
	padding:10px;
	line-height:2em;
	text-align:center;
}
div#top_concept img{max-width: 680px;}

/*お知らせ*/
#information #content h3::after,#information #content h3::before{
	background-color:transparent;
}
#information #content h3{
  
	border-bottom:none;
	
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 2.0rem;
	line-height: 20px;
	color: #3e2d0f;
	padding-bottom: 15px;
	padding-top:15px;
	padding-right: 3px;
	padding-left: 12px;

	font-weight: normal;
	letter-spacing: 1px;
	background-color: #f6f6f6;
    background-image: url(../images/bg_wood.png);
	
border-radius:3px 3px 0px 0px ;
-moz-border-radius:3px 3px 0px 0px ;
-webkit-border-radius:3px 3px 0px 0px ;
}
#information div.info_box{
 	
	border:4px solid #f0f0f0;
	
border-radius:0px 0px 3px 3px ;
-moz-border-radius:0px 0px 3px 3px ;
-webkit-border-radius:0px 0px 3px 3px ;
	
	padding:10px;
	margin-bottom:50px;
}
#information time{
	float:right;
	border-radius:3px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
	background:#3e2d0f;
	color:#fff;
    font:90%  "ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	
	padding:5px 8px;
	margin-right:10px;
}
#information div.info_thum{
	float: left;
	margin-right: 15px;
	max-width: 100%;
	border:solid 7px #eeeeee;
}


/*ご挨拶*/
div.greeting_sentence{
	width:560px;
	margin:20px auto;
}

/*医師紹介 #doctor*/
div.doctor_2col, div.doctor_3col{
	width:98%;
	margin:25px auto;
	overflow:hidden;
}
div.doctor_2col div{
	width:48%;
	float:left;
	padding:0 5px 10px;
	text-align:center;
}
div.doctor_3col div{
	width:32%;
	float:left;
	padding:0 3px 20px;
	text-align:center;
}

/*診療時間  #reception*/
dl.dl_reception dd div{
   display:inline-block;
}

dl.dl_reception dt {
   float:left;
   width:11em;
   border-top:1px dotted #ccc;
   padding-top:18px;
   padding-bottom:0;
   padding-right:0;   
}
dl.dl_reception dd {
   margin-left:11em;
   padding-top:10px;
   padding-bottom:0px;
   padding-right:10px;
   border-top:1px dotted #ccc;
}
dl.dl_reception dt:nth-child(1) , dl.dl_reception dd:nth-child(2){ 
	border-top:none;
}

/*部門案内*/
article{padding-top: 10px;}/*アンカーの調整*/
.contents_menu{
    padding: 0 20px;
    margin-bottom: 40px;
    text-align: center;
}
.contents_menu ul{
    margin: 0 auto;
    padding: 0;
    font-size: 0;
}
.contents_menu ul li {
    display: inline-block;
    width: 44%;
    margin: 0 20px 10px;
}
.contents_menu3 ul li {
    width: 30%;
    margin: 0 10px 10px;
}
.contents_menu ul li a{
    display: block;
    text-align: center;
    padding: 0.5em 1em;
    text-decoration: none;
    color: /*#76b4a8*/#2A8F7B;
    font-size: 17px;
    font-size: 1.7rem;
    border: 2px solid /*#76b4a8*/#2A8F7B;
    border-radius: 4px;
    
    background-image: url(../images/icon_arrow_darkgreen.png);
    background-size: 16px 16px;
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.contents_menu ul li a:hover{
    background-color: /*#76b4a8*/#2A8F7B;
    color: #fff;
     background-image: url(../images/icon_arrow_white.png);
}
/*add*/
.contents_menu3 ul li.li_pink {	width:94%;margin-bottom: 20px;}
.contents_menu ul li.li_pink a{
	border-color:#f98a9f;
	background-color:#f98a9f;
	color: white;
	 background-image: url("../images/icon_arrow_white.png");
}
.contents_menu ul li.li_pink a:hover{
    background-color: white;
    color:  #f98a9f;
     background-image: url("../images/icon_arrow_white.png");
}

/*サイトマップ #sitemap*/
#sitemap #content ul li{
	list-style-image:none;
	width:185px;
}

#sitemap #content h5{
	font-size: 1.6rem;
	font-size: 16px;
	line-height: 1.6rem;
	line-height: 16px;
	font-weight:normal;
	padding:7px 0  7px 10px;
	margin:60px 0 10px;
	background:#eaeaea;
	border-top:2px solid #ccc;
}
#sitemap #content h5.first{
	margin-top:20px;
}

#sitemap  #content a{
   background-image: url(../images/icon_arrow_green.png);
   background-repeat: no-repeat;
   background-position: right 40%;
   background-size: 15px 15px;
   padding-right: 20px;
   margin-right: 10px;
   color:#3a3a3a;
}
#sitemap #content a:hover{
	color:#009245;
}

/*看護部教育計画*/
div.kangobu_mokuhyo{
	 border: 2px solid #f98a9f;
    border-radius: 4px;
	margin-top:20px;
    padding: 1rem 0 ;
}
div.kangobu_mokuhyo p.title{ 
	border-bottom:1px solid #f98a9f;
	color:#3a3a3a;
	font-size:1.7px;
	font-size:1.7rem;
	padding-left:20px;
	padding-bottom:5px;
	}

/*退院支援*/
section#taiin-shien_top div.fukidashi_area{
	position: relative;
	padding-bottom: 100px;
	padding-top: 70px;
	margin-bottom: 80px;
	margin-top: 30px;
	
	text-align: center;
}
section#taiin-shien_top div.title{
	padding:20px 20px;
  background-color:#ffffff;
  /* box-shadow */
  box-shadow:0px 0px 11px 8px #fff;
  -moz-box-shadow:0px 0px 11px 8px #fff;
  -webkit-box-shadow:0px 0px 11px 8px #fff ;

border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;

	color: #3c3228;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 0.1em;

}
section#taiin-shien_top p.soudan{
	font-size: 20px;
	line-height: 1.5;
	letter-spacing: 0.1em;
	text-align: center;
}
section#taiin-shien_top p.soudan span.line{
   border-bottom: dotted 2px #f98a9f;
   padding-left: 10px;
	padding-right: 10px;
}

section#taiin-shien_top img.fukidashi_photo{

}

section#taiin-shien_top img.fukidashi_01{
	position: absolute;
	top :0px;
	left: 0px;
}
section#taiin-shien_top img.fukidashi_02{
	position: absolute;
	top :270px;
	left: 100px;
}
section#taiin-shien_top img.fukidashi_03{
	position: absolute;
	top :350px;
	left: 0px;
}
section#taiin-shien_top img.fukidashi_04{
	position: absolute;
	top :0px;
	right: 0px;
}
section#taiin-shien_top img.fukidashi_05{
	position: absolute;
	top :80px;
	right: 30px;
}
section#taiin-shien_top img.fukidashi_06{
	position: absolute;
	top :370px;
	right: 30px;
}
section#taiin-shien_staff p.line_orange{
	line-height: 1.9;
	padding-bottom: 0!important;
}
section#taiin-shien_staff p.line_orange span{
	border-bottom: 1px dashed #f98a9f;
	font-size: 110%;
}


/*新築移転*/
section#newopen_info{overflow:hidden; margin-bottom:80px; padding-top:20px;}

/*サムネイル*/
/*start表示非表示切り替え*/
/*中身を非表示にしておく*/
.hidden_show {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
input#check1{display: none;}
input#check1:checked ~ .hidden_show {
    /*padding: 10px 0;*/
    height: auto;
    opacity: 1;
}

/*ラベル切り替え*/
label#label1 {
  cursor: pointer;
  display: inline-block;
  text-align: right;
  margin-top: 20px;
}
label#label1 span{
background-color: #009245;
padding: 4px 30px 4px 24px;
color: #ffffff;
border: 2px solid #009245
}
label#label1 span:hover{
	color: #009245;
	background-color: #ffffff;
}

input#check1:not(:checked) + label#label1 span:before {
  content: "＋  ";
}
input#check1:checked + label#label1 span:before {
  content: "－  ";
}

 #thum_area .flex_area{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/*end*/

section#newopen_info div.box_4l_thum{
	padding-bottom:15px;
	display:inline-block;
     background-image:url(../images/newopen/icon_readmore.png) ;
	 background-repeat:no-repeat;
	 background-position:right 0 bottom 0;
	 
}
section#newopen_info div.box_4l_thum img{ max-width:100%;}

section#newopen_info div#thum_area  p{
	text-align:left;
	display: block;
	margin: 5px 0 0 ;
}
section#newopen_info div#thum_area p.thum_title{
	color:#3a3a3a;
	line-height:1.3;
	height: 32px;
}
section#newopen_info div#thum_area p span{ 
	background:#aa8b48;
	padding:2px 10px 1px;
	color:#fff;
	font-size:90%;
}

section#newopen_info div#thum_area a:hover p{
	 color:#aa8b48;
  -webkit-transition: 0.3s ease-in-out;  
     -moz-transition: 0.3s ease-in-out;  
         -o-transition: 0.3s ease-in-out;  
            transition: 0.3s ease-in-out; 
}

/*動画*/
section#newopen_info div.movie_area{
	background-color: #f7f7f7;
	padding: 30px 5px 20px;
	margin: 20px 0 40px;
}
section#newopen_info div.movie_width{
	max-width:540px;
	height: auto;
	margin: 0 auto;
}
section#newopen_info div.movie_width video{
	 max-width: 100%;
    height: auto;
}
div.map{
	clear:both;
	max-width:750px;
	height:300px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

/*新築移転最新情報*/
#newopen-info{
background-image: url(../images/newopen/info_bg_bottom.jpg);
background-repeat: no-repeat;
background-position:bottom 420px right 0;
}
#newopen-info div.info_headbottom{
	height: 250px;
	text-align: center;
	margin-bottom: 80px;
}

/*新病院パンフレット*/
div.pamphlet_area{
	max-width: 750px;
	margin: 20px auto;
	text-align: center;
}
section#newopen_pamphlet a.btn {
	text-decoration: none;
	display: block;
	width: 100%;

	color: #ffffff;
	font-weight: bold;
	font-size: 110%;
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: #009245;
	border: 2px solid #009245;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
section#newopen_pamphlet a.btn:hover{
	background:#ffffff;
	color: #009245;
}



/*---------------------------
 add 共通部品
-----------------------------*/
.float_right{
	float:right;
}
.float_left{
	float:left;
}
.display_sp{display:none;}
.display_pc{display:inline;}

/*リストマーカーなし横並び*/
#content ul.list_nomark_flat li{
	display:inline-block;
	list-style:none;
	padding-left:0;
	padding-right:20px;
}

/*PDFリスト*/
#content ul.list_pdf li{
	float:left;
	list-style-image:none;
	list-style-image:url(../images/icon_pdf.gif);
	padding-left:5px;
	padding-right:40px;
}
ul.list_pdf li a{
	color:#3a3a3a;
}
ul.list_pdf li a:hover{
	color:#009245;
}

/*受付時間へリンク*/
a.link_schedule{
    padding: 0.5em 1em;
    color: #2A8F7B;
    font-size: 17px;
    font-size: 1.7rem;
	float: right;
	border-bottom: 1px solid  #2A8F7B;
	
}
a.link_schedule::after{
	content: '';
	display: inline-block;/*忘れずに！*/
   width: 16px;
   height: 16px;
    background-image: url(../images/icon_arrow_darkgreen.png);
    background-size:contain;
    background-repeat: no-repeat;
	 vertical-align: middle;
	 margin-left: 4px;
}


/*dl 横並び*/
dl.dl_flat dt{
   float:left;
   width:4em;
}
dl.dl_flat dd{
   margin-left:0;
   padding-left:4em;
}

/*--------------------------------------------------------------------------------- (max-width:720px)*/
@media only screen and (max-width:720px){
	
#side {
	float:none;
	clear:both;/*add*/
	margin-left:auto;
	margin-right:auto;
}

#hp_base {
	width: 100%;
	min-width: 320px;
}

/*add*/
	header{
		padding-top: 0px;
		text-align: center;
	}
	header #header{
		height:auto;
		margin-bottom:10px;
	}
	
	header h1{
	float: none;
	background-color:#fff;
	margin: 0px;
	}
	header #h_list {
	float: none;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	}
	header img#logo{
		float: none;
	}
	header #header_right{/*add*/
	max-width:100%;
	float:none;
	text-align:center;
	height:auto;
	}
	header #change_size{/*add*/
		display:none;
	}
	
	header #info img{
		display:none;
	}
	header #info{
		float: none;
		margin: 5px;
		text-align: center;
	}
	
#main {
	width: /*98%*/94%;
	padding-top: 1%;
	padding-right: /*1%*/3%;
	padding-left: /*1%*/3%;
}

footer div.foot_menu01,footer div.foot_menu02,footer div.foot_menu03{
	/*width:50%*/;float:none; width: 100%;
}
footer div.foot_menu01_sp,footer div.foot_menu02_sp{
 float: left;width: 50%;
}

footer div#foot_right{
	clear:both;
	float:none;
	width:98%;
	text-align:center;
	margin:30px auto 30px;
}

	/*
#to_top {
	right: 5px;
}*/
	
#bar_bottom{
	width:100vw;
	height:60px;
	right:auto;
	left:0;
	 bottom: 0;
   }
   a#bar_insta{
        flex-direction: row;
	}  	
   a#bar_insta > img{
	  max-width: 50px;
	  max-height: 50px;
}


address {
	padding-bottom: 80px;
}

.img_pc {
	display: none;
}

/*add*/
#content .photo_3col,#content .photo_2col{
	text-align:center;
}
#content .photo_3col img,#content .photo_2col img{
	float:none;
	max-width:100%;
	margin-right:0;
}


/*add*/
.box_3l,.box_4l  ,.box_2l,.box_4l_thum{
	float: none;
	width: 96%!important;/*2022.03.29*/
	margin-right:0;
	margin-left: auto;
	margin-right:auto;
}

.top_recruit_wrap{	flex-direction: column;}
.top_recruit_left,.top_recruit_right{width: 100%;}
	.top_recruit_left{order: 2;padding-bottom: 40px;}
	.top_recruit_righ{order: 1;}
	
/*---------------------------
	add 各ページ別
-----------------------------*/
/*トップコンセプと*/
div#top_concept{
	text-align:left;
}

/*ご挨拶*/
div.greeting_sentence{
	width:100%;
}

/*医師紹介 #doctor*/
div.doctor_2col div,div.doctor_3col div{
	width:100%;
	float:none;
}

/*診療時間  #reception*/
dl.dl_reception dt {
   float:none;
   width:100%;
}
dl.dl_reception dd {
   margin-left:0;
   width:100%;
   border:none;
}
/*部門*/
    .contents_menu ul li ,.contents_menu3 ul li,.contents_menu3 ul li.li_pink{
        display: block!important;
        width:100%!important;
        margin-left: auto;
        margin-right: auto;
    }

/*退院支援*/
section#taiin-shien_top div.fukidashi_area{
padding-top: 0;	
padding-bottom: 0;
margin-bottom: 20px;
	}
section#taiin-shien_top div.title{
	font-size: 18px;
	}
section#taiin-shien_top img.fukidashi_01,section#taiin-shien_top img.fukidashi_02,section#taiin-shien_top img.fukidashi_03,section#taiin-shien_top img.fukidashi_04,section#taiin-shien_top img.fukidashi_05,section#taiin-shien_top img.fukidashi_06{
	position: static;
}

/*新築オープン*/
#newopen-info{
	background : none;
}
#newopen-info div.info_headbottom{
	height:auto;
	margin-bottom:60px;
}

/*トップblog*/
section#top_blog div.blog_list a{
	padding:5px;
}
section#top_infoarea div.info_blog{text-align: center;}

/*お知らせ*/
#information time{
	float:none;
    display: block;
    margin-bottom: 10px;
    }

/*---------------------------
add 共通部品
-----------------------------*/
.float_right,.float_left{
	float:none;
}
.text_center_pc{text-align:left!important;}
.display_sp{display:inline;}
.display_pc{display:none;}

/*リストマーカーなし横並び,PDFリスト*/
ul.list_nomark_flat li , ul.list_pdf li{
	display:list-item;
	float:none;
}

.googlemap-container{padding-bottom: 50%;}

/*-- /max:720 --*/
}
/*-------------------------------------------------------------------------------(min-width: 720px)*/
@media screen and (min-width: 720px){	

textarea ,
input {
	font-size: 1.4rem;
	font-size: 14px;
}
	
#hp_base ,.wide_base{
	width: 96%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1px;
	padding-bottom: 1px;
}

header {
	height: auto;
	position: relative;
	width: 100%;
}
header #header{/*add*/
	height:auto;
	margin-bottom:30px;
	overflow:hidden;
}

header h1 {
	color: #666;
	background-color: #fff;
	padding-left: 2%;
	padding-bottom:4px;/*add*/
	width: 98%;
}

header #h_list {
	position: absolute;
	right: 2%;
	top: 0px;
	z-index: 10;
}


header #header_right{/*add*/
	position:relative;
}
header #info {
	position: absolute;
	left:0;
	bottom:0;
}
header #info p{
		display:none;
	}
header #change_size{/*add*/
	position:absolute;
	right:0;
	bottom:0;
}

#main {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
}

#content {
	width: 74%;
	float: right;
	margin-top:20px;/*add*/
}

#content_wide{/*add*/
	width:100%;
	margin-top:20px;
}




#side {
	float: left;
	width: 24%;
	margin-top:20px;/*add*/
}


.img_sp {
	display: none;
}
/*-- /min:720 --*/
}

/*------------------------------------------------------------------------------------- (max-width: 1000px)*/
@media screen and (max-width: 1000px){
/*add globalnavi(max-width:720)*/
header div#globalnavi_sp{
	display:block;
}
header div#globalnavi_pc{
     display:none;
}

.box_4l{
	width:46%;	/*add 201911*/
}
	
.contents_menu3 ul li {/*add 202508*/
    width: 45%;
	display: inline-block;
	}
}

/*------------------------------------------------------------------------------------- (min-width: 1000px)*/
@media screen and (min-width: 1000px){

/*add globalnavi(min-max:1000)-*/
header div#globalnavi_pc{display:block;background-color:#76b4a8; }
header div#globalnavi_sp{display:none;}

header #nav_gnavi_pc {
  width: 100%;
  position: relative;
}
header #nav_gnavi_pc .ul_mainnavi {
  width: 1000px;
  margin: 0 auto;
  clear: both;
  font-size:0;/*add*/
}
header #nav_gnavi_pc .ul_mainnavi > li {
  display:inline-block;/*add*/
   /* IE6～7 */
   *display: inline;
   *zoom: 1;
  border-left: 1px solid #e6e6e6;
  position: relative;
}

header #nav_gnavi_pc .ul_mainnavi > li a{
  width: 164px;
  height: 66px;
  display: block;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  	/*add*/
	-webkit-transition: 0s;  
    -moz-transition: 0s;  
    -o-transition: 0s;  
    transition: 0s;  
}
header #nav_gnavi_pc .ul_mainnavi #navi01 a {
  background: url(../images/gnavi_home_off.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi #navi02  a{
  background: url(../images/gnavi_about_off.png) no-repeat  ;
  background-size: 164px  66px;
  }
header #nav_gnavi_pc .ul_mainnavi #navi03 a {
  background: url(../images/gnavi_outpatient_off.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi #navi04 a {
  background: url(../images/gnavi_visit_off.png) no-repeat  ;
  background-size: 164px  66px;
  }
header #nav_gnavi_pc .ul_mainnavi #navi05 a {
  background: url(../images/gnavi_departments_off.png) no-repeat  ;
  background-size: 164px  66px;
  }
header #nav_gnavi_pc .ul_mainnavi #navi06 a {
  background: url(../images/gnavi_support_off.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi > li.current#navi01 a {
  background: url(../images/gnavi_home_on.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi > li.current#navi02 a {
  background: url(../images/gnavi_about_on.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi > li.current#navi03 a {
  background: url(../images/gnavi_outpatient_on.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi > li.current#navi04 a {
  background: url(../images/gnavi_visit_on.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi > li.current#navi05 a {
  background: url(../images/gnavi_departments_on.png) no-repeat  ;
  background-size: 164px  66px;
}
header #nav_gnavi_pc .ul_mainnavi > li.current#navi06 a {
  background: url(../images/gnavi_support_on.png) no-repeat  ;
  background-size: 164px  66px;
}

header #nav_gnavi_pc .subnavi_wrap {
  display: none;
  width: 100%;
  padding: 0 0 25px;
  position: absolute;
  top: 66px;
  left: 0px;
  background: #3c3228;
  z-index: 9999;
  clear: both;
}
header #nav_gnavi_pc .subnavi_wrap .ul_subnavi {
  width: 940px;
  margin: 0 auto;
  padding: 0 0 0 60px;
  display: none;
}
header #nav_gnavi_pc .subnavi_wrap .ul_subnavi li {
  margin: 25px 30px 0 0;
  display: inline-block;
  color: #FFF;
  font-size:14px;
}
header #nav_gnavi_pc .subnavi_wrap .ul_subnavi li a {
  color: #FFF;
  font-size: 14px;
  line-height: 1.0em;
  text-decoration:none;
}
header #nav_gnavi_pc .subnavi_wrap .ul_subnavi li a:hover {
  text-decoration: underline;
}
header #nav_gnavi_pc .navi3 li:first-child {
  padding-left:/*130px*/0;
}
header #nav_gnavi_pc .navi4 li:first-child {
  padding-left: /*80px*/0;
}
header #nav_gnavi_pc .navi5 li:first-child {
  padding-left: 0;
}
/*add end*/

textarea ,
input {
	font-size: 1.6rem;
	font-size: 16px;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

#hp_base ,.wide_base{
	width: 1000px;
}

nav#g_navi li a {
	margin-right: 10px;
	margin-left: 10px;
}

#content {
	width: 710px;
	margin-right: 5px;
	margin-top: 20px;
}

#content_wide{/*add*/
	width:1000px;
	margin-top:20px;
}

#side {
	width: 220px;
}

footer ,#address_Inner{
	width: 1000px;
}

/*-- /min:1000 --*/
}
/*---------------------------------------------------------------------------------------- (max-width:460px)*/
@media only screen and (max-width:460px){
	body {
	font-size: 1.3rem;
	font-size: 13px;
	}
		
	.box_3l  {
	float: none;
	width: 96%;
	margin-left: auto;
	margin-right: auto;
	}
	
	.thumb-item-nav li{/*add*/
	margin: 5px 2px;
	}

    section#top_floor{
    height: 180px;
    padding-top: 40px;
    }

	#main_recruit{
		bottom: -60px;
	}
	
	#main_recruit a{
	width: 240px;
	max-width: 100%;
	}
	

/*-- /max:460 --*/
}
/*--------------------------------------------------------------------------------- (min-width: 1260px)*/
@media screen and (min-width: 1260px){

header h1 {
	padding-left: 10%;
	width: 90%;
}

header #h_list {
	right: 10%;
}

header img#logo {
	left: 10%;
}


/*-- /min:1260 --*/
}


/*--------------------------------------
	Add 共通
-----------------------------------------*/	
/*text*/
.font_bold{font-weight:bold;}
.fw_600{font-weight:600;}
.font_normal{font-weight:normal;}
.font_13{ font-size:1.3em; font-size:13px;}
.font_15{font-size:1.5em; font-size:15px;}
.font_16{font-size:1.6em;font-size:16px;}
.font_18{font-size:1.8em; font-size:18px;}


.font_90p{font-size:90%;}
.font_110p{font-size:110%;}
.font_120p{font-size:120%;}

.font_green{color:#2A8F7B;}
.font_brown{color:#3e2d0f;}
.font_red{color:#FF0000;}
.font_black{color:#3a3a3a;}

/*余白*/
.mt_10{margin-top:10px;}
.mb_10{margin-bottom:10px;}
.mt_20{margin-top:20px;}
.mb_20{margin-bottom:20px!important;}
.mr_20{margin-right:20px;}
.ml_0{margin-left: 0!important;}
.ml_20{margin-left:20px;}
.mt_40{margin-top:40px;}
.mb_0{margin-bottom: 0!important;}
.mb_5{margin-bottom: 5px;}
.mb_40{margin-bottom:40px;}
.mb_60{margin-bottom:60px;}
.mb_80{margin-bottom:80px;}

.pr_3{padding-right:3px; }
.pl_3{padding-left: 3px;}
.pb_10{padding-bottom:10px;}
.pl_20{padding-left:20px;}
.pt_10{padding-top: 10px!important;}

/*位置*/
.text_center,.text_center_pc{text-align:center;}
.text_right{text-align:right;}

/*アンダーライン*/
.underline_red{text-decoration: underline solid red; }
.underline_yerrow{
background: linear-gradient(transparent 60%, #ffeb94 40%);
}
.underline_pink{
background: linear-gradient(transparent 60%, /*#ffeb94*/#F1C6C0 40%);
}

/*強調*/
p.p_catchphrase{
	font-size:1.9em;
	font-size:19px;
	color: #2A8F7B;
	padding:15px 0;
}
p.p_catchphrase:after{
 content: '';
  display: inline-block;
  margin-left: 10px;
  width: 45px;/*画像の幅*/
  height: 37px;/*画像の高さ*/
  background-image: url( ../images/illust_bird.png);
  background-size: contain;
  vertical-align: middle;
}

/*受付時間*/
.font_time{
	font-size:2.1em;
	font-size:21px;
	font-weight:bold;
	/*color:#2A8F7B;*/
}

/*先頭に丸*/
p.title_maru,p.title_maru_pink{
	background-image:url(../images/icon_maru.gif);
	background-repeat:no-repeat;
	background-position:left 0  center;
   background-size: 16px 16px;
	padding: 4px 0 2px 23px;
	font-weight:bold;
	margin-top:20px;
}
p.title_maru_pink{
	background-image:url(../images/icon_maru_pink.gif);
}

/*丸dl*/
dl.dl_maru dt,dl.dl_maru_pink dt{
	background-image:url(../images/icon_maru.gif);
	background-repeat:no-repeat;
	background-position:left 0 center;
   background-size: 16px 16px;
    
	padding: 4px 0 2px 23px;
	margin-top:20px;
}
dl.dl_maru_pink dt{
		background-image:url(../images/icon_maru_pink.gif);
}

/*括弧付き数字*/
ol.list_parentheses{
  padding:0;
}
ol.list_parentheses li{
	background:none;
  list-style-type:none;
  list-style-position:inside;
  counter-increment: cnt;
    padding-left: 1.8em;
    text-indent: -1.8em;
}
ol.list_parentheses li:before{
  display: marker;
  content: "(" counter(cnt) ") ";
}

/*カウントリスト 四角囲み,丸囲み*/
ol.list_sikaku li , ol.list_pink li ,ol.list_pink_maru li,ol.list_yellow_maru li {
	position: relative;
	padding: .2em 0 .5em 2.4em;
	margin:10px 0;
	border-bottom:1px dotted #ccc;
counter-increment:num;
}
ol.list_sikaku li:before ,ol.list_pink li:before ,ol.list_pink_maru li:before,ol.list_yellow_maru li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: counter(num);
	width: 28px;
	height: 28px;
	line-height: 28px;
	background-color: #2A8F7B;
	color: #fff;
	font-size: .9em;
	font-weight:bold;
	text-align: center;
}


/*カウントリスト　ピンク*/
ol.list_pink li:before{
	background-color: #f98a9f;
	color:#fff;
}
/*カウントリスト　ピンク丸*/
ol.list_pink_maru li{border-bottom:none;}
ol.list_pink_maru li:before,ol.list_yellow_maru li:before{
	background-color: #f98a9f;
	color:#fff;
	border-radius: 100px;
	font-size: .8em;
	width: 24px;
	height: 24px;
	line-height: 24px;
}
ol.list_yellow_maru li:before {
	background-color: #fcea9f;
    color:#3a3a3a;
}

/*囲み線*/
.box_title {
    color: #ffffff ;
    background-color: #2A8F7B;	
    line-height: 2em;
    margin: 0 0 5px -24px;
    padding: 5px 30px 5px 30px;
	display: inline-block;
}
div.box_gray{
	max-width:100%;
	background:#f0f0f0;
	margin-bottom:20px;
    padding: 20px;
    border: 6px #e0e0e0 solid;
    position: relative;
    z-index: 3;
	overflow:hidden;
}
div.box_gray:before{
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}
div.box_gold{
	max-width:100%;
	background:#f6f6f6;
	margin-bottom:20px;
    padding: 20px;
    border: 6px #e9daa2 solid;
    position: relative;
    z-index: 10;
}
div.box_gold:before{
    content: "";
    position: absolute;
    background: #fff;
    margin: 3px;
    border: 2px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    z-index: -10;
}

div.box_paper{
	padding:40px;
	background-color:#fff;
    background-image:url( ../images/bg_wood.png);
/* box-shadow */
box-shadow:0px 0px 11px 8px #ffffff inset;
-moz-box-shadow:0px 0px 11px 8px #ffffff inset;
-webkit-box-shadow:0px 0px 11px 8px #ffffff inset;

/* border-radius */
border-radius:6px;
-moz-border-radius:6px;
-webkit-border-radius:6px;
}

/*add:box*/
.box_border_pink {
	padding: 6px;
	border-radius: 5px;
	background: linear-gradient(120deg, rgba(223,68,148,0.95) 0, rgba(250,154,157,0.95) 80%);
	display: flex;
		align-items:center;
		justify-content: center;
}
.box_border_pink > article{
	padding: 20px;
	border-radius: 2px;
	background: #f9f9f9;
	display: block;
	width: 100%;
}	

/*goldタグ*/
span.tag_gold{
	background:#aa8b48;
	padding:2px 10px 1px;
	color:#fff;
}
/*pinkタグ*/
span.tag_pink{
	background:#f98a9f;
	padding:2px 10px 1px;
	color:#fff;
}

/*googlemap*/
.googlemap-container {margin-bottom: 10px; position: relative; padding-bottom: 60%; height: 0; overflow: hidden; max-width: 100%;border:8px solid #eeeaea; } 
.googlemap-container iframe, .googlemap-container object, .googlemap-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



/*add：プリント領域--------------------------------------------------------------------------- (print)*/
@media print{
	#bar_bottom,#h_list,#change_size,#globalnavi_sp,#globalnavi_pc,#side,address,.foot_menu01,.foot_menu02,.foot_menu03,#to_top a,
	header #info p,.print_none{
		display:none;
		}

	#content h3 ,#content_wide h3,#content h4 ,#content_wide h4{
		color:#0d5d31;
		font-weight:bold;
		padding-left:0;
	}
	#content h3::after ,#content_wide h3::after,#content h4::after ,#content_wide h4::after{
		content:none;
	}
	
	dl.dl_maru dt,dl.dl_maru_pink dt,p.title_maru,p.title_maru_pink{
		background-image:none;
		padding-left:0;
		color:#0d5d31;
	}
	span.tag_gold,span.tag_pink{
		background-color:#fff;
		color:#3e2d0f;
	}
	.box_title{
		background:none;
		margin-left:0;
		padding-left:0;
		color:#0d5d31;
	}
}

/*googleCalendar 埋め込み*/
.calendar {position: relative;}
.calendar::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.calendar iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media only screen and (max-width: 720px){
.calendar::before {padding-top: 150%;}
}
@media only screen and (max-width:460px){
.calendar::before {padding-top: 200%;}
}