@charset "utf-8";
/*********************************************************
メイン
*********************************************************/
#page4 #main {
  padding: 30px 20px 20px;
}
/*--メインイメージ--*/
.main-message {
  top: 24%;
  left: 5%;
  width: 90%;
  margin: 0;
  font-size: 18px;
}
/*--トップページコンテンツ--*/
.top-contents1-2body img {
  max-width: 640px;
  margin: 0 auto;
  display: block;
}
/*--トップページコンテンツ1--*/
.contents-box1 .box {
  float: none;
  width: 100%;
  text-align: left;
  margin-top: 20px;
  background: #E9E9E9;
  padding: 10px;
  box-sizing: border-box;
}
.contents-box1 .box:nth-of-type(n+2){
  margin-top: 20px;
  margin: 20px 0 0 0;
}
.contents-box1 .title,
.contents-box1 .sub-title {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0;
}
.btitle{
  border-top: 1px solid #E9E9E9;
  border-bottom: 1px solid #E9E9E9;
}
.contents-box1 p {
  font-size: 12px;
  line-height: 1.5;
}
.contents-box1 .photo {
  margin-bottom: 0px;
}
.contents-box1 .photo img {
  max-height: 100%;
}
.contents-box1 a.title {
  text-align: center;
  display: block;
}
/*--トップページコンテンツ2--*/
.contents-box2 .box {
}
.contents-box2 .box-photo {
  display: table-header-group;
}
.contents-box2 .box-photo {
  width: 100%;
}
.contents-box2 .photo img {
  max-width: 100%;
  margin: 10px auto;
}
.contents-box2 .box-text {
  padding: 15px 10px;
  box-sizing: border-box;
}
/*--トップページコンテンツ3--*/
.contents-box3 .box {
}
.contents-box3 .title {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contents-box3 span {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
}
.contents-box3 .box-photo {
  display: table-header-group;
  vertical-align: middle;
}
.contents-box3 .box-photo {
  width: 100%;
  text-align: center;
}
.contents-box3 .photo {
  margin-bottom: 10px;
}
.contents-box3 .box-text {
  padding: 15px 10px;
  box-sizing: border-box;
  text-align: center;
}
/*--トップページコンテンツ4--*/
.top-contents4 img {
  max-width: 100%;
}
/*--トップページコンテンツ6--*/
.top-info-title {
  top: -15px;
  left: 5px;
  font-size: 13px;
}
.top-info-icon {
  display: none;
}
.top-info-table {
  padding: 10px 0 15px;
}
.top-info-logo {
  margin: 0 auto;
}
.top-info-table2 {
  display: block;
}
.top-info-table2 .top-info-left,
.top-info-table2 .top-info-right {
  display: block;
  width: 100%;
}
.top-info-tel {
  padding-top: 8px;
}
/*-----------------------
施設案内
-----------------------*/
.contents {
  margin-top: 30px;
}
.page-title {
  background: #949494;
  text-align: center;
  position: relative;
  padding: 40px 0;
}
#page2 .contents.text-contents {
  margin-bottom: 45px;
}
/*-----------------------
ケアメニュー・トレーニングメニュー
-----------------------*/
.kouka li {
  height: 80px;
  float: left;
  width: 31.3%;
  border: 2px solid #d54175;
  color: #d54175;
  padding: 25px 5px 0;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  box-sizing: border-box;
  border-radius: 15px;
  margin: 1%;
}
/*-----------------------
アクセス
-----------------------*/
.access-flow li {
  float: none;
  width: 100%;
  max-width: 400px;
  margin: 0 auto 50px;
  position: relative;
  border: 1px solid #CCC;
  box-sizing: border-box;
}
.access-flow:first-child li:last-child {
  margin: 0 auto 50px;
}
.access-flow:last-child li:last-child {
  margin: 0 auto 0;
}
.access-flow li:after {
  font-family: FontAwesome;
  content: "\f063";
  position: absolute;
  top: auto;
  bottom: -50px;
  right: 50%;
  font-size: 30px;
  color: #000;
  margin-right: -13px;
}
.access-flow li:last-child {
  margin: 5% auto 10%;
}
.access-flow:first-child li:nth-of-type(3):after {
  display: block;
  content: "\f063";
}
.access-flow .access-image {
  margin-bottom: 0;
}
.access-flow li img {
  display: block;
}
.access-flow .access-text {
  display: none;
  padding: 0 5px 5px;
  margin-bottom: 30px;
}
.access-flow2 {
  margin-top: 0;
}