@charset "utf-8";
/* CSS Document */

section.contents .left-box a.link,
a.link:active,a.link:link, a.link:visited {
	text-decoration: underline;
	font-weight: bold;
	display:flex;
	justify-content:center;
	align-items: center;	
}
a.link:before,
section.contents .left-box a.link:before{
	content: "";
	width:20px;
	height:20px;
	display:inline-block;
	background-image: url("../images/file_link.png");
	background-size: cover;	
	margin-right:5px;
}

.mvs{
	width: 100%;
	height: 200px;
	margin: 0;
	position: relative;
	overflow: hidden;
}
.mvs img{
	width: auto;
height: 100%;
	object-fit:cover;
object-position: 100% 100%;
}

.mvs h1{
	z-index: 100;
position: absolute;
	top:30%;
	left:50%;
transform: translateX(-50%); 
}
.mvs h1 span{
	display: inline-block;
	text-align: center;
	line-height: 1;
font-size: 26px;
	padding:13px 26px;
	color: #fff;
	background-color:rgba(135,170,184,0.4);
	font-weight: bold;
	border-radius:26px;
	border: 2px solid #fff;
	box-shadow: 1px 1px 3px #666;
	text-shadow: 1px 1px 1px #222;
	
}


.about table{
	width: auto;
	display: table;
	margin: 0 auto;
}
.homecare .map_town img,
.nursing .map_town img{
	width:500px;
	max-width:500px;
	height: auto;
}
.sodan figure,
.homecare figure, 
.nursing figure{
	text-align: center;
}
.homecare figure img,
.sodan figure img,
.nursing figure img{
	width: auto;
	height: auto;
	max-width:900px;
}

figure.mid img{
	width: auto;
	height: auto;
	max-width:700px;
}

/* top */
.top ol{
	padding:1em 3em;
	margin: 1em auto 0 auto;
	list-style:decimal;
}
.top ol li{
	margin-bottom: 1em;
}

ul.indmli{
	list-style: circle;
}
ul.indmli li{
	margin:0 0 1em 1.5em;
}



/* clinic */
.clinic p{
	margin: 0;
	padding: 0;
}
.clinic .sc table,
table.ta{
width: 600px;
margin:1em auto 0 auto;
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
}
.clinic .sc table th,
.clinic .sc table td,
table.ta th,
table.ta td{
padding: 0.5em 1em;
background-color: #fff;
border: 1px solid #666;
font-size: 1.5rem;
line-height: 1.5;
}
.clinic .sc table th,
table.ta th{
text-align: center;
background-color:#87AAB8;
	color: #fff;
}

table.ta.small td{
font-size: 14px;
}

.clinic .sc table, 
.clinic table.ta{
width:700px;
}
.clinic .sc table th,
.clinic table.ta th{
text-align: left;
width: 23%;
max-width: 9em;
}
.clinic .sc table td,
.clinic table.ta td{
width: 77%;
}
.clinic .sc .readbox{
display: flex;
  justify-content: center;
  align-items: center;
margin-top: 1em;
}


.clinic .sub{
text-align: center;
margin:2em 0 2em 0;
font-weight: bold;
font-size: 1.8rem;
position: relative;
}
.clinic .sub:after{
content: "";
display: block;
  background-color: #527B8B;
  width:100px;
  height:3px;
  position: absolute;
  bottom: -0.5em;
left:50%;
transform: translateX(-50%); 
}
.clinic table.ta img{
display: block;
margin:0 auto;
	width: 100%;
	height: 100%;
max-width:460px!important;
max-height:400px!important;	
}
.clinic table.ta iframe{
display: block;
margin: 0.5em auto;
	width: 100%;
	height: 100%;
max-width:460px!important;
min-height: 300px;	
max-height:400px!important;
}
.clinic table.ta img.doc{
max-width:320px!important;
width: auto;
height: auto;
}
.clinic strong{
font-weight: bold;
}

.clinic table{
margin-bottom: 2em;
	display: table;
}

