@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Didact+Gothic&display=swap");
/*----------------------------------------
	共通

body {
	background-color: #FFFFFF;
	background: url() no-repeat;
	background-size:100%;
}
----------------------------------------*/
.r_bnr {
  width: 950px;
}
#hero_image {
  width: 950px;
  margin: 0 auto 0;
}
#hero_image img {
  width: 100%;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image .mainvisual ul {
  list-style: none;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  position: absolute;
  z-index: 2;
}
#hero_image .mainvisual ul.nav_01 {
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 0;
  width: 950px;
  margin: 0;
  background-color: #000;
  opacity: 0.9;
  color: #fff;
  line-height: 1.5;
  padding: 0;
}
#hero_image .mainvisual ul.nav_01 li {
  font-size: 16px;
  height: 65px;
  text-align: center;
  position: relative;
  padding: 0 30px;
}
#hero_image .mainvisual ul.nav_01 li:last-child {
  width: 90px;
  background-color: #a78353;
  display: block;
}
#hero_image .mainvisual ul.nav_01 li:hover {
  background-color: rgba(131, 131, 131, 0.7);
}
#hero_image .mainvisual ul.nav_01 li:last-child:hover {
  background-color: #b99b75;
}

#hero_image .mainvisual ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
#hero_image .mainvisual ul.nav_01 li a {
  padding: 21px 0;
  color: #fff;
}
#hero_image .mainvisual ul.nav_01 li a:nth-child(3) {
  padding: 21px 0;
}
#hero_image .mainvisual ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 34px;
  top: 16px;
  background-color: #fff;
  left: 0;
}
#hero_image .mainvisual ul.nav_01 li:last-child:before {
  content: none;
}
#hero_image .mainvisual ul.nav_02 {
  display: flex;
  bottom: -44px;
  width: 94%;
  padding: 0 3%;
  margin: 0;
  background-color: #f2f2f2;
  color: #000;
}
#hero_image .mainvisual ul.nav_02 li {
  padding: 0;
  font-size: 14px;
  position: relative;
}
#hero_image .mainvisual ul.nav_02 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 13px;
  top: 15px;
  background-color: #000;
  left: 0;
}
#hero_image .mainvisual ul.nav_02 li:last-child:after {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 13px;
  top: 15px;
  background-color: #000;
  right: 0;
}
#hero_image .mainvisual ul.nav_02 li a {
  padding: 11px 25px;
  display: block;
  color: #000;
}
#hero_image .mainvisual ul.nav_02 li a:hover {
  text-decoration: underline;
}
/*----------------------
　#contents
----------------------*/
#contents {
  width: 950px;
  margin: 40px auto 0;
  color: #383939;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
}
#contents a {
  text-decoration: none;
  color: #383939;
}
#contents .none {
  display: none;
}

