@charset "UTF-8";
@import "normalize.css";
@import "common.css";
/*=================================
  トップページ
==================================*/
/* ////////////////////////////////////////////////////////
[header]
[wrapper]
  [image]
  [section01]
  [section02]
  [contents]
    [news]
    [clinic]
  [sidenavi]
[gotop]
[footer]
[other]
///////////////////////////////////////////////////////// */
/* =========================================================
header
========================================================= */
#header li.nav01 a {
  background-position: 0px -80px;
}

/* =========================================================
image
========================================================= */
#image {
  width: 940px;
  margin: 20px auto 0px auto;
}

/* =========================================================
section01
========================================================= */
.home__features {
  max-width: 940px;
  margin: 50px auto 0 auto;
  padding: 0 50px;
}
.home__features .features__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-top: 16px;
}
.home__features .features__list .list__item {
  width: 33.33%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #a0cfe8;
}
.home__features .features__list .list__item:nth-child(n+2) {
  border-left: none;
}
.home__features .features__list .list__item:nth-child(4n) {
  border-left: 1px solid #a0cfe8;
}
.home__features .features__list .list__item:nth-child(n+4) {
  border-top: none;
}
.home__features .features__list .list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: calc(100% - 20px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 10px;
  text-decoration: none;
}
.home__features .features__list .list__item a:hover {
  background-color: #f2fdff;
}
.home__features .features__list .list__item a .text {
  margin-top: 10px;
}
.home__features .features__list .list__item a .text .subHeading {
  font-size: 16px;
}
.home__features .features__list .list__item a .text p {
  margin-top: 0.6em;
  font-size: 14px;
  color: #000;
}
.home__features .features__list .list__item a .thumb {
  background-color: #f4f4f4;
}
.home__features .features__list .list__item a .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 2/1;
}

/*
#section01 {
  width:940px;
  margin:20px auto 0px auto;
}

#section01 h2 {
  width:147px;
  height:0;
  padding-top:28px;
  overflow:hidden;
  background:url(../images/home/title_tokushoku.png) 0 0 no-repeat;
}

#section01 ul {
  width:940px;
  margin:15px auto 0px auto;
}

#section01 ul li {
  width:313px;
  height:210px;
  float:left;
}

#section01 ul li.feature03,
#section01 ul li.feature06 {
  width:314px;
}

#section01 ul li a {
  display:block;
  height:0;
  padding-top:210px;
  overflow:hidden;
}

#section01 li.feature01 a {	background:url(../images/home/feature01.png) 0 0 no-repeat;}
#section01 li.feature02 a {	background:url(../images/home/feature02.png) 0 0 no-repeat;}
#section01 li.feature03 a {	background:url(../images/home/feature03.png) 0 0 no-repeat;}
#section01 li.feature04 a {	background:url(../images/home/feature04.png) 0 0 no-repeat;}
#section01 li.feature05 a {	background:url(../images/home/feature05.png) 0 0 no-repeat;}
#section01 li.feature06 a {	background:url(../images/home/feature06.png) 0 0 no-repeat;}
#section01 li a:hover {			background-color:#f2fdff;}
*/
/* =========================================================
section02
========================================================= */
#section02 {
  width: 940px;
  margin: 50px auto 0 auto;
}

#section02 h2 {
  width: 687px;
  height: 0;
  padding-top: 29px;
  overflow: hidden;
  background: url(../images/home/title_hanarabi.png) 0 0 no-repeat;
}

#section02 p {
  font-size: 1.6em;
  margin: 0.5em 0px;
}

#section02 ul li {
  width: 157px;
  height: 184px;
  float: left;
}

#section02 ul li.type04 {
  width: 155px;
}

#section02 ul li a {
  display: block;
  height: 0px;
  padding-top: 184px;
  overflow: hidden;
}

#section02 li.type01 a {
  background: url(../images/home/case_01.png) 0 0 no-repeat;
}

#section02 li.type02 a {
  background: url(../images/home/case_02.png) 0 0 no-repeat;
}

