#tel {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}

/* Article Parts customize */
.articles {
  font-family: Antique;
  position: relative;

  padding: 2px 5px 2px 35px;
  font-size: 20px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

.nursing {
  background-color: #f5dfa6;
}

.caring {
  background-color: #c8d85b;
}

.option {
  background-color: #f7f39c;
}

.article-image {
  text-align: center;
}

.articles:before {
  font-family: "Awesome";
  content: "\f015";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;

  font-weight: normal;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.5em;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.2);
  
  font-size: 1.2em;
}

#nursing-services:before {
  content: "\f193";
  background: #e3be87;
  border-bottom: solid 2px #e4bd60;
}

#caring-services:before {
  content: "\f1ae";
  background: #70b062;
  border-bottom: solid 2px #399548;
}

#option-services:before {
  content: "\f552";
  background: #f8e469;
  border-bottom: solid 2px #d8836e;

}

/* Article link */
h3.article-title{
  font-size: 16px;
  text-align: center;
  /*background-color: #f5dfa6;*/
  padding: 5px 0;
  margin-bottom: 0;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}



/* Nav Icon */
.nav-icon{
  font-size: 16px;
  padding-right: 3px;
  
}

/* Contacts(Tel FAX) */
dl.contacts {
  border: #4967b4 solid 2px;
  padding: 5px 25px;
  border-radius: 15px;
}

dl.contacts dt {
  float: left ;
  clear: both ;
  width: 100px ;
  height: 30px ;
  line-height: 40px ;
  font-size: 18px;
  font-family: Antique;
}
dl.contacts dd {
  margin-left: 100px ;
  width: 250px ;
  height: 40px ;
  line-height: 40px ;
  font-size: 28px;
}


/* Global Menu(large) */

.menu-hover-lines {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  transition: all 0.35s ease;
}

.menu-hover-lines > li > a {
  padding: 0.75rem 0;
  color: rgba(10, 10, 10, 0.6);
  position: relative;
  /*margin-left: 1rem;*/
}

.menu-hover-lines li:first-child a {
  margin-left: 0;
}

.menu-hover-lines li.active > a {
  background-color: transparent;
}

.menu-hover-lines a:before,
.menu-hover-lines a::after {
  height: 3px;
  position: absolute;
  content: '';
  transition: all 0.35s ease;
  background-color: #1779ba;
  width: 0;
}

.menu-hover-lines a::before {
  top: 0;
  left: 0;
}

.menu-hover-lines a::after {
  bottom: 0;
  right: 0;
}

.menu-hover-lines a:hover,
.menu-hover-lines li.active > a {
  color: #0a0a0a;
  transition: all 0.35s ease;
}

.menu-hover-lines a:hover::before,
.menu-hover-lines .active a::before,
.menu-hover-lines a:hover::after,
.menu-hover-lines .active a::after {
  width: 100%;
}

/* Access-top */
#map-title {
  text-align: center;
  font-family: Noto;
  margin: 50px 0;
  font-size: 2em;
}

.top-map {
  
}

.map {
  position: relative;
  padding-bottom: 450px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
}

.map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;

}

.map-detail{
  padding-left: 30px;
}

.map-access-means {
  font-size: 20px;
}

/* News */
#news-title {
  text-align: center;
  font-family: Noto;
  margin: 50px 0;
  font-size: 2em;
}

#news li {
  border-top: 1px solid #ddd;
  padding: 0;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}
#news li:last-child {
  border-bottom: 1px solid #ddd;
}
#news h3 {
  border-bottom: 0;
  font-size: 17px;
  padding-left: 0;
  border-left: 0;
  line-height: 1;
  vertical-align: bottom;
}
#news h3 span {
  display: inline-block;
}
#news h3 time {
  display: inline-block;
  margin-right: 2em;
  background: #ddd;
  font-size: 10px;
  padding: 0;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
}
#news h3::before {
  content: "+";
  font-size: 85%;
  border: 1px solid #ddd;
  padding: 0.2em;
  line-height: 0;
  margin-right: 1em;
}
#news .open h3::before {
  content: "-";
  border: 0;
}
#news .desc {
  display: none;
  font-size: 14px;
  line-height: 1.7;
  margin-left: 3em;
}



/* article button */
/* BUTTON CSS
------------------------------------------- */

a.article_but{
  display:inline-block;
	
	font:normal normal 200 0.8em 'Genju';
	text-decoration:none;	
	
	color: #81ale4;
	background-color:transparent;
	
	border-radius:10px;
	
	padding: 0.3em 1em;
			
	background-size: 200% 100%;	
	background-image: linear-gradient(to right, transparent 50%, #9acce3 50%);
	transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

a.article_but:hover{
	color: #ffffff;
	background-color: #9acce3;
	background-position: -100% 100%;
    border:2px solid #81a1e4;
}

.but_orange {
  color: #474747;
  border:2px solid #f5dfa6;
}

.but_green {
  color: #474747;
  border:2px solid #c8d85b;
}

.but_yellow {
  color: #474747;
  border:2px solid #f7f39c;
}



/* menu */
.slicknav_menu {
 display:none;/*PC時は非表示*/
}