#contents ul li {
  list-style: none;
}
#contents ul a:hover {
  opacity: 0.65;
}
#contents img {
  width: 100%;
}
/*----------------------
　.con_共通
----------------------*/
.con_pnav,
.con_info,
.con_facilities .list.col2 {
  margin: auto;
}
.con_pnav,
.con_facilities .list.col2 {
  width: 95%;
}
/*----------------------
　.con_info
----------------------*/
.con_info {
  width: 95%;
  text-align: center;
  padding: 10px;
  border: 1px solid #999;
  margin-top: 30px;
  margin-bottom: 50px;
  box-sizing: border-box;
  max-width: 600px;
}
.con_info .st {
  font-size: 15px;
}
/*----------------------
　.con_intro 
----------------------*/
.con_intro {
  margin: 55px 0 0 0;
  padding: 0;
}
.con_intro .box_int {
  letter-spacing: -0.4em;
  width: 95%;
  margin: auto;
}
.con_intro .box_int > * {
  width: 50%;
  display: inline-block;
  zoom: 1;
  vertical-align: top;
  letter-spacing: normal;
}
.con_intro .box_int .wrp_st > *,
.con_intro .box_int .wrp_txt > * {
  width: 95%;
}
.con_intro .box_int .wrp_st h3 {
  position: relative;
  margin: 0 0 0 4px;
}
.con_intro .box_int .wrp_st h3 > * {
  display: block;
}
.con_intro .box_int .wrp_st h3 em {
  color: #005b98;
  font-size: 27px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.08em;
  line-height: 1.33;
  font-style: normal;
}
.con_intro .box_int .wrp_st h3 > span {
  margin-top: 25px;
  color: #a4a4a4;
  font-size: 20px;
  font-family: "Didact Gothic", sans-serif;
  font-weight: bold;
  letter-spacing: 0.34em;
}
.con_intro .box_int .wrp_txt {
  background: #e5eff4;
  border-radius: 5px 0 0 5px;
}
.con_intro .box_int .wrp_txt .txt {
  margin: 0 auto 0 0;
  padding: 40px 0 40px 40px;
  box-sizing: border-box;
  line-height: 1.87;
  letter-spacing: 0.06em;
  font-size: 15px;
}
/*----------------------
　.con_pnav
----------------------*/
.con_pnav {
  position: relative;
  z-index: 2;
  padding-bottom: 40px;
  margin-top: 45px;
  letter-spacing: -0.4em;
  text-align: center;
  background: url(https://www.jozankeiview.com/rakuten/facilities/img/shadow.png) no-repeat center bottom;
  background-size: 100% auto !important;
}
.con_pnav li {
  margin-left: 3.63636%;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
  width: 13.63636%;
}
.con_pnav li:first-child {
  margin: 0;
}
.con_pnav li a {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
}
.con_pnav li a .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-radius: 5px;
}
.con_pnav li a .img img {
  vertical-align: top;
  transition: transform 1000ms ease-out;
}
.con_pnav li a .txt {
  position: relative;
  margin: 10px 0 0;
  font-weight: bold;
  white-space: nowrap;
  font-size: 16px;
}
.con_pnav li a .txt i {
  position: relative;
  display: block;
  width: 1px;
  height: 14px;
  margin: 10px auto 0;
  background: #005b98;
  transition: transform 500ms ease;
}
.con_pnav li a .txt i:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 5px;
  height: 5px;
  margin-left: -2.5px;
  border-right: 1px solid #005b98;
  border-bottom: 1px solid #005b98;
  transform: rotate(45deg);
}
/*----------------------
　con_facilities　共通
----------------------*/
.con_facilities h4 {
  margin: 0 0 25px 0;
  text-align: center;
  color: #005b98;
  font-size: 28px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
}
.con_facilities h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  margin: 10px auto 0;
  background: url(https://www.jozankeiview.com/rakuten/facilities/img/ic_st1.png) no-repeat left top;
  background-size: cover !important;
}
.con_facilities .renewal_pict {
  position: absolute;
  top: 10px;
  left: 40px;
  z-index: 1;
}
.con_facilities .renewal_pict img {
  vertical-align: top;
}
.con_facilities .st [class^="ic"] {
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  padding: 0.2em 0.8em;
  margin: 0 0 10px 0;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.16em;
  line-height: 1;
  font-size: 15px;
}
.con_facilities .st .ic1 {
  background: #4f9d82;
}
.con_facilities .st .ic2 {
  background: #4b6fb9;
}
.con_facilities .st h5 {
  font-size: 25px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.con_facilities .st h5 span {
  font-size: 18px;
  margin-right: 0.5em;
}
table.tbl_basic {
  border-top: 1px solid #9aa7c1;
  border-bottom: 1px solid #9aa7c1;
}
table.tbl_basic tr th,
table.tbl_basic tr td {
  padding: 10px 5px 10px 0;
  vertical-align: top;
  font-weight: normal;
  box-sizing: border-box;
  line-height: 1.5;
}
table.tbl_basic tr th span {
  display: block;
  padding: 0.2em 0.5em;
  background: #4f9d82;
  color: #fff;
  border-radius: 2em;
  letter-spacing: 0.06em;
  font-size: 14px;
  font-weight: normal;
}
table.tbl_basic tr th,
table.tbl_basic tr td {
  font-size: 14px;
  color: #000;
}
.con_facilities .list {
  letter-spacing: -0.4em;
  text-align: center;
  padding: 0;
}
.con_facilities .list li {
  display: inline-block;
  zoom: 1;
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
}
.con_facilities .list li:first-child {
  margin: 0 !important;
}
.con_facilities .list li .wrp_txt {
  margin-top: 15px;
}
.con_facilities .list li .wrp_txt .st {
  text-align: center;
  margin: 0;
}
.con_facilities .list li .wrp_txt .st h5 {
  margin: 0 0 10px 0;
  font-size: 20px;
}
.con_facilities .list li .wrp_txt .st h5 span {
  font-size: 15px;
}
.con_facilities .list li .wrp_txt .txt {
  text-align: center;
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
}
.con_facilities .list li .wrp_txt table {
  margin: 15px auto 0;
  width: auto;
}
.con_facilities .list li .wrp_txt .btn {
  margin-top: 15px !important;
  max-width: 300px;
}
.con_facilities .list li .wrp_txt .btn a {
  padding: 10px 0.5em !important;
}
/*----------------------
con_facilities fac1
----------------------*/
.con_facilities.fac1 .box_fac > .wrp_txt .inner:after,
.con_facilities.fac3 .box_fac > .wrp_txt .inner:after,
.con_facilities.fac5 .box_fac .wrp_img:after {
  content: "";
  display: table;
  clear: both;
}
.con_facilities.fac1,
.con_facilities.fac3 {
  position: relative;
  z-index: 1;
}
.con_facilities.fac1 .box_fac,
.con_facilities.fac3 .box_fac {
  max-width: 1400px;
  width: 95%;
  margin: auto;
  position: relative;
}
.con_facilities.fac1 .box_fac .wrp_img,
.con_facilities.fac3 .box_fac .wrp_img {
  overflow: hidden;
  margin: auto;
}
.con_facilities.fac1 .box_fac .wrp_img .img,
.con_facilities.fac3 .box_fac .wrp_img .img {
  float: right;
  width: 96.42857%;
  overflow: hidden;
  margin: 0;
}
#contents .con_facilities.fac1 .box_fac .wrp_img .img img,
.con_facilities.fac3 .box_fac .wrp_img .img img {
  position: relative;
  width: 120%;
  max-width: none;
  margin-left: -10%;
  vertical-align: top;
}
.con_facilities.fac1 .box_fac .wrp_img .en,
.con_facilities.fac3 .box_fac .wrp_img .en {
  color: #a4a4a4;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.24em;
  line-height: 1;
  float: left;
  writing-mode: vertical-rl;
  margin: 0;
  padding: 0;
}
.con_facilities.fac1 .box_fac > .wrp_txt,
.con_facilities.fac3 .box_fac > .wrp_txt {
  position: relative;
  z-index: 2;
  max-width: 1100px;
  margin: -35px auto 0;
  padding: 25px 1.78571% 40px 2.85714%;
  box-sizing: border-box;
  border-radius: 5px;
  width: 90%;
  background: #fff;
}
.con_facilities.fac1 .box_fac > .wrp_txt .inner > *,
.con_facilities.fac3 .box_fac > .wrp_txt .inner > * {
  width: 49%;
}
.con_facilities.fac1 .box_fac > .wrp_txt .inner .st,
.con_facilities.fac3 .box_fac > .wrp_txt .inner .st {
  float: left;
}
.con_facilities.fac1 .box_fac > .wrp_txt .inner > *,
.con_facilities.fac3 .box_fac > .wrp_txt .inner > * {
  width: 49%;
}
.con_facilities.fac1 .box_fac > .wrp_txt .inner .txt,
.con_facilities.fac3 .box_fac > .wrp_txt .inner .txt {
  float: right;
  font-size: 15px;
  margin-left: 2%;
  line-height: 1.4;
}
.con_facilities.fac1 .box_fac > .wrp_txt table,
.con_facilities.fac3 .box_fac > .wrp_txt table {
  margin: 25px auto 0;
  width: auto;
  min-width: 335px;
}
.con_facilities.fac1 .box_fac > .wrp_txt table tr th,
.con_facilities.fac3 .box_fac > .wrp_txt table tr th {
  width: 140px;
}
.con_facilities.fac1 {
  padding: 145px 0 55px;
  margin-top: -85px;
}
.con_facilities.fac1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 50%;
  padding-bottom: 550px;
  background: #e5eff4;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
/*----------------------
con_facilities fac2
----------------------*/
.con_facilities.fac2 {
  position: relative;
  z-index: 2;
  padding: 145px 0 5.90909%;
  margin-top: -85px;
}
.con_facilities.fac2 .list {
  max-width: 1400px;
  width: 95%;
  margin: auto;
}
.con_facilities.fac2 .list li .wrp_img {
  overflow: hidden;
  margin: auto;
}
.con_facilities.fac2 .list li .wrp_img .img {
  float: right;
  width: 96.42857%;
  overflow: hidden;
  margin: 0;
}
.con_facilities.fac2 .list li .wrp_img .img img {
  vertical-align: top;
}
.con_facilities.fac2 .list li .wrp_img .en {
  color: #a4a4a4;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.24em;
  line-height: 1;
  font-size: 18px;
  float: left;
  writing-mode: vertical-rl;
  margin: 0;
}
.con_facilities.fac2 .list li .wrp_txt {
  color: #fff;
}
.con_facilities.fac2 .list li .wrp_txt h5 {
  white-space: nowrap;
}
.con_facilities.fac2 .list li .wrp_txt .btn {
  margin: auto;
  max-width: 350px;
}
#contents .con_facilities.fac2 .list li .wrp_txt .btn a,
.con_facilities.fac2 .list li .wrp_txt .btn > span {
  position: relative;
  display: block;
  border: 1px solid #fff;
  background: #0a466d;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 15px;
  color: #fff;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  transition: color 500ms ease, background 500ms ease;
}
.con_facilities.fac2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  background: #0a466d;
  height: 55%;
}
/*----------------------
con_facilities fac3
----------------------*/
.con_facilities.fac3 {
  padding-top: 145px;
  margin-top: -85px;
}
.con_facilities .list.col2 {
  margin: 50px auto 0;
}
.con_facilities .list.col2 li {
  width: 47.90909%;
  max-width: 400px;
}
.con_facilities .list.col2 li {
  margin-left: 5%;
}
.con_facilities .list.col2 li .wrp_img {
  margin: 0;
  padding: 0;
}
.con_facilities.fac3 .list .wrp_txt .btn {
  margin: auto;
}
#contents .con_facilities.fac3 .list .wrp_txt .btn a,
.con_facilities.fac3 .list .wrp_txt .btn > span {
  position: relative;
  display: block;
  border: 1px solid #005b98;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 15px;
  color: #005b98;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  transition: color 500ms ease, background 500ms ease;
}
.con_facilities.fac3 .list .wrp_txt .btn a i,
.con_facilities.fac3 .list .wrp_txt .btn > span i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  width: 10px;
  height: 1px;
  margin-left: 10px;
  background: #005b98;
  transition: background 500ms ease, transform 500ms ease;
}
.con_facilities.fac3 .list .wrp_txt .btn a i:before,
.con_facilities.fac3 .list .wrp_txt .btn > span i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  transform: rotate(45deg);
}
.con_facilities .list.col3 li .renewal_pict {
  width: 70px;
  left: 5px;
}
/*----------------------
con_facilities fac4
----------------------*/
#lnk_s4 {
  padding-top: 35px;
  margin-top: -35px;
  display: inline-block;
}

