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

 file name  : sightseeing_heritage.css
 author     : Ability Consultant
 style info : 西郷さんを巡る90分散策コース
=================================================================== */
.st {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .st {
    width: 98%;
  }
}
@media print {
  .st {
    width: 98%;
  }
}
.ie8 .st {
  width: 98%;
}
@media only screen and (max-width: 1024px) {
  .st {
    width: 95%;
  }
}

/* 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;
  }
}
