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

 file name  : sightseeing.css
 author     : Ability Consultant
 style info : 周辺観光
=================================================================== */
.con_int .box_map, .con_int .box_txt, .con_pnav, .con_sig, .con_eve, .con_char, .con_season {
  max-width: 1280px;
  margin: auto;
}
@media only screen and (max-width: 1279px) {
  .con_int .box_map, .con_int .box_txt, .con_pnav, .con_sig, .con_eve, .con_char, .con_season {
    width: 91.66667%;
  }
}

/* -----------------------------------------------------------
	con_int
----------------------------------------------------------- */
.con_int {
  margin: 10px auto 90px;
  border-top: 1px solid #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_int {
    margin: 10px auto 9%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int {
    margin: 5% auto 10%;
  }
}
.con_int h2 {
  text-align: center;
  font-weight: normal;
  letter-spacing: .1em;
  color: #353e26;
  margin-bottom: 10px;
  font-family: "Times New Roman",Times,serif;
  font-size: 322%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_int h2 {
    font-size: 286%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int h2 {
    font-size: 186%;
  }
}
.con_int .txt_read {
  text-align: center;
  letter-spacing: .1em;
  margin-bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .con_int .txt_read {
    margin: 0 auto 6%;
    width: 92%;
  }
}
.con_int .box_map {
  height: 565px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_int .box_map {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_map {
    float: none;
    width: 80%;
    height: 20em;
  }
}
.con_int .box_txt {
  overflow: hidden;
  margin-top: 25px;
}
@media only screen and (max-width: 767px) {
  .con_int .box_txt {
    margin-top: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_txt {
    width: 92%;
  }
}
.con_int .box_txt .txt {
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_int .box_txt .txt {
    float: none;
    font-size: 79%;
  }
}
.con_int .box_txt .btn {
  width: 215px;
  float: right;
}
.con_int .box_txt .btn a, .con_int .box_txt .btn button {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(131, 134, 43, 0.5);
  padding: 1em 0;
  border: 1px solid #eaeaea;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.con_int .box_txt .btn a:before, .con_int .box_txt .btn button:before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_int .box_txt .btn a:hover:before, .con_int .box_txt .btn button:hover:before {
  width: 100%;
}
.con_int .box_txt .btn a span, .con_int .box_txt .btn button span {
  position: relative;
  z-index: 2;
}
.con_int .box_txt .btn a span:after, .con_int .box_txt .btn button span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_int .box_txt .btn a {
  padding: 0.3em 0;
}
@media only screen and (max-width: 767px) {
  .con_int .box_txt .btn a {
    padding: 0.6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_int .box_txt .btn {
    width: 80%;
    margin: 5% auto 0;
    float: none;
  }
}

/* -----------------------------------------------------------
	con_pnav
----------------------------------------------------------- */
.con_pnav #pnav {
  letter-spacing: -.4em;
  width: 595px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_pnav #pnav {
    width: 100%;
  }
}
.con_pnav #pnav li {
  width: 33.33333%;
  border-right: 1px solid #c9c9c9;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_pnav #pnav li:first-child {
  border-left: 1px solid #c9c9c9;
}
@media only screen and (max-width: 767px) {
  .con_pnav #pnav li {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #c9c9c9;
  }
  .con_pnav #pnav li:first-child {
    border-left: none;
  }
}
.con_pnav #pnav li a {
  display: block;
  text-decoration: none;
  padding: .8em;
  text-align: center;
  color: #1c2613;
  line-height: 1.25;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: background 0.35s;
  -o-transition: background 0.35s;
  -webkit-transition: background 0.35s;
  transition: background 0.35s;
}
.con_pnav #pnav li a:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
  color: #1c2613;
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
@media only screen and (max-width: 767px) {
  .con_pnav #pnav li a {
    text-align: left;
    padding: .5em 1em;
    position: relative;
  }
  .con_pnav #pnav li a:after {
    position: absolute;
    top: 50%;
    right: 3%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
.con_pnav #pnav li a:hover {
  background: #C0BF91;
}

