@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%;
}
----------------------------------------*/
div#RthCustomize {
  margin: 0;
  width: 950px;
}
.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 img {
  width: 100%;
}
/*----------------------
　.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;
  letter-spacing: normal;
  margin: 0;
  padding: 0;
  vertical-align: top;
}
.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;
  padding: 0;
}
.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;
}
/*----------------------
　information
----------------------*/
.con_information {
  margin-top: 75px;
}
.con_information h4.tmp_st1 {
  text-align: center;
  margin: 0 0 20px 0;
}
.con_information h4.tmp_st1 > * {
  display: block;
  line-height: 1;
}
.con_information .tmp_st1 span {
  color: #005b98;
  font-size: 36px;
  font-family: "Didact Gothic", sans-serif;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  font-weight: normal;
}
.con_information .tmp_st1 em {
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", Meiryo, "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.06em;
  font-style: normal;
}
/*----------------------
　spa & pool
----------------------*/
.con_information .box_inf {
  padding: 40px 0 35px;
  background: #0b4871;
}
.con_information .box_inf .wrp_inf .wrp_img {
  position: relative;
  overflow: hidden;
  float: left;
  width: 50%;
  height: 480px;
}
#contents .con_information .box_inf .wrp_inf .wrp_img img {
  position: absolute;
  left: 30%;
  top: 0;
  margin-left: -352px;
  width: auto;
  height: 480px;
  vertical-align: top;
}
.con_information .box_inf .wrp_inf:after,
.con_packages .box_pac .wrp_pac .inner:after {
  content: "";
  display: table;
  clear: both;
}
.con_information .box_inf .wrp_inf .wrp_txt {
  float: right;
  width: 50%;
  margin: 0 auto 0;
  color: #fff;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap {
  width: 90.90909%;
  margin: 0 0 0 6.36364%;
  color: #fff;
  padding: 0;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .st {
  margin-bottom: 20px;
  text-align: center;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .st span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  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.06em;
  border-left: 1px solid #4f9d82;
  border-right: 1px solid #4f9d82;
  padding: 8px 10px;
  writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1.14;
  margin-top: 5px;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .st: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;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .txt {
  font-size: 15px;
  line-height: 1.64;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .inner {
  margin-top: 15px;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .inner .sst {
  margin: 0 0 10px 0;
  font-size: 17px;
  font-weight: bold;
  letter-spacing: 0.06em;
}
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #9aa7c1;
  border-bottom: 1px solid #9aa7c1;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 1.5;
}
table.tbl_basic tr th,
table.tbl_basic tr td {
  padding: 10px;
  vertical-align: top;
  font-weight: normal;
  box-sizing: border-box;
  font-style: normal;
  color: #fff;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .inner table tr th {
  width: 150px;
}
table.tbl_basic tr th span {
  display: block;
  padding: 0.2em 0.5em;
  background: #4f9d82;
  color: #fff;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -ms-border-radius: 2em;
  -o-border-radius: 2em;
  border-radius: 2em;
  letter-spacing: 0.06em;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .inner .att {
  margin: 10px 0 0 0;
  font-size: 14px;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .btns {
  margin-top: 20px;
  letter-spacing: -0.4em;
  text-align: center;
}
.con_information .box_inf .wrp_inf .wrp_txt .wrap .btns p {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  letter-spacing: normal;
  width: 165px;
  margin: auto;
}
#contents .con_information .box_inf .wrp_inf .wrp_txt .wrap .btns p a,
.con_information .box_inf .wrp_inf .wrp_txt .wrap .btns p > span {
  position: relative;
  display: block;
  padding: 20px 15px;
  border: 1px solid #fff;
  background: #fff;
  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_information .box_inf .wrp_inf .wrp_txt .wrap .btns p a i,
.con_information .box_inf .wrp_inf .wrp_txt .wrap .btns p > 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;
  -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_information .box_inf .wrp_inf .wrp_txt .wrap .btns p a i:before,
.con_information .box_inf .wrp_inf .wrp_txt .wrap .btns p > 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_information .box_inf .wrp_inf .wrp_txt .wrap .btns p + p {
  margin: 0 0 0 8px;
}
/*----------------------
　RGC
----------------------*/
.con_information .box_inf .wrp_inf + .wrp_inf {
  margin-top: 40px;
}
.con_information .box_inf .wrp_inf + .wrp_inf .wrp_img {
  float: right;
}
.con_information .box_inf .wrp_inf + .wrp_inf .wrp_txt {
  float: right;
  width: 50%;
}
.con_information .box_inf .wrp_inf + .wrp_inf .wrp_txt .wrap .btns p {
  width: 310px;
}
