@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : sightseeing_promenaded.css
 author     : Ability Consultant
 style info : 景観一望 ホテル散策コース
=================================================================== */
.st, .con_other .wrp, .con_hotspring {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .st, .con_other .wrp, .con_hotspring {
    width: 98%;
  }
}
@media print {
  .st, .con_other .wrp, .con_hotspring {
    width: 98%;
  }
}
.ie8 .st, .ie8 .con_other .wrp, .con_other .ie8 .wrp, .ie8 .con_hotspring {
  width: 98%;
}
@media only screen and (max-width: 1024px) {
  .st, .con_other .wrp, .con_hotspring {
    width: 95%;
  }
}

.con_other .wrp:after, .con_hotspring:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.st {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 179%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .st {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .st {
    font-size: 136%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
	.con_course
----------------------------------------------------------- */
.con_course {
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_course {
    margin-bottom: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .con_course {
    margin-bottom: 0px;
  }
}
.con_course ul li .box_detail .spot_name {
  position: relative;
}
.con_course ul li .box_detail .spot_name:before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  left: -8px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background: #dbd2c2;
  border: solid 2px #dbd2c2;
}

/* -----------------------------------------------------------
	con_other
----------------------------------------------------------- */
.con_other {
  background: #f6f6f2;
  padding: 50px 0;
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .con_other {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other {
    margin-bottom: 40px;
  }
}
.con_other .wrp .img, .con_other .wrp .box_other {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .img, .con_other .wrp .box_other {
    float: none;
  }
}
.con_other .wrp .img {
  width: 31.74603%;
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .img {
    width: 100%;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .img#move_element_other {
    display: none;
  }
}
.con_other .wrp .box_other {
  width: 68.25397%;
  padding-left: 5%;
  text-align: left;
}
@media only screen and (min-width: 1025px) {
  .con_other .wrp .box_other {
    padding-top: 30px;
  }
}
@media print {
  .con_other .wrp .box_other {
    padding-top: 30px;
  }
}
.ie8 .con_other .wrp .box_other {
  padding-top: 30px;
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .box_other {
    width: 100%;
    padding-left: 0%;
  }
}
.con_other .wrp .box_other .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 179%;
  font-weight: normal;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .box_other .name {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .wrp .box_other .name {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .box_other .name {
    font-size: 136%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .wrp .box_other .name {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .box_other .name {
    margin-bottom: 20px;
  }
}
.con_other .wrp .box_other .name span {
  background: #3a3a3a;
  color: #fff;
  padding: .1em .5em;
  font-size: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_other .wrp .box_other .name span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_other .wrp .box_other .name span {
    font-size: 86%;
  }
}
.con_other .wrp .box_other .txt {
  text-align: left;
}

/* -----------------------------------------------------------
	con_hotspring
----------------------------------------------------------- */
.con_hotspring {
  border: 2px solid #dbd2c2;
  padding: 40px;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring {
    padding: 15px;
  }
}
.con_hotspring .img {
  float: left;
  width: 44.20635%;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .img#move_element_hot {
    display: none;
  }
}
.con_hotspring .box_detail {
  float: left;
  width: 55.79365%;
  padding-right: 5%;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail {
    width: 100%;
    padding-right: 0%;
  }
}
.con_hotspring .box_detail .name {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 179%;
  font-weight: normal;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .name {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_detail .name {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .name {
    font-size: 136%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_detail .name {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .name {
    margin-bottom: 15px;
  }
}
.con_hotspring .box_detail .name span {
  background: #3a3a3a;
  color: #fff;
  padding: .1em .5em;
  font-size: 93%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_detail .name span {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .name span {
    font-size: 86%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .name {
    text-align: center;
  }
}
.con_hotspring .box_detail .catch {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 143%;
  margin-bottom: .3em;
  color: #8a7d0f;
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .catch {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_detail .catch {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .catch {
    font-size: 122%;
  }
}
.con_hotspring .box_detail .txt {
  text-align: left;
}
.con_hotspring .box_detail .txt, .con_hotspring .box_detail .tbl_primary {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_hotspring .box_detail .txt, .con_hotspring .box_detail .tbl_primary {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_hotspring .box_detail .txt, .con_hotspring .box_detail .tbl_primary {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .con_hotspring .box_detail .btn_normal a {
    margin: 0;
  }
}
@media print {
  .con_hotspring .box_detail .btn_normal a {
    margin: 0;
  }
}
.ie8 .con_hotspring .box_detail .btn_normal a {
  margin: 0;
}