/* -----------------------------------------------------------
	con_sig
----------------------------------------------------------- */
.con_sig {
  margin-top: 120px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_sig {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig {
    margin-top: 12%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_sig {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig {
    margin-bottom: 4%;
  }
}
.con_sig h3 {
  text-align: center;
  margin: 0 auto 35px;
  font-weight: normal;
  letter-spacing: .1em;
  color: #1c2613;
  line-height: 1;
  font-size: 279%;
  font-family: "Times New Roman",Times,serif;
  text-shadow: 0 0 5px inset;
  text-shadow: 0 0 5px rgba(255, 255, 190, 0.3) inset;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_sig h3 {
    margin: 0 auto 4%;
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig h3 {
    font-size: 158%;
    margin: 0 auto 4%;
  }
}
.con_sig h3 span {
  display: inline-block;
  vertical-align: middle;
}
.con_sig h3 span:before, .con_sig h3 span:after {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}
.con_sig h3 span:before {
  background: url(../images/common/ic_title.png) no-repeat center;
  width: 7px;
  height: 33px;
  margin-right: 1em;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .con_sig h3 span:before {
    margin-right: .5em;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_sig h3 span:after {
  background: url(../images/common/ic_title.png) no-repeat center;
  width: 7px;
  height: 33px;
  margin-left: 1em;
  -moz-transform: translateX(10px) scale(-1, 1);
  -ms-transform: translateX(10px) scale(-1, 1);
  -webkit-transform: translateX(10px) scale(-1, 1);
  transform: translateX(10px) scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .con_sig h3 span:after {
    margin-left: .5em;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_sig h3.st_fadein span:before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_sig h3.st_fadein span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0) scale(-1, 1);
  -ms-transform: translateX(0) scale(-1, 1);
  -webkit-transform: translateX(0) scale(-1, 1);
  transform: translateX(0) scale(-1, 1);
}
.con_sig .box_sig {
  letter-spacing: -.4em;
}
.con_sig .box_sig li {
  width: 30.9375%;
  margin: 0 3.51563% 30px 0;
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  background: url(../images/common/bg01.jpg);
  padding: 20px 16px 27px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_sig .box_sig li {
    width: 49%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li {
    width: 100%;
  }
}
@media only screen and (min-width: 1280px) {
  .con_sig .box_sig li:last-child(4n) {
    clear: both;
  }
  .con_sig .box_sig li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print {
  .con_sig .box_sig li:last-child(4n) {
    clear: both;
  }
  .con_sig .box_sig li:nth-child(3n) {
    margin-right: 0;
  }
}
.ie8 .con_sig .box_sig li:last-child(4n) {
  clear: both;
}
.ie8 .con_sig .box_sig li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_sig .box_sig li {
    margin: 0 2% 3% 0;
  }
  .con_sig .box_sig li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li {
    margin: 0 0 3% 0;
    padding: 5%;
  }
}
.con_sig .box_sig li .st {
  font-family: "Times New Roman",Times,serif;
  font-size: 158%;
  margin-bottom: .5em;
}
.con_sig .box_sig li .st:before {
  content: "";
  width: 12px;
  height: 2px;
  background: #e3e3e3;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .3em .3em 0;
}
.con_sig .box_sig li .time {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li .time {
    margin-top: 4%;
  }
}
.con_sig .box_sig li .time_only {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li .time_only {
    margin-bottom: 2%;
  }
}
.con_sig .box_sig li .txt {
  margin: 10px 0 25px;
  padding-left: 1em;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li .txt {
    margin: 2% 0 5%;
  }
}
.con_sig .box_sig li .box_btn {
  overflow: hidden;
}
.con_sig .box_sig li .box_btn .btn_map, .con_sig .box_sig li .box_btn .btn_hp {
  width: 47.81421%;
}
.con_sig .box_sig li .box_btn .btn_map a, .con_sig .box_sig li .box_btn .btn_map button, .con_sig .box_sig li .box_btn .btn_hp a, .con_sig .box_sig li .box_btn .btn_hp button {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(131, 134, 43, 0.5);
  padding: 1em 0;
  border: 1px solid #eaeaea;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.con_sig .box_sig li .box_btn .btn_map a:before, .con_sig .box_sig li .box_btn .btn_map button:before, .con_sig .box_sig li .box_btn .btn_hp a:before, .con_sig .box_sig li .box_btn .btn_hp button:before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_sig .box_sig li .box_btn .btn_map a:hover:before, .con_sig .box_sig li .box_btn .btn_map button:hover:before, .con_sig .box_sig li .box_btn .btn_hp a:hover:before, .con_sig .box_sig li .box_btn .btn_hp button:hover:before {
  width: 100%;
}
.con_sig .box_sig li .box_btn .btn_map a span, .con_sig .box_sig li .box_btn .btn_map button span, .con_sig .box_sig li .box_btn .btn_hp a span, .con_sig .box_sig li .box_btn .btn_hp button span {
  position: relative;
  z-index: 2;
}
.con_sig .box_sig li .box_btn .btn_map a span:after, .con_sig .box_sig li .box_btn .btn_map button span:after, .con_sig .box_sig li .box_btn .btn_hp a span:after, .con_sig .box_sig li .box_btn .btn_hp button span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_sig .box_sig li .box_btn .btn_map a, .con_sig .box_sig li .box_btn .btn_hp a {
  padding: 0.3em 0;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li .box_btn .btn_map a, .con_sig .box_sig li .box_btn .btn_hp a {
    padding: 0.6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li .box_btn .btn_map, .con_sig .box_sig li .box_btn .btn_hp {
    width: 100%;
    float: none;
  }
}
.con_sig .box_sig li .box_btn .btn_map {
  float: left;
}
.con_sig .box_sig li .box_btn .btn_map a {
  background: #dddddd;
}
.con_sig .box_sig li .box_btn .btn_map a span:before {
  content: "";
  width: 8px;
  height: 13px;
  background: url(../sightseeing/images/ic_pin.png) no-repeat;
  display: inline-block;
  margin-right: .5em;
}
.con_sig .box_sig li .box_btn .btn_hp {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_sig .box_sig li .box_btn .btn_hp {
    margin-top: 4%;
  }
}
.con_sig .box_sig li .box_btn .btn_hp span:before {
  content: "\f045";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .5em;
}

/* -----------------------------------------------------------
	con_eve
----------------------------------------------------------- */
.con_eve {
  background: url(../sightseeing/images/bg_eve.png);
  padding: 0 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.con_eve h4 {
  font-family: "Times New Roman",Times,serif;
  font-size: 215%;
  color: #495135;
  text-align: center;
  font-weight: normal;
  padding-top: 20px;
}
@media only screen and (max-width: 767px) {
  .con_eve h4 {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_eve h4 {
    font-size: 179%;
    padding-top: 4%;
  }
}
.con_eve .box_eve {
  overflow: hidden;
  margin-top: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_eve .box_eve {
    margin-top: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve {
    margin-top: 5%;
  }
}
.con_eve .box_eve li {
  width: 48.87821%;
  float: left;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_eve .box_eve li {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li {
    margin-bottom: 13%;
  }
}
.con_eve .box_eve li:nth-child(2n) {
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li {
    float: none;
  }
  .con_eve .box_eve li:nth-child(2n) {
    float: none;
  }
}
.con_eve .box_eve li .st {
  font-family: "Times New Roman",Times,serif;
  font-size: 165%;
  color: #495135;
  margin-bottom: .2em;
}
.con_eve .box_eve li .st span {
  color: #fff;
  background: #495135;
  font-size: 61%;
  padding: 0 1em;
  display: inline-block;
  margin-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li .st span {
    display: block;
    font-size: 74%;
    width: 30%;
    text-align: center;
  }
}
.con_eve .box_eve li .photo {
  width: 49.66887%;
  float: left;
}
@media only screen and (max-width: 1279px) {
  .con_eve .box_eve li .photo {
    float: none;
    width: 100%;
  }
  .con_eve .box_eve li .photo img {
    width: 100%;
  }
}
.con_eve .box_eve li .box_txt {
  width: 48.84106%;
  float: right;
}
@media only screen and (max-width: 1279px) {
  .con_eve .box_eve li .box_txt {
    float: none;
    width: 100%;
  }
}
.con_eve .box_eve li .box_txt .txt {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_eve .box_eve li .box_txt .txt {
    margin-bottom: 3%;
  }
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li .box_txt .txt {
    margin-bottom: 4%;
  }
}
@media only screen and (max-width: 1279px) {
  .con_eve .box_eve li .box_txt .txt {
    margin-top: 4%;
  }
}
.con_eve .box_eve li .box_txt .btn {
  width: 180px;
}
.con_eve .box_eve li .box_txt .btn a, .con_eve .box_eve li .box_txt .btn button {
  width: 100%;
  display: block;
  overflow: hidden;
  text-align: center;
  letter-spacing: 1px;
  background: rgba(131, 134, 43, 0.5);
  padding: 1em 0;
  border: 1px solid #eaeaea;
  cursor: pointer;
  text-decoration: none;
  position: relative;
}
.con_eve .box_eve li .box_txt .btn a:before, .con_eve .box_eve li .box_txt .btn button:before {
  content: "";
  background: rgba(0, 0, 0, 0.05);
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.con_eve .box_eve li .box_txt .btn a:hover:before, .con_eve .box_eve li .box_txt .btn button:hover:before {
  width: 100%;
}
.con_eve .box_eve li .box_txt .btn a span, .con_eve .box_eve li .box_txt .btn button span {
  position: relative;
  z-index: 2;
}
.con_eve .box_eve li .box_txt .btn a span:after, .con_eve .box_eve li .box_txt .btn button span:after {
  content: "";
  font-family: FontAwesome;
  margin-left: .5em;
}
.con_eve .box_eve li .box_txt .btn a {
  padding: 0.3em 0;
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li .box_txt .btn a {
    padding: 0.6em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_eve .box_eve li .box_txt .btn {
    width: 100%;
  }
}
.con_eve .box_eve li .box_txt .btn span:before {
  content: "\f045";
  font-family: FontAwesome;
  display: inline-block;
  margin-right: .5em;
}

/* -----------------------------------------------------------
	con_char
----------------------------------------------------------- */
.con_char {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_char {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_char {
    margin-top: 12%;
  }
}
.con_char .box_char {
  overflow: hidden;
  margin-bottom: 50px;
}
@media only screen and (max-width: 767px) {
  .con_char .box_char {
    margin-bottom: 5%;
  }
}
.con_char .box_char .box_txt {
  width: 42.96875%;
  float: left;
}
@media only screen and (max-width: 1279px) {
  .con_char .box_char .box_txt {
    width: 100%;
    float: none;
  }
}
.con_char .box_char .box_txt h3 {
  text-align: center;
  margin: 0 auto 35px;
  font-weight: normal;
  letter-spacing: .1em;
  color: #1c2613;
  line-height: 1;
  font-size: 279%;
  font-family: "Times New Roman",Times,serif;
  text-shadow: 0 0 5px inset;
  text-shadow: 0 0 5px rgba(255, 255, 190, 0.3) inset;
  margin: 0 auto;
  letter-spacing: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_char .box_char .box_txt h3 {
    margin: 0 auto 4%;
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_char .box_char .box_txt h3 {
    font-size: 158%;
    margin: 0 auto 4%;
  }
}
.con_char .box_char .box_txt h3 span {
  display: inline-block;
  vertical-align: middle;
}
.con_char .box_char .box_txt h3 span:before, .con_char .box_char .box_txt h3 span:after {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}
.con_char .box_char .box_txt h3 span:before {
  background: url(../images/common/ic_title.png) no-repeat center;
  width: 7px;
  height: 33px;
  margin-right: 1em;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .con_char .box_char .box_txt h3 span:before {
    margin-right: .5em;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_char .box_char .box_txt h3 span:after {
  background: url(../images/common/ic_title.png) no-repeat center;
  width: 7px;
  height: 33px;
  margin-left: 1em;
  -moz-transform: translateX(10px) scale(-1, 1);
  -ms-transform: translateX(10px) scale(-1, 1);
  -webkit-transform: translateX(10px) scale(-1, 1);
  transform: translateX(10px) scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .con_char .box_char .box_txt h3 span:after {
    margin-left: .5em;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_char .box_char .box_txt h3.st_fadein span:before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_char .box_char .box_txt h3.st_fadein span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0) scale(-1, 1);
  -ms-transform: translateX(0) scale(-1, 1);
  -webkit-transform: translateX(0) scale(-1, 1);
  transform: translateX(0) scale(-1, 1);
}
.con_char .box_char .box_txt .st {
  text-align: center;
  font-family: "Times New Roman",Times,serif;
  font-size: 158%;
  color: #6f7839;
  margin: 20px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_char .box_char .box_txt .st {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .con_char .box_char .box_txt .st {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_char .box_char .box_txt .st {
    margin: 4% 0;
  }
}
@media only screen and (max-width: 1279px) {
  .con_char .box_char .box_txt .txt {
    margin-bottom: 3%;
  }
}
.con_char .box_char .photo {
  width: 50.15625%;
  float: right;
}
@media only screen and (max-width: 1279px) {
  .con_char .box_char .photo {
    width: 100%;
    float: none;
  }
  .con_char .box_char .photo img {
    width: 100%;
  }
}
.con_char .box_boat {
  text-align: center;
}
.con_char .box_boat .st {
  font-size: 172%;
  color: #c85b00;
}
.con_char .box_boat .txt {
  font-size: 115%;
  margin-bottom: 3%;
}
@media only screen and (max-width: 767px) {
  .con_char .box_boat .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	con_season
----------------------------------------------------------- */
.con_season {
  margin-top: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_season {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season {
    margin-top: 12%;
  }
}
.con_season h3 {
  text-align: center;
  margin: 0 auto 35px;
  font-weight: normal;
  letter-spacing: .1em;
  color: #1c2613;
  line-height: 1;
  font-size: 279%;
  font-family: "Times New Roman",Times,serif;
  text-shadow: 0 0 5px inset;
  text-shadow: 0 0 5px rgba(255, 255, 190, 0.3) inset;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_season h3 {
    margin: 0 auto 4%;
    font-size: 258%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season h3 {
    font-size: 158%;
    margin: 0 auto 4%;
  }
}
.con_season h3 span {
  display: inline-block;
  vertical-align: middle;
}
.con_season h3 span:before, .con_season h3 span:after {
  content: "";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  vertical-align: middle;
}
.con_season h3 span:before {
  background: url(../images/common/ic_title.png) no-repeat center;
  width: 7px;
  height: 33px;
  margin-right: 1em;
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
}
@media only screen and (max-width: 767px) {
  .con_season h3 span:before {
    margin-right: .5em;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_season h3 span:after {
  background: url(../images/common/ic_title.png) no-repeat center;
  width: 7px;
  height: 33px;
  margin-left: 1em;
  -moz-transform: translateX(10px) scale(-1, 1);
  -ms-transform: translateX(10px) scale(-1, 1);
  -webkit-transform: translateX(10px) scale(-1, 1);
  transform: translateX(10px) scale(-1, 1);
}
@media only screen and (max-width: 767px) {
  .con_season h3 span:after {
    margin-left: .5em;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
  }
}
.con_season h3.st_fadein span:before {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.con_season h3.st_fadein span:after {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateX(0) scale(-1, 1);
  -ms-transform: translateX(0) scale(-1, 1);
  -webkit-transform: translateX(0) scale(-1, 1);
  transform: translateX(0) scale(-1, 1);
}
.con_season .st {
  font-size: 165%;
  text-align: center;
  color: #6f7839;
  letter-spacing: .02em;
  font-family: "Times New Roman",Times,serif;
  margin: 20px 0 40px;
}
@media only screen and (max-width: 767px) {
  .con_season .st {
    margin: 4% 0;
  }
}
.con_season .box_season {
  overflow: hidden;
}
.con_season .box_season li {
  float: left;
  width: 25%;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_season .box_season li {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season li {
    width: 50%;
  }
}
.con_season .box_season li:nth-child(2n+1) {
  background: #f4f4f4;
}
.con_season .box_season li:nth-child(2n) {
  background: #ededed;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .con_season .box_season li {
    margin-bottom: 1%;
  }
}
@media only screen and (max-width: 767px) {
  .con_season .box_season li {
    margin-bottom: 5%;
  }
}
@media only screen and (max-width: 1279px) {
  .con_season .box_season li .photo img {
    width: 100%;
  }
}
.con_season .box_season li .box_tem {
  text-align: center;
  padding-bottom: .5em;
}
.con_season .box_season li .box_tem .tem {
  margin: .3em 0;
}
.con_season .box_season li .box_tem .tem span {
  font-size: 158%;
}
.con_season .box_season li .box_tem .tem span.hig {
  color: #976019;
  margin-right: .3em;
}
.con_season .box_season li .box_tem .tem span.low {
  color: #188f9d;
  margin-left: .3em;
}
.con_season .box_season li .box_tem .tem span span {
  font-size: 64%;
}

#footer {
  margin-top: 170px;
}
@media only screen and (min-width: 768px) and (max-width: 1279px) {
  #footer {
    margin-top: 10%;
  }
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 20%;
  }
}
