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

 file name  : copy.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  display: block;
  width: 1190px;
  margin: 0 auto;
}

/* -----------------------------------------------------------
	sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  width: 950px;
  padding-bottom: 100px;
  padding-top: 30px;
  margin: 0 auto;
  background-color: #fff;
}
.con_sightseeing .pnav {
  position: relative;
  height: 90px;
  margin-top: 60px;
  margin-bottom: 15px;
  background-color: #ebeef1;
}
.con_sightseeing .pnav ul {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 55px;
  letter-spacing: -.4em;
}
.con_sightseeing .pnav ul li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: top;
  margin-left: 45px;
}
.con_sightseeing .pnav ul li:first-child {
  margin-left: 0;
}
.con_sightseeing .pnav ul li a {
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  font-size: 16px;
  padding: 20px 0 40px;
}
.con_sightseeing .pnav ul li a:after {
  content: "";
  background: url(../sightseeing/images/ic_arrow.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -moz-transition: bottom 300ms;
  -o-transition: bottom 300ms;
  -webkit-transition: bottom 300ms;
  transition: bottom 300ms;
}
.con_sightseeing .pnav ul li a:hover:after {
  bottom: -10px;
}
.con_sightseeing .pnav ul li a span, .con_sightseeing .pnav ul li a em {
  display: block;
  height: 45px;
  vertical-align: middle;
}
.con_sightseeing .pnav ul li a em {
  line-height: 2.6;
}
.con_sightseeing .box_bre {
  padding-top: 30px;
  padding-bottom: 20px;
}
.con_sightseeing .box_bre p {
  padding-top: 80px;
}
.con_sightseeing .box_bre p:first-child {
  padding-top: 0;
}
.con_sightseeing .box_bay {
  padding-top: 60px;
}
.con_sightseeing .box_nor, .con_sightseeing .box_cen, .con_sightseeing .box_sou, .con_sightseeing .box_eve, .con_sightseeing .box_oth {
  padding-top: 95px;
}