#section02 li.type03 a {
  background: url(../images/home/case_03.png) 0 0 no-repeat;
}

#section02 li.type04 a {
  background: url(../images/home/case_04.png) 0 0 no-repeat;
}

#section02 li.type05 a {
  background: url(../images/home/case_05.png) 0 0 no-repeat;
}

#section02 li.type06 a {
  background: url(../images/home/case_06.png) 0 0 no-repeat;
}

#section02 li a:hover {
  background-color: #f2fdff;
}

/* =========================================================
message
========================================================= */
.home__message {
  max-width: 940px;
  padding: 50px 80px;
  margin: 0 auto;
}
.home__message .inner_section .heading {
  text-align: center;
}
.home__message .inner_section p {
  font-size: 1.6em;
  line-height: 1.8;
  margin-top: 1.5em;
}

/* =========================================================
news
========================================================= */
#news {
  width: 700px;
  margin: 0 0 20px 0;
}

#news h2 {
  width: 700px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: url("../images/home/title_news.png") 0 0 no-repeat;
}

#news ul {
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

#news ul li {
  padding: 0.8em 1em;
  border-top: dotted 1px #a0a0a0;
}

#news ul li:first-child {
  border: none;
}

#news ul li span {
  font-weight: bold;
  margin-right: 2em;
}

#news p {
  margin-top: 10px;
  text-align: right;
}

/* =========================================================
clinic
========================================================= */
#clinic h2 {
  width: 700px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background: url(../images/home/title_guide.png) 0 0 no-repeat;
}

#clinic .box {
  padding: 20px;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  background-color: #ffffff;
}

#information dl {
  width: 330px;
  float: left;
}

#information dt {
  display: block;
  width: 330px;
  height: 0;
  margin: 0px 0px 1.5em 0px;
  padding-top: 47px;
  overflow: hidden;
  background: url(../images/home/guide_logo.gif) 0 0 no-repeat;
}

#information dd.feature {
  color: #ea68a2;
  font-weight: bold;
}

#information .facilities {
  width: 310px;
  float: right;
}

#clinic .facilities p a {
  margin-top: 10px;
}

#clinic .facilities p a {
  display: block;
  width: 310px;
  height: 0;
  padding-top: 40px;
  overflow: hidden;
  background-image: url(../images/home/guide_button.gif);
  background-repeat: no-repeat;
  background-position: 0 0;
}

#clinic .facilities p a:hover {
  background-position: top -40px left 0;
}

#schedule {
  margin-top: 20px;
}

#schedule .contact {
  width: 330px;
  float: left;
}

#schedule .contact h3 {
  width: 330px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
  background: url(../images/home/guide_subtitle01.gif) 0 0 no-repeat;
  margin: 0px 0px 0px 0px;
}

#schedule .contact dt {
  margin-top: 1em;
  color: #076ab6;
  font-weight: bold;
}

#schedule p {
  margin-top: 1em;
}

#schedule p.tel {
  display: block;
  width: 330px;
  height: 0;
  padding-top: 68px;
  overflow: hidden;
  background: url(../images/home/guide_tel.gif) 0 0 no-repeat;
}

#schedule .calendar {
  width: 310px;
  float: right;
}

#schedule .calendar h3 {
  width: 310px;
  height: 0;
  padding-top: 24px;
  overflow: hidden;
  background: url(../images/home/guide_subtitle02.gif) 0 0 no-repeat;
}

#schedule .calendar div {
  margin-top: 10px;
}

#access {
  width: 660px;
  margin-top: 20px;
}

#map {
  margin-bottom: 0.5em;
}

#access p.train,
#access p.car {
  min-height: 50px;
  height: auto !important;
  height: 50px;
  margin-top: 1em;
  padding-top: 1em;
  padding-left: 65px;
  background-repeat: no-repeat;
  background-position: 0px 50%;
  border-top: dotted 1px #CCCCCC;
}

#access p.train {
  background-image: url(../images/home/guide_train.gif);
}

#access p.car {
  background-image: url(../images/home/guide_car.gif);
}