@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : spa.css
 author     : Ability Consultant
 style info : 大浴場
=================================================================== */
/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin-bottom: 40px;
}
.con_int h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.con_int .txt {
  text-align: center;
}

/* -----------------------------------------------------------
	con_link
----------------------------------------------------------- */
.con_link {
  width: 895px;
  margin: auto;
  overflow: hidden;
}
.con_link li {
  float: left;
  /*width: 222px;*/
}

/* -----------------------------------------------------------
	con_attraction
----------------------------------------------------------- */
.con_attraction .box_attraction {
  margin-top: 45px;
  margin-bottom: 50px;
  border-top: solid 1px #d1c0a5;
  padding-top: 45px;
}
.con_attraction .box_attraction:first-child {
  border-top: none;
  padding: 0;
}
.con_attraction .box_attraction .thum_txt {
  text-align: center;
  margin-bottom: 20px;
}
.con_attraction .box_attraction h4 {
  text-align: center;
  margin-bottom: 30px;
}
.con_attraction .box_attraction .txt {
  text-align: center;
  margin-bottom: 30px;
}
.con_attraction .box_attraction .thum_photo {
  text-align: center;
  padding-bottom: 35px;
  background: url(../images/home/bg_bath.png) repeat;
}
.con_attraction .box_attraction .attraction {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.con_attraction .box_attraction .attraction.left {
  margin-bottom: 35px;
}
.con_attraction .box_attraction .attraction.left .box_txt {
  margin: 28px;
  float: left;
}
.con_attraction .box_attraction .attraction.left .photo {
  float: left;
}
.con_attraction .box_attraction .attraction.right {
  margin-bottom: 30px;
  flex-flow: row-reverse;
}
.con_attraction .box_attraction .attraction.right .box_txt {
  margin: 28px;
  float: right;
}
.con_attraction .box_attraction .attraction.right .photo {
  float: right;
}
.con_attraction .box_attraction .attraction .box_txt {
  margin-top: 20px;
}
.con_attraction .box_attraction .attraction .box_txt h5 {
  margin-bottom: 25px;
}
.con_attraction .box_attraction .btn_access {
  width: 360px;
  margin: auto;
}
.con_attraction .box_attraction .btn_access a {
  display: block;
  border: solid 1px #fff;
  font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "Times New Roman", serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  padding: 1em 0;
  position: relative;
  background: #a59228;
  -moz-transition: background 0.25s, color 0.25s, border 0.25s;
  -o-transition: background 0.25s, color 0.25s, border 0.25s;
  -webkit-transition: background 0.25s, color 0.25s, border 0.25s;
  transition: background 0.25s, color 0.25s, border 0.25s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.con_attraction .box_attraction .btn_access a:before, .con_attraction .box_attraction .btn_access a:after {
  content: "";
  width: 2.7em;
  height: 1px;
  background: #fff;
  position: absolute;
  z-index: 1;
  top: 11px;
  bottom: auto;
  right: -1em;
  -moz-transform: skewY(30deg);
  -ms-transform: skewY(30deg);
  -webkit-transform: skewY(30deg);
  transform: skewY(30deg);
  -moz-transition: right 0.25s, opacity 0.25s;
  -o-transition: right 0.25s, opacity 0.25s;
  -webkit-transition: right 0.25s, opacity 0.25s;
  transition: right 0.25s, opacity 0.25s;
}
.con_attraction .box_attraction .btn_access a:after {
  top: 75%;
  -moz-transform: skewY(-30deg);
  -ms-transform: skewY(-30deg);
  -webkit-transform: skewY(-30deg);
  transform: skewY(-30deg);
}
.con_attraction .box_attraction .btn_access a:hover {
  background: #fff;
  color: #ab8e07;
  border: 1px solid #ab8e07;
}
.con_attraction .box_attraction .btn_access a:hover:before, .con_attraction .box_attraction .btn_access a:hover:after {
  right: -1.5em;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