.clinic .sc table td,
.clinic .sc table th,
.clinic table.ta.time td,
.clinic table.ta.time th{
text-align: center;
min-width: 3em;
  width:inherit;
  padding: 2px;
}
.clinic table a{
margin: 0.25em;	
}
.clinic .hours p{
	text-align: center;
}

.clinic .exterior{
display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.clinic .exterior figure{
width:320px;
height:240px;
overflow: hidden;
margin:0 0.5em 1em 0.5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.clinic .exterior img{
width:320px;
height:240px;
object-fit:cover;
object-position:50% 50%;
}




/* town */
.town figure.town-map{
		width: 100%;
		height: auto;
		max-width: 700px;
		margin: 1em auto;
		position: relative;
	}
.town figure.town-map img{
		width: 100%;
		height: auto;
	}
.town figcaption{
		position: absolute;
		background-color: rgba(255,250,135,1.00);
	}

.clinic.map p.button{
text-align: right;
}
.clinic.map p.button button{
font-size: 11px;
padding: 1px 0.5em;
margin: 0 0.5em;
background-color:#527B8B;
color: #fff;
border: 1px solid #527B8B;
border-radius: 5px;
cursor: pointer;
}
.clinic.map p.button button:hover{
background-color:#fff;
color:#527B8B;
}



/* treatment */
.treatment-list{
display: flex;
  justify-content: center;
  align-items: center;
    -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.treatment-list li{
margin:1em;
}
.treatment-list li a{
display: flex;
  justify-content: center;
  align-items: center;
padding: 0.5em 1em;
background-color: #ccc;
border: 1px solid #ccc;
color: #333;
	text-decoration: none;
}
.treatment-list li a:hover{
background-color: #ddd;
}

.clinic-list table.ta{
width:auto;
min-width:320px;
max-width:100%;
margin: 0 auto;
	display: table;
	border-collapse:collapse;
border-spacing:0;
empty-cells:show;
}

.clinic-list table.ta td,
.clinic-list table.ta th{
	border: 1px solid #ccc;
	padding: 0.5em;
	font-size: 14px;
}
.clinic-list table.ta td a{
	font-size: 14px;
	display: inline-block;
}
.clinic-list table.ta th{
	background-color: #87AAB8;
	color: #fff;
	padding: 0 0.5em;
}
.clinic-list table.ta td:nth-of-type(3),
.clinic-list table.ta td:nth-of-type(2){
	max-width: 16em;
}
.clinic-list table.ta td:nth-last-of-type(1){
	max-width:8em;
}

/*---------------------------------------------*
* policy
*----------------------------------------------*/
.policy ol{
margin: 1em 0;	
padding: 0 2.5em;
	width: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	list-style: decimal;
}

/*---------------------------------------------*
* sodan
*----------------------------------------------*/
.sodan section section{
	padding: 1em 2.5em;
}
#oldchk:checked + p,
.sodan #oldchk,
.sodan .oldnews{
	display: none;
}
.sodan label{
	cursor: pointer;
	color: #87AAB8;
	font-weight: bold;
}
#oldchk:checked ~ .oldnews{ 
display: block;
}
.sodan .child-ul{
	margin: 1em 0;
	padding-left:2.5em;
	list-style: disc;
}
.sodan .oyaku,
.sodan .service{
	line-height: 2;
}
.sodan .table01{
	border-collapse:collapse;
border-spacing:0;
empty-cells:show;
	display: table;
	width: auto;
	margin: 1.5em auto;
	font-size: 14px;
}
.sodan .table01 td,
.sodan .table01 th{
border: 1px solid #666;
}
.sodan .table01 th{
	background-color: #87AAB8;
	color: #fff;
	padding:0 0.5em;
}

.sodan .oyaku h4,
.sodan .service h4{
	margin:0 0 2em 0;
	text-align: center;
}
.sodan .oyaku h4 strong,
.sodan .service h4 strong{
	background-color: #527B8B;
	color: #fff;
	font-size:20px;
	padding: 0.5em 1em;
	border-radius: 1em;
}
.sodan .oyaku p,
.sodan .service p{
	padding: 0;
}


.sodan .oyaku > div,
.sodan .service section > div{
	padding:1.5em 1.5em 3em 1.5em;
	position: relative;
	max-width:500px;
	margin:3em auto;
	background-color: #f2f2f2;
	box-shadow: 1px 1px 2px #999;
}
.sodan .service section > div:after,
.sodan .oyaku > div:after{
	content: "▼";
	font-size:50px;
	color: #87AAB8;
	position: absolute;
	bottom: -75px;
	left:50%;
transform: translateX(-50%); 
}
.sodan .service section > div:nth-last-of-type(1):after,
.sodan .oyaku > div:nth-last-of-type(1):after{
display: none;
}


.sodan .service section > h3 span,
.sodan .oyaku h3 span{
	background-color: #F3951B;
	text-shadow: 1px 1px 1px #333;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding:0.75em 1.5em 0.5em 1.5em;
	box-shadow:  1px 1px 1px #999;
}
.sodan .service section > h3,
.sodan .oyaku h3{
	margin-bottom: 1em;
}
.sodan .service section > h3 span strong,
.sodan .oyaku h3 span strong{
font-size: 24px;
	padding: 0.5em 0;
}

.sodan .service .red{
	font-size:16px;
	font-weight: bold;
	margin: 1em 0;
}
.sodan .service .red strong{
font-size:20px;
	background-color: #D11E2D;
	color: #fff;
	padding: 0.25em 0.5em;
	margin-right: 0.25em;
	border-radius: 0.5em;
}
.sodan .oyaku figure{
	margin: 2em auto;
}
.sodan .oyaku img{
	width: auto;
	height: auto;
	max-width:400px;
}

.sodan .service .read{
	display: flex;
  justify-content: center;
  align-items: center;
	margin-bottom: 2em;
}
.sodan .service .read h3{
	display: flex;
  justify-content: center;
  align-items: center;
	line-height: 1.25;
	width: 280px;
	height: 90px;
	font-weight: bold;
	background-image: url("../images/fuki02.svg");
	background-size:100%;
	background-repeat: no-repeat;
}

.sodan .service .wbox{
	width: 22em;
	background-color: #fff;
	padding: 1em;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	display:block;
	margin: 1em auto;
}
.sodan .service ul{
	display: block;
	width:100%;
	margin: auto;
}

.sodan .short{
	width: 900px;
	margin: 0 auto;
}
.sodan .short img{
width: 100%;
	height: auto;
}

/*---------------------------------------------*
* nursing
*----------------------------------------------*/
.nursing figure.service img{
	width:100%;
	height: auto;
	max-width:none;
}


/*---------------------------------------------*
* homecare
*----------------------------------------------*/

.homecare ol{
	margin-top: 1em;
	padding-left:2.5em;
	list-style: decimal;
}


/*---------------------------------------------*
* holiday
*----------------------------------------------*/
.holiday .ta01 td{
	vertical-align: top;
}
.holiday .ta01 td:first-child{
	min-width: 11em;
	color: #527B8B;
	font-weight: bold;
}
.holiday figure{
	display: flex;
  justify-content: center;
  align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.holiday figure img{
	margin:10px;
}
.holiday .ta02{
	margin: 1.5em auto;
	display:table;
	width: auto;
}
.holiday .ta02 th,
.holiday .ta02 td{
	vertical-align: top;
	border: 1px solid #ddd;
}
.holiday .ta02 th{
	text-align: center;
	background-color: #87AAB8;
	color: #fff;
}

/*---------------------------------------------*
* member
*----------------------------------------------*/
table.member tbody,
table.member{
	border-collapse:collapse;
border-spacing:0;
empty-cells:show;
	width: 100%;
	min-width:800px;
	margin: 1em 0;
}
table.member th{
font-size: 12px;
	padding:0.5em;
}
table.member td{
	text-align: center;
}
table.member td:nth-of-type(1){
	text-align: left;
}
table.member td:nth-of-type(2){
	min-width: 3em;
}
table.member a{
	font-size: 14px;
	text-decoration: none;
}
table.member a:hover{
	text-decoration: underline;
}
table.member tr:nth-child(even) td{
	background-color: #f2f2f2;
	border-bottom: 1px solid #666;
	line-height: 1.5;
	padding:0.5em;
}
table.member tr:nth-child(even) td:nth-last-of-type(1),
table.member td:nth-last-of-type(1){
background-color: #fff;
	min-width:4em;
}
table.member td:nth-last-of-type(2){
	min-width:10em;
}


.member ul.year,
.member ul.month{
margin: 1em auto;
	display: flex;
  justify-content: center;
  align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member ul.year a,
.member ul.month a{
margin: 0 0.5em;
	padding: 0 0.5em;
}

.member .searchbox{
width:100%;
	display:flex;
	justify-content:flex-end;
	align-items: center;
	  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.member .searchbox form{
    display: flex;
    justify-content:center;
    align-items: center;
}
.member input[type=text],
.member input[type=password]{
padding:0.5em;
font-size:16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.member .searchbox input[type=text]{
width:80%;
padding:0.5em;
font-size:14px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.member .searchbox button {
    background-color:#FAFAFA;
    width:30px;
    height: 39px;
    font-size: 15px;
    color: #FAFAFA;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.member .searchbox button img{
    width:auto;
    height:30px;
    margin: 0;
}
#searchck:checked + .searchbox{
display: inline-block;
}




/*-----------------------
 breadcrumbs
-------------------------*/
.breadcrumbs {
     width:100%;
    margin: 0 auto;
    background-color: #F2F2F2;
}
.breadcrumbs ul {
width: 1000px;
margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2rem;
    font-weight: bold;
}
.breadcrumbs ul li:nth-of-type(1) {
    padding-left: 0;
}
.breadcrumbs ul li {
    padding: 1em 1em 1em 0;
        padding-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #527B8B;
    position: relative;
}
.breadcrumbs ul li:after {
    content: ">";
    right: 0.25em;
    position: absolute;
}
.breadcrumbs ul li a {
    padding: 0 1em 0 0;
    font-size: 1.2rem;
    color:#222222;
}
.breadcrumbs ul li:nth-last-of-type(1):after {
    content: none;
}


/*-----------------------
 contents
-------------------------*/

main.page section.contents{
padding:6vw 0;
}

section.contents{
padding:0;
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
    position: relative;
    top:0;
    line-height: 2;
    border-bottom:1px solid #C6C6C6;
    font-size: 1.6rem;
}
section.contents p{
margin-bottom: 1em;
font-size: 1.6rem;
}
p.txtR span.day {
    padding-right: 2em;
    font-size: 1.2rem;
color: #527B8B;
}
section.contents h3{
font-weight: bold;
padding: 0.25em 0 0.25em 1.5em;
margin-bottom: 1em;
border-left: 5px solid #527B8B;
background-color: #F2F2F2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.8rem;
text-align: left;
}

section.contents section{
padding: 1vw 0;
}

section.contents section .postie-attachments img{
margin: 1em auto;
display: block;
}
section.contents .left-box a{
	text-decoration:none;
}
section.contents .left-box .post-pager a{
	text-decoration: none;
}

/*-----------------------
 sidebox
-------------------------*/
.single .contents > .wrap{
margin-top:0;
padding:2vw 0;
display: flex;
  align-items:flex-start;
justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.single .wrap .left-box{
width: 70%;
font-size: 1.5rem;
}
.single .wrap .left-box strong{
font-weight: bold;
}

.single .wrap .left-box ul.cat{
	display:flex;
	justify-content:flex-start;
	align-items: center;
    list-style: none!important;
    padding-left: 0!important;
}
.single .wrap .left-box ul.cat a{
margin-right: 0.5em;
font-size: 1.2rem;
color: #fff;
background-color: #888;
padding:1px 0.5em;
}

.single .wrap .left-box h2.subtitle {
    color: #222222;
    text-align: center;
    font-size:1.8rem;
    line-height: 1.5;
    font-weight: bold;
    padding:2em 0;
    position: relative;
    display: flex;
  justify-content: center;
  align-items: center;
    
}
.single .wrap .left-box h2.subtitle:after{
content: "";
width: 55px;
height: 2px;
background-color: #527B8B;
position: absolute;
bottom:1em;
left:50%;
transform: translateX(-50%); 
}

.single .wrap .left-box h1 {
  font-size:2.4rem;
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  color: #527B8B;
}

.single .wrap .left-box h2:not(.subtitle) {
  font-size:2rem;
  display: flex;
  font-weight: bold;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  color: #527B8B;
  border-bottom: 1px solid #527B8B;
}

.single .wrap .left-box h3{
font-weight: bold;
padding: 0.25em 0 0.25em 1.5em;
margin-bottom: 1em;
border-left: 5px solid #527B8B;
background-color: #F2F2F2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
font-size: 1.6rem;
}

.single .wrap .left-box h4{
font-size: 1.8rem;
font-weight: bold;
margin: 2em 0 0.5em 0;
}

.single .wrap .left-box h5 {
    margin:1em 0;
    font-size: 18px;
    font-weight: bold;
}
.single .wrap .left-box h5:before {
    content: "■";
    color: #527B8B;
    margin-right: 10px;
}
.single .wrap .left-box h6{
	font-size:16px;
    font-weight: bold;
    color: #333;
    background-color: #EFEFEF;
    padding: 0.25em 0.5em;
    margin:1em 0;
}

.single .wrap .left-box time {
	font-size: 12px;
    color:#fff;
	background-color: #87AAB8;
	padding: 0 2px;
    margin-right: 1em;
}
.single .wrap .left-box .cat{
	color: #527B8B;
	font-size: 12px;
	margin: 0;
}
.single .wrap .left-box .data-area{
		display:flex;
	justify-content:flex-start;
	align-items: center;
	margin-bottom: 0.5em;
} 

.single .wrap blockquote,
.single .wrap pre{
margin:1em;
padding:1em;
background-color: #f2f2f2;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
position: relative;
}
.single .wrap blockquote:before{
content: "❝";
font-size:20px;
font-weight: bold;
color: #999;
position: absolute;
top:-15px;
left: 0;
}
.single .wrap blockquote:after{
content: "”";
font-size:20px;
font-weight: bold;
color: #999;
position: absolute;
bottom:-20px;
right:0;
}


.single .wrap em,
.single .wrap i{
font-size:12px;
}
.single .wrap .left-box ol,
.single .wrap .left-box ul:not(.post-link-list){
list-style:none;
padding-left: 1.5em;
	
}
.single .wrap .left-box ol{
list-style:decimal;
}

.single .left-box section a:link,.single .left-box section a:visited {
  text-decoration:underline;
  color:#6278A7;
}
.single .left-box section a:hover,.single .left-box section a:active,.single .left-box section a:focus {
  text-decoration:underline;
  color:#527B8B;  
}

main:not(.single) .contents .wrap a:link,main:not(.single) .contents .wrap a:visited {
  text-decoration:underline;
  color:#6278A7;
}
main:not(.single) .contents .wrap a:hover,main:not(.single) .contents .wrap a:active,main:not(.single) .contents .wrap a:focus {
  text-decoration:underline;
  color:#527B8B;  
}

.single .wrap .left-box table{
border-collapse:collapse;
border-spacing:0;
empty-cells:show;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.single .wrap .left-box table th{
border: #ccc solid 1px;
background-color: #f2f2f2;
padding: 0.25em;
}
.single .wrap .left-box table td{
border: #ccc solid 1px;
padding: 0.25em;
}


.single .wrap .left-box img{
max-width: 320px;
margin: 2px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
/* 画像配置 左 */
.single .wrap .left-box img.alignleft {
        text-align: left;
}

/* 画像配置 中央 */
.single .wrap .left-box img.aligncenter {
        display: block;
        margin: 1px auto;
}

/* 画像配置 右 */
.single .wrap .left-box img.alignright {
        display: block;
        margin: 1px 1px 1px auto;
}
.single.archive .blog-list a:hover{
text-decoration: none;
}
.single .wrap .left-box:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.single .wrap .left-box .wp-caption .wp-caption-text{
font-size: 1.3rem;
}

.post-pager:before{
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
}
.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
.wp-caption,
[class*='wp-image'] {
  display: block;
  max-width: 100% !important;
  margin-top: 1.5em;
  text-align: center;
}
.wp-caption-text {
  margin-top: 0;
}



aside.l-sidebar{
padding:0 0 4vw 0;
width: 26%;
}
aside.l-sidebar h2{
font-size: 1.6rem;
text-align: left;
padding:0 0.5em;
margin-bottom: 1em;
background-color:#527B8B;
color: #ffffff;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
aside.l-sidebar h2:after{
display: none;
}
aside.l-sidebar section{
padding:1vw 0;
}
aside.l-sidebar a{
display: block;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
	text-decoration: none;
}

aside.l-sidebar .search form{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
aside.l-sidebar .search input[type=text]{
width:80%;
padding:0.5em 1em;
font-size: 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
aside.l-sidebar .search button {
    background-color:#527B8B;
    width: 20%;
    height: 39px;
    font-size: 15px;
    color: #fff;
    border: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
aside.l-sidebar .search button img{
    width:auto;
    height:30px;
}
aside.l-sidebar .children{
padding:0 0 0.5em 0.5em;
}
aside.l-sidebar .children a{
font-size: 1.5rem;
}


.pager{
padding-top: 2em;
display: flex;
  justify-content: center;
  align-items: center;
}
.pager h2{
display: none;
}
.pager nav{
width: 100%;
}
.pager nav .nav-links{
display: flex;
  justify-content: center;
  align-items: center;
}

.pager a:hover, .pager span.active {
    background-color: #527B8B;
    color: #ffffff;
}
.pager a, .pager span {
    margin: 0 .7rem;
    width: 3rem;
    height: 3rem;
    display: flex;
  justify-content: center;
  align-items: center;
    font-size: 1.5rem;
    white-space: nowrap;
    border: 1px solid #527B8B;
    color: #527B8B;
    background: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-numbers.current,
.pager nav .nav-links .current{
border: none;
	background-color: transparent;
}


.post-pager .post-link-list {
    padding:2vw 0;
    display: flex;
    align-items: center;
    justify-content:space-around;
}
.post-pager .post-link-list a{
color: #527B8B;
font-size: 1.5rem;
}

main.page section h2{
font-weight: bold;
font-size: 2rem;
font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
margin:0 0 2em 0;
padding-left: 1.5em;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-left: 10px solid #C1C0BF;
background-color: #F2F2F2;
}
main.page section.contents strong{
font-weight: bold;
} 


/*---------------------------------------------*
* width 1200px
*----------------------------------------------*/
@media screen and (max-width:1200px) {
	.homecare figure img, .sodan figure img, .nursing figure img {
    width: auto;
    height: auto;
    max-width:90%;
}
	
.sodan .short {
    width:100%;
    margin: 0 auto;
}
	
}
/* width 1200px end --------------------------------------------*/

/*---------------------------------------------*
* width 1000px
*----------------------------------------------*/
@media screen and (max-width:1000px) {
	
.breadcrumbs ul{
width:98%;
margin: 0 auto;
}
.breadcrumbs ul {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0.5em 0;
}
.breadcrumbs ul li {
    padding:0 1em 0 0;
}

.post-pager .post-link-list a {
    font-size:14px;
}
.pager {
padding: 2em 0;
}
.single .wrap .left-box {
    width:100%;
}

aside.l-sidebar .search{

padding-bottom: 4vw;
}

aside.l-sidebar {
    padding: 4vw 0;
    width: 100%;
}
aside.l-sidebar section {
    padding:4vw 0;
}
aside.l-sidebar a {
line-height: 3;
}
ul.blog-list li h3 {
    font-size: 1.6rem;
    line-height: 1.5;
}

.single .contents > .wrap {
    margin-top: 0;
    padding: 2vw 10px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.breadcrumbs {
line-height: 1.5;
}
section.contents {
    padding:3vw 0;
}
section.contents section img {
  margin: 1em auto;
  display: block;
}
section.contents p {
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 100%;
}
.single .wrap .left-box h2:not(.subtitle) {
    font-size:18px;
line-height: 1.5;
}	
	
}
/* width 1000px end --------------------------------------------*/



@keyframes alert{
0% {
opacity: 1;
}
 50% {
opacity: 0;
}
75% {
opacity: 0.5;
}
100% {
opacity:1;
}
}

/*---------------------------------------------*
* width 768px
*----------------------------------------------*/
@media screen and (max-width:768px) {
.mvs h1{
	top: 35%;
	width:90%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}	
.mvs h1 span{
	width: 100%;
	font-size: 18px;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	}
.holiday figure img {
    margin:1vw;
	padding:1vw 0 0 0;
	width: 45vw;
	height: auto;
}
	
	.t-box2{
		width: 100%;
		overflow-x: auto;
		padding:2em 0;
		position: relative;
	}
	.t-box2:after{
	content: "スクロール>>";
		color: #527B8B;
		font-weight: bold;
		position: absolute;
		top:0;
		right: 1em;
	animation-name:alert;
    animation-duration:1.25s;
    animation-fill-mode:forwards;
    animation-timing-function:ease-out;
    animation-iteration-count:infinite;	
	}
	.clinic-list table.ta{
		width: 1000px;
		max-width: 1000px;
	}	
.sodan .table01 {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    display: table;
    width:700px;
	min-width: 700px;
    margin: 1.5em auto;
    font-size: 14px;
}
.holiday .ta02 td,
.holiday .ta01 td{
	width: 100%;
    min-width:100%;
display: block;
	padding:0;
}
.holiday .ta02 td:nth-last-child(1),
.holiday .ta01 td:nth-last-child(1){
	padding-bottom: 1em;
}

.homecare .map_town img, .nursing .map_town img {
    width:100%;
    max-width:100%;
    height: auto;
}	

.sodan section section {
    padding: 1em;
}	
	
}
/* width 768px end --------------------------------------------*/

/*---------------------------------------------*
* width 640px
*----------------------------------------------*/
@media screen and (max-width:640px) {
	
.clinic .sc table, .clinic table.ta {
    width:100%;
}	
	.clinic table.ta th,
	.clinic table.ta td{
		display: block;
		width: 100%;
		max-width: inherit;
		-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
		border-bottom: none;
	}
	.clinic table.ta tr:nth-last-of-type(1) td{
	border-bottom: 1px solid #333;
	}
	.clinic .sc table.ta.time{
		width: 800px;
	}
	
	.clinic .sc table.ta.time th,
	.clinic .sc table.ta.time td{
		display: table-cell;
		width:inherit;
		padding: 0.25em;
	} 
	.clinic .sc table.ta.time td:nth-of-type(1){	
		min-width:6em;	
	}	
	.clinic .sc table.ta.time td:nth-of-type(2){	
		min-width:8em;	
	}
	
	
}
/* width 640px end --------------------------------------------*/

/*---------------------------------------------*
* width 480px
*----------------------------------------------*/
@media screen and (max-width:480px) {
	
.about table td{
    width:100%;
    display:block;
	padding: 0;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.about table td:nth-last-of-type(1){	
	margin-bottom: 1em;
	}
	
.sodan .service .read img{
width: 25%;
	height: auto;
}
.sodan .oyaku > div, .sodan .service section > div {
    padding: 1em 1em 3em 1em;
    position: relative;
    max-width: 500px;
    margin: 3em auto;
    background-color: #f2f2f2;
    box-shadow: 1px 1px 2px #999;
}
.sodan .oyaku h4 strong, .sodan .service h4 strong {
    background-color: #527B8B;
    color: #fff;
    font-size:18px;
	width: 100%;
	-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
    padding: 0.5em 1em;
    border-radius: 1em;
}
.sodan .oyaku img {
    width:100%;
    height: auto;
    max-width:100%;
}
	
.member input[type=text],
.member input[type=password]{
width: 100%;	
padding:0.5em;
font-size:16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
	margin-bottom: 1em;
}	

.single .wrap .left-box ol, .single .wrap .left-box ul:not(.post-link-list) {
    list-style: none;
    padding-left:0;
}
	
}
/* width 480px end --------------------------------------------*/

/*---------------------------------------------*
* width 375px
*----------------------------------------------*/
@media screen and (max-width:375px) {
}