.con_facilities.fac4 {
  padding: 55px 0 75px;
  margin-top: 70px;
  background: #e5eff4;
}
.con_facilities .list.col3 {
  max-width: 1400px;
  width: 95%;
  margin: 0 auto 40px;
  padding: 0;
}
.con_facilities .list.col3 li {
  width: 31.5%;
  position: relative;
  margin-left: 2.71429%;
}
.con_facilities.fac4 .list li .wrp_txt table.tbl_basic tr th {
  min-width: 95px;
}
.con_facilities.fac4 .list .wrp_txt .btn {
  margin: auto;
}
#contents .con_facilities.fac4 .list .wrp_txt .btn a,
.con_facilities.fac4 .list .wrp_txt .btn > span {
  position: relative;
  display: block;
  padding: 20px 1em;
  border: 1px solid #005b98;
  background: transparent;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: 15px;
  color: #005b98;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: bold;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
.con_facilities.fac4 .list .wrp_txt .btn a i,
.con_facilities.fac4 .list .wrp_txt .btn > span i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 1px;
  margin-left: 10px;
  background: #005b98;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}
.con_facilities.fac4 .list .wrp_txt .btn a i:before,
.con_facilities.fac4 .list .wrp_txt .btn > span i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*----------------------
con_facilities fac5
----------------------*/
.con_facilities.fac5 {
  padding-top: 145px;
  margin-top: -85px;
}
.con_facilities.fac5 .box_fac {
  max-width: 1600px;
  width: 95%;
  margin: auto;
  margin: 0 0 0 auto;
}
.con_facilities.fac5 .box_fac .wrp_img {
  position: relative;
}
.con_facilities.fac5 .box_fac .wrp_img .img {
  float: right;
  width: 96.875%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#contents .con_facilities.fac5 .box_fac .wrp_img .img img {
  position: relative;
  width: 120%;
  max-width: none;
  margin-left: -10%;
  vertical-align: 0;
}
.con_facilities.fac5 .box_fac .wrp_img .en {
  color: #a4a4a4;
  font-weight: bold;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.24em;
  line-height: 1;
  margin: 0;
  padding: 0;
  float: left;
  writing-mode: vertical-rl;
  font-size: 18px;
}
.con_facilities.fac5 .box_fac .wrp_img .st {
  position: absolute;
  bottom: -1px;
  left: 3.125%;
  z-index: 1;
  padding: 1.25% 3.125% 0.625% 1.25%;
  background: #fff;
  border-radius: 0 5px 0 0;
  margin: 0;
}
.con_facilities.fac5 .box_fac .wrp_img .st .ic3 {
  background: linear-gradient(to left, #4f9d82, #4b6fb9);
}
.con_facilities.fac5 .box_fac .wrp_txt {
  margin-top: 25px;
  margin-left: 3.125%;
  max-width: 1100px;
  width: 95%;
}
.con_facilities.fac5 .box_fac .wrp_txt .txt {
  font-size: 15px;
  line-height: 1.5;
}
.con_facilities.fac5 .box_fac + .box_fac {
  margin: 70px auto 0 0;
}
.con_facilities.fac5 .box_fac + .box_fac .wrp_img .img {
  float: left;
}
.con_facilities.fac5 .box_fac + .box_fac .wrp_img .en {
  float: right;
}
.con_facilities.fac5 .box_fac + .box_fac .wrp_img .st {
  left: auto;
  right: 3.125%;
  border-radius: 5px 0 0 0;
  padding: 1.25% 1.25% 0.625% 2.1875%;
}
.con_facilities.fac5 .box_fac + .box_fac .wrp_txt {
  margin-left: auto;
  margin-right: 3.125%;
}
/*----------------------
con_facilities fac6
----------------------*/
#lnk_s6 {
  padding-top: 35px;
  margin-top: -35px;
  display: inline-block;
}

.con_facilities.fac6 {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  background: #e5eff4;
  margin: 70px 0 0 0;
}
